Sentiment Analysis of IMDB Data - ML Project
IMDb

Sentiment Analysis of IMDB Data - ML Project

2020, Sep 05    

Anwer using a simple neural network: Is this a positive or a negative review?

  • Train and test a recurrent neural network (RNN) (with some helper code) and deploy it to a web page.
  • Use Amazon Web Services’ API Gateway and Lambda Function to manage dataflow between the ML model and the webpage.
  • Write an orginal review of a show and test if the model is able to detect the sentiment accurately (see below).

Example Negative Review of Umbrella Academy

negative-review-example

Link to Project: https://github.com/radroid/project-one-sentiment-analysis