Skip to content

This project is one of the projects required for Deep Learning Nanodegree

Notifications You must be signed in to change notification settings

a-dossari/Deploying_Sentiment_Analysis_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying Sentiment Analysis Model

Project Overview

In this project, we will construct a Recurrent Neural Network (RNN) for the purpose of determining the sentiment of a movie review using IMDB data set. You will create this model using Amazon's SageMaker service. In addition, we will deploy the model and construct a simple web app that will interact with the deployed model.

The deployment project which we will be working on is intended to be done using Amazon's SageMaker platform. In particular, it is assumed that we have a working notebook instance in which you can clone the deployment repository.

The Data

The dataset is called IMDB dataset comes from Stanford Artificial Intelligence Laboratory (SAIL) which has been a center of excellence for Artificial Intelligence research, teaching, theory, and practice