Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 960 Bytes

README.MD

File metadata and controls

25 lines (17 loc) · 960 Bytes

Sentimental Analysis on IMDB Movie Reviews

This project written in python is about testing two classifiers for Machine Learning , Perceptron and Naive Bayes, using the implementation from Scikit-Learn. The goal is to make sentiment analysis of movie reviews. The dataset used is the Large Movie Review Dataset v1.0.

Dataset

The dataset i have used can be downloaded from the following link:

Requirements

  • scikit-learn
  • numpy
  • matplotlib
  • itertools

Results

To replicate the result you need to download the dataset from the link and unzip it in the data/ folder.

Check the projectReport file for more details.

References