You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🧐 This project analyzes Amazon Fine Food Reviews to investigate whether negative reviews are more emotionally intense and lexically repetitive than positive ones. Using R, we apply sentiment analysis and lexical diversity metrics to uncover patterns in consumer review language.
Implementation of Machine learning algorithms KNN, Naive Bayes, Logistic Regression, SGD for linear regression, SVM, Decision Trees,Random Forest,k means and Truncated SVD on Amazon fine food reviews data set
A Python NLP project comparing rule-based sentiment classification with VADER and transformer-based models from 🤗 Huggingface. This project analyzes Amazon customer reviews to evaluate sentiment classification performance across traditional and deep learning approaches.