SrinidhiRaghavan/AI-Sentiment-Analysis-on-IMDB-Dataset
Sentiment Analysis using Stochastic Gradient Descent on 50,000 Movie Reviews Compiled from the IMDB Dataset
This project helps anyone who needs to quickly understand public sentiment from a large collection of movie reviews. It takes raw text reviews and automatically classifies each one as either positive or negative. Market researchers, content creators, or analysts can use this to gauge audience reactions to films.
No commits in the last 6 months.
Use this if you have a dataset of movie reviews and want to automatically sort them by positive or negative sentiment.
Not ideal if you need to detect nuanced emotions, identify specific aspects of a review, or analyze reviews outside of the movie domain.
Stars
62
Forks
29
Language
Python
License
—
Category
Last pushed
Jul 15, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SrinidhiRaghavan/AI-Sentiment-Analysis-on-IMDB-Dataset"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nas5w/imdb-data
A JSON file of 50,000 IMDB movie reviews to be used in machine learning applications.
RubixML/Sentiment
An example project using a feed-forward neural network for text sentiment classification trained...
VuBacktracking/mamba-text-classification
Text Classification using Mamba Model
haoopeng/CNN-yelp-challenge-2016-sentiment-classification
IPython Notebook for training a word-level Convolutional Neural Network model for sentiment...
cmasch/cnn-text-classification
Text classification with Convolution Neural Networks on Yelp, IMDB & sentence polarity dataset v1.0