Skip to content

Using bi-directional LSTMs and one hot encoding to perform sentiment analysis on movie reviews from IMDB.

Notifications You must be signed in to change notification settings

gauravshetty98/Sentiment-Analysis-Using-Bi-Directional-LSTMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Sentiment Analysis Using Bi-directional LSTMs

I make use of bi-directional LSTMs to perform sentiment analysis on movie reviews. The data was sourced through an IMDB movie review dataset [can be found in Kaggle]. The text data was preprocessed and then converted to vectors using one hot encoding. The resulting bidirectional LSTM had an accuracy of 87.37% in accurately identifying the sentiment of the review.

About

Using bi-directional LSTMs and one hot encoding to perform sentiment analysis on movie reviews from IMDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published