Skip to content

sbatururimi/sentiment_analysis_TFLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Overview

Sentiment analysis with TFLearn. Classify reviews as positive or negative.

Dependencies

  • Download anaconda
conda create -n tflearn python=3.5
  • Activate the source
source activate tflearn
  • Ensure you have numpy, jupyter notebook, matplotlib and pandas.
conda install numpy pandas jupyter notebook matplotlib
  • Run the following to open up the notebook:
jupyter notebook Sentiment\ Analysis\ with\ TFLearn.ipynb

Take a look

You can open the jupyter notebook directly in github Sentiment Analysis with TFLearn.ipynb

License

License: MIT

Releases

No releases published

Packages

No packages published