Sentimental Analysis with movie reviews using Deep learning with Keras
In this project, I use IMDB movie reivews sentiment classification (included in Keras) with 50,000 movie reviews that individually scored as positive (1) or negative (0). The dataset is divided into 25,000 reviews for training, 25,000 for testing. The outcome is to use our model to predict that a free form text from user input is a negative or positive comment/review.