Sentiment Analysis using Recurrent Neural Networks (RNN-LSTM) and Google News Word2Vec
- Clone the repository
git clone https://github.com/saadarshad102/Sentiment-Analysis-RNN-LSTM.git
-
Open Sentiment-Analysis-RNN-LSTM folder
-
Use the package manager pip to install the requirements.
pip install -r requirements.txt
- Download Google News Word2Vec Model
wget https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz
Just run the Notebook