An open API service indexing awesome lists of open source software.

https://github.com/adeboyeml/sentiment-analysis-udacity-project

This end-to-end project is aimed towards creating a deep learning model using RNN that will be used to determine the sentiment of a movie review (either positive or negative), thereafter the model will be deployed to a simple web app, where a user can write his / her review and the deployed model will be able to determine whether such review is a positive or negative one.
https://github.com/adeboyeml/sentiment-analysis-udacity-project

Last synced: about 1 year ago
JSON representation

This end-to-end project is aimed towards creating a deep learning model using RNN that will be used to determine the sentiment of a movie review (either positive or negative), thereafter the model will be deployed to a simple web app, where a user can write his / her review and the deployed model will be able to determine whether such review is a positive or negative one.

Awesome Lists containing this project

README

          

# SageMaker Deployment Project

The notebook and Python files provided here, once completed, result in a simple web app which interacts with a deployed recurrent neural network performing sentiment analysis on movie reviews. This project assumes some familiarity with SageMaker, the mini-project, Sentiment Analysis using XGBoost, should provide enough background.

Please see the [README](https://github.com/udacity/sagemaker-deployment/tree/master/README.md) in the root directory for instructions on setting up a SageMaker notebook and downloading the project files (as well as the other notebooks).