Skip to content

A model that predicts the sentiment for a given Amazon review. This is a Naive Bayes model that utilizes NLP for pre-processing.

Notifications You must be signed in to change notification settings

stevenobadja/amazon_sentiment_nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Logo

Overview:

The following model will use one of the datasets found from http://jmcauley.ucsd.edu/data/amazon/ to perform sentiment analysis on the given Amazon reviews. The electronic dataset has been selected for this example to create a model that algorithmically predict if a review is positive or negative just based on its text. The model shown below will utilize natural language processing to predict the sentiment of a given text.

The model can be found on the Jupyter notebook titled "Amazon.ipynb"