Skip to content

jetsemrick/aml_phrase_sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Applied machine learning project for movie review sentiment analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages