/IMDB-reviews-sentiment-analysis

Sentiment analysis of the IMDB reviews.

Primary LanguageJupyter Notebook

IMDB-reviews-sentiment-analysis

IMDB is a popular database of information for all visual entertainments. The dataset contains 50000 reviews posted on IMDB along with a target variable denoting if a review has a positive sentiment or a negative sentiment. The dataset can be found at this Link The notebook contains code to preprocess and clean the reviews for feature preparation and model implementation - LogisticRegression, SupportVector and RandomForest.