Skip to content

First assessment from Machine Learning Engineer Nanodegree at Udacity.

License

Notifications You must be signed in to change notification settings

igoryamamoto/imdb-sentiment-analysis

 
 

Repository files navigation

IMDb Sentiment Analysis

Solution for first assessment from Machine Learning Engineer Nanodegree at Udacity.

The objective of this project is to develop a recurrent neural network (RNN) for the purpose of determining the sentiment of a movie review using the IMDB data set. The resulting machine model was deployed with Amazon SageMaker.

In this repo, you"ll find:

  • images: screenshots from the web app with examples of inference using the deployed model
  • serve: python files used to deploy the RNN model with SageMaker
  • train: python files used to train the RNN model with SageMaker
  • website: html file with user interface for submitting movie reviews for inference
  • report.pdf: final notebook with the process to build the RNN model
  • SageMaker Project.ipynb: notebook with all the process from preparing and processing data to SageMaker deployment

About

First assessment from Machine Learning Engineer Nanodegree at Udacity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.0%
  • Jupyter Notebook 17.8%
  • Python 2.2%