Skip to content

Sentiment Analysis using Recurrent Neural Networks (RNN-LSTM) and Google News Word2Vec

Notifications You must be signed in to change notification settings

saadarshad102/Sentiment-Analysis-RNN-LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment-Analysis

Sentiment Analysis using Recurrent Neural Networks (RNN-LSTM) and Google News Word2Vec

Installation

  • 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

Usage

Just run the Notebook