Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 588 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 588 Bytes

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