https://github.com/jose-jaen/amazon-nlp
Using NLP algorithms and Machine Learning modeling a Sentiment Classifier is built for Amazon Reviews
https://github.com/jose-jaen/amazon-nlp
algorithms big-data machine-learning nlp python r statistics supervised-learning
Last synced: about 2 months ago
JSON representation
Using NLP algorithms and Machine Learning modeling a Sentiment Classifier is built for Amazon Reviews
- Host: GitHub
- URL: https://github.com/jose-jaen/amazon-nlp
- Owner: jose-jaen
- Created: 2022-10-04T12:27:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T12:16:48.000Z (over 3 years ago)
- Last Synced: 2025-03-06T17:49:23.333Z (over 1 year ago)
- Topics: algorithms, big-data, machine-learning, nlp, python, r, statistics, supervised-learning
- Language: Python
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Sentiment Analysis
Can we leverage users' comments to improve services? How can we turn words and phrases into adequate data for analysis?
Millions of users give feedback about their customer experience once they buy a product.
It is in the interest of companies like Amazon to detect defective items either to remove them from store or fix them.
Using NLP algorithms and Machine Learning modeling a Sentiment Classifier is built for Amazon Reviews.
- [Detailed project paper](https://github.com/jose-jaen/Amazon-NLP/blob/main/Amazon_Sentiment_Analysis.pdf).
- [Hypothesis testing and Statistical Analysis](https://github.com/jose-jaen/Amazon-NLP/blob/main/Amazon_Sentiment.r).
- [Python functions for preprocessing](https://github.com/jose-jaen/Amazon-NLP/blob/main/functions.py).
- [ML Modeling and main project code](https://github.com/jose-jaen/Amazon-NLP/blob/main/Amazon_Sentiment.py).
- [Jupyter Notebook](https://nbviewer.org/github/jose-jaen/Amazon-NLP/blob/main/Notebook/Project.ipynb) (EDA and ML modeling).