Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jetsemrick/aml_phrase_sentiment

Applied machine learning project for movie review sentiment analysis.
https://github.com/jetsemrick/aml_phrase_sentiment

Last synced: 6 days ago
JSON representation

Applied machine learning project for movie review sentiment analysis.

Awesome Lists containing this project

README

        

## Applied Machine Learning Phrase Sentiment Prediction
### Overview
This project is based on data from the Rotten Tomatoes movie review dataset. Our goal is to model the relationship between phrases in movie reviews and the sentiment score. We tested different supervised and unsupervised methods to determine what strategy produces the most accurate model.
### Dataset
The data is a mixture of labeled and unlabeled phrases from movie reviews. Each phrase has a sentiment [0,1,2,3,4] or is unlabeled [-100].
### Models
- Logistic Regression
- K Nearest Neighbor (KNN)
- Gaussian Mixture (GMM)
- K-means Clustering
### Intrstructions
To build and test each model, download all dependencies and execute main.py