Skip to content

A deep learning model created to classify the movie reviews as positive or negative.

License

Notifications You must be signed in to change notification settings

darthdaenerys/IMDB-Sentiment-Analysis

Repository files navigation

IMDB Sentiment Analysis

logo

Subsets of IMDb data are available for access to customers for personal and non-commercial use.

Introduction

Given the availability of a large volume of online review data (Amazon, IMDB, etc.), sentiment analysis becomes increasingly important. In this project, a sentiment classifier is built which evaluates the polarity of a piece of text being either positive or negative.

Data Location

The dataset files can be accessed and downloaded from here.

IMDb Dataset Details

IMDB dataset having 50K movie reviews for natural language processing or Text analytics. This is a dataset for binary sentiment classification containing substantially more data than previous benchmark datasets. This a set of 25,000 highly polar movie reviews for training and 25,000 for testing. So, predict the number of positive and negative reviews using either classification or deep learning algorithms. For more dataset information, please go through this following link

Model

Metrics Precision Recall Accuracy
Testing 0.949 0.961 0.955

Alt text

Alt text

Usage

Feel free to use the model and your own dataset.