Skip to content

Sentiment Analysis with an RNN In this notebook, you'll implement a recurrent neural network that performs sentiment analysis.

Notifications You must be signed in to change notification settings

Shafaq19/SentimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SentimentAnalysis

Sentiment Analysis with an RNN In this notebook, you'll implement a recurrent neural network that performs sentiment analysis.

Using an RNN rather than a strictly feedforward network is more accurate since we can include information about the sequence of words.

Here we'll use a dataset of movie reviews, accompanied by sentiment labels: positive or negative.

Installation

If you are using pip then you can install the required libraries by:

pip install -r requirements.txt

Conda users can make use of the env.yml file to activate

conda env create -f env.yml

conda activate env.yml

Credits

Shafaq Arshad @udacity NanoDegree

About

Sentiment Analysis with an RNN In this notebook, you'll implement a recurrent neural network that performs sentiment analysis.

Resources

Stars

Watchers

Forks

Packages

No packages published