Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athari22/sentiment-analysis-web-app
In this project, I created a Sentiment Analysis Web App using PyTorch and SageMaker. This project is part of the deep learning nanodegree program at udacity. Project Overview In this project, I constructed a recurrent neural network for the purpose of determining the sentiment of a movie review using the IMDB data set. Used Amazon's SageMaker service. In addition, created a simple web app that will interact with the deployed model.
https://github.com/athari22/sentiment-analysis-web-app
amazon amazon-web-services deep-learning deep-neural-networks machine-learning neural-network python pytorch sagemaker sentiment-analysis
Last synced: 10 days ago
JSON representation
In this project, I created a Sentiment Analysis Web App using PyTorch and SageMaker. This project is part of the deep learning nanodegree program at udacity. Project Overview In this project, I constructed a recurrent neural network for the purpose of determining the sentiment of a movie review using the IMDB data set. Used Amazon's SageMaker service. In addition, created a simple web app that will interact with the deployed model.
- Host: GitHub
- URL: https://github.com/athari22/sentiment-analysis-web-app
- Owner: Athari22
- Created: 2022-02-05T19:18:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T19:25:58.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T04:20:50.700Z (2 months ago)
- Topics: amazon, amazon-web-services, deep-learning, deep-neural-networks, machine-learning, neural-network, python, pytorch, sagemaker, sentiment-analysis
- Language: HTML
- Homepage:
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentiment-Analysis-Web-App
In this project, I created a Sentiment Analysis Web App using PyTorch and SageMaker. This project is part of the [deep learning nanodegree program at udacity](https://www.udacity.com/course/deep-learning-nanodegree--nd101).# Project Overview
In this project, I constructed a recurrent neural network for the purpose of determining the sentiment of a movie review using the IMDB data set. Used Amazon's SageMaker service. In addition, created a simple web app that will interact with the deployed model.