Skip to content
/ Amazon Public

Sentiment analysis for amazon reviews to assign whether a review is positive or negative

Notifications You must be signed in to change notification settings

mhmdsab/Amazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Amazon-Reviews-Sentiment-Analysis

BERT_AMAZON_REVIEW_CLASSIFIER.ipynb

In this notebook involves an implementation for a review classification model using Bert model. The model is constructed using Hugging Face library that provides an easy implementation of Bert model as well as other models such as RobertA and XLnet.

The dataset can be downloaded using this link https://www.kaggle.com/bittlingmayer/amazonreviews

amazon_dataset.py

a naive model that uses traditional text preprocessing and basic machine learning algorithms to classify product reviews. The dataset can be downloaded using this link https://www.kaggle.com/nehasontakke/amazon-unlocked-mobilecsv

About

Sentiment analysis for amazon reviews to assign whether a review is positive or negative

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published