Skip to content

ben745260/Amazon-Reviews-using-Sentiment-Analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon-Reviews-using-Sentiment-Analysis

Applying sentiment analysis on Amazon's product reviews.

If you are looking to skim over the project without going into too much detail, you can easily access it through here.

Product reviews are becoming more important with the evolution of traditional brick and mortar retail stores to online shopping. Consumers are posting reviews directly on product pages in real time. With the vast amount of consumer reviews, this creates an opportunity to see how the market reacts to a specific product. We will be attempting to see if we can predict the sentiment of a product review using machine learning tools, particularly the Support Vector Machine.

The dataset I will be using is from www.kaggle.com.

I have also provided the direct link below if you wish to view the dataset I used to build my model:

https://www.kaggle.com/datafiniti/consumer-reviews-of-amazon-products

This project was completed using Jupyter Notebook and Python with Pandas, NumPy, Matplotlib and Scikit-Learn.

This was my first project using Python, and I look forward to contributing to the community!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.5%
  • Python 6.5%