Movie Review Sentiment Analyzer

Description

An app that trains a recurrent neural network for the sentiment analysis of movie reviews, and allows the user to input his own reviews for binary sentiment prediction.

The model was built using TensorFlow, Keras, and an IMDB dataset of 50,000 highly polar movie reviews

93.54% accuracy rate.