Skip to content

An app that trains a Recurrent Neural Network to perform sentiment analysis on movie reviews. Accepts user-inputted reviews.

License

Notifications You must be signed in to change notification settings

IChowdhury01/Movie-Review-Sentiment-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Review Sentiment Analyzer

Description

This project uses a recurrent neural network to train a model for the binary sentiment analysis of movie reviews. The dataset used was an IMDB dataset of 25,000 highly polar movie reviews for training, and 25,000 for testing. The model's test accuracy and loss are recorded, and the user can input his own predictions for movie reviews. This model yielded an accuracy of 93.54% during testing.

Tech Stack

  • Tensorflow
  • Keras

Instructions

  1. Install Python 3 or later
  2. Install TensorFlow 2
  3. Install TensorFlow Datasets
  4. Open your Python interpreter and navigate to the directory of this project
  5. python src/SentimentAnalyzer.py

License

This project is licensed under the MIT License - see the LICENSE file for details

About

An app that trains a Recurrent Neural Network to perform sentiment analysis on movie reviews. Accepts user-inputted reviews.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages