Skip to content

Training a keras model to recognize sentiment in order to classify an incoming tweet as positive or the other.

License

Notifications You must be signed in to change notification settings

lovesaroha/Twitter-Sentiment-Analysis-Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Training a keras model to recognize sentiment in order to classify an incoming tweet as positive or the other.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages