An open API service indexing awesome lists of open source software.

https://github.com/alessiochen/setiment-analysis-ai-project

Application of Sentimental Analysis for Artificial Intelligence class at UNIFI
https://github.com/alessiochen/setiment-analysis-ai-project

ai andrew dataset movie-reviews scikit-learn sentiment-analysis

Last synced: 8 months ago
JSON representation

Application of Sentimental Analysis for Artificial Intelligence class at UNIFI

Awesome Lists containing this project

README

          

# 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:

* [http://ai.stanford.edu/~amaas/data/sentiment/](http://ai.stanford.edu/~amaas/data/sentiment/)

## 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
* [http://ai.stanford.edu/~amaas//papers/wvSent_acl2011](http://ai.stanford.edu/~amaas//papers/wvSent_acl2011.pdf) - Andrew L. Maas, Raymond E. Daly, Peter T. Pham, Dan Huang,
Andrew Y. Ng, and Christopher Potts