Sentiment Analysis of Imdb movie reviews using Bag of Words and Word2Vec.
- Bag of Words approach gave an accuracy of 100% on training data and ~83% on test data, using Random Forest Classifier.
- Using Word2Vec and neural networks an accuracy of 87% was achieved on test and training data.