Skip to content

PriyanshuPatel02/IMDB-Dataset-Sentiment-Analysis

Repository files navigation

IMDB-Dataset-Sentiment-Analysis

Sentiment Analysis

  • Sentiment analysis is the process of detecting positive or negative sentiment in text. It’s often used by businesses to detect sentiment in social data, gauge brand reputation, and understand customers.

Dataset Used

This is a dataset for binary sentiment classification containing substantially more data than previous benchmark datasets. We provide a set of 25,000 highly polar movie reviews for training, and 25,000 for testing.

Implementation

The implementation was based on a research paper Sentiment Analysis on Movie Review Data Using Machine Learning Approach.

Classifiers Implemented

  1. Multinomial Naive Bayes(MNB)
  2. Support Vector Machine(SVM)
  3. Maximum Entropy(ME)
  4. Decision Tree(DT)
  5. Gaussian Naive Bayes(GNB)
  6. Convolutional Neural Network (CNN)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published