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 performed sentimental analysis based on opinion words (like good, bad, beautiful, wrong, best, awesome, etc) of selected opinion target ( like product name for amazon product reviews).
The Amaon Fine Foods Review dataset consists of reviews of fine foods from Amazon. There are approximate 500,000 reviews up to October 2012. Reviews include product and user information, ratings, and a plain text review. The Aim of this case study was to predict the polarity of the reviews ie. positive/negative. I have applied various Machine Le…
This project uses Machine Learning, Natural Language Processing (NLP), and Web Scraping in order to get real customer reviews for any product on Amazon and perform sentiment analysis that predicts whether the reviews are positive or negative.
This project aims to analyze consumer sentiment towards (FMCG) company products by scraping reviews & performing text analysis using Python. By leveraging NLP techniques, such as sentiment analysis, word cloud and topic modelling. The results of this study can inform product development, marketing strategies & overall business decision-making
An AI solution which cognitively able to detect(classify) reviews in fractions of seconds. hence, fewer human interventions, more precise, uniform results, and most importantly operational efficiency.
This repository contains the code for a rating review classification project that was submitted for the Kaggle Wars competition hosted by ACM Thapar. The project aims to classify reviews based on their rating, using data pre-processing and a convolutional neural network (CNN) model.
🔥 Sentiment Classifier App: Instantly predict whether a review is positive or negative using machine learning! 🧠💬 Built with Logistic Regression, trained on 84K+ reviews, with 91.22% accuracy! 🚀
Review Analysis (NLP) of musical instrument reviews from the amazon dataset. Observing performances of Linear SVC, NaiveBayes (MultinomialNB) , Random Forest Classifier and Logistic Regression under use of Count and tf-idf vectorizers.