Skip to content

Sentiment analysis and prediction project based on a Recurrent Neural Network Model (RNN) that can read in some text and make a prediction about the sentiment of that text.

Notifications You must be signed in to change notification settings

kanungoanusha/Sentiment-Analysis-using-Recurrent-Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Sentiment-Analysis-using-Recurrent-Neural-Networks

This project is on sentiment analysis and prediction. Here I have built a model that can read in some text and make a prediction about the sentiment of that text, whether it is positive or negative. I'll be training the model on a dataset of movie reviews from IMDB that have been labeled either "positive" or "negative". Since this is text data, words in a sequence, we can use an RNN to build a model that doesn't only consider the individual words, but the order they appear in. This leads to a powerful model for making these types of sentiment predictions. [incomplete]

About

Sentiment analysis and prediction project based on a Recurrent Neural Network Model (RNN) that can read in some text and make a prediction about the sentiment of that text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages