Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 609 Bytes

File metadata and controls

29 lines (18 loc) · 609 Bytes

Twitter-Sentiment-Analysis-Training

Training a keras model to recognize sentiment in order to classify an incoming tweet as positive or the other.
Download training data of (1.6 million tweets) from kazanova/sentiment140.
Download word embeddings from danielwillgeorge/glove6b100dtxt

Requirements

  • Python 3 or higher.

Packages

Numpy

py -m pip install numpy

Tensorflow

py -m pip install tensorflow

Start Training

py training.py