/imdb-review-sentiment-classifier

Deep learning model in Keras used to classify sentiment on movie reviews from IMDb

Primary LanguageJupyter Notebook

IMDb Movie Review Sentiment Classifier

Deep learning model in Keras used to classify sentiment on movie reviews from IMDb. This repo is still a work in progress.

To do:

  1. Clean up code - partially done

  2. Add explanation text - partially done

  3. Try different model - First tried only dense layers, now trying 1D convolution layers.

  4. Use GloVe word embeddings - Not tried, using embedding layer that gets trained.

  5. Implement prediction for users own review - Done.