Skip to content

This project is for Machine Learning Engineer Nanodegree at udacity

Notifications You must be signed in to change notification settings

ahmed-gharib89/deploy-sentiment-analysis-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a Sentiment Analysis Web App

Using PyTorch and SageMaker

Machine Learning Engineer Nanodegree Program | Deployment

General Outline

general outline for SageMaker projects using a notebook instance.

  1. Download or otherwise retrieve the data.
  2. Process / Prepare the data.
  3. Upload the processed data to S3.
  4. Train a chosen model.
  5. Test the trained model (typically using a batch transform job).
  6. Deploy the trained model.
  7. Use the deployed model.

For this project, I followed the steps in the general outline with some modifications.

First, I didn't test the model in its own step. we deployed the model and then tested it by sending the test data to it. One of the reasons for doing this is so that I can make sure that the deployed model is working correctly before moving forward.

In addition, I deployed and used the trained model a second time. In the second iteration I customized the way that my trained model is deployed by including some of my own code. In addition, my newly deployed model is used in the sentiment analysis web app.

Files

Find me in social media

Github LinkedIn Facebook Whatsapp Instagram

About

This project is for Machine Learning Engineer Nanodegree at udacity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published