sentiment_classifier
you can get training data and model here : https://goo.gl/dfGIHs
- train :
$ python3 main.py -train
model save in the directorysave/
by default. - test :
$ python3 main.py -test
tensorflow-gpu (1.0.1)
Keras (2.0.2)
'Twitter Sentiment Analysis Dataset'(https://goo.gl/dH6Zi2)
contains 1,578,627 classified tweets,
each row is marked as 1 for positive sentiment and 0 for negative sentiment.