We use Word2Vec for sentiment analysis by attempting to classify the Cornell IMDB movie review corpus (http://www.cs.cornell.edu/people/pabo/movie-review-data/).
- test-neg.txt test-pos.txt train-neg.txt train-pos.txt train-unsup.txt Training and testing data. Explained in more detail in the notebook.
- run.ipynb The notebook (code + tutorial)