Sentiment Analysis on IMDB Reviews
Murilo Botelho
Unknown
- 0 Collaborators
We'll be using a Convolutional MLP to make a sentiment analysis on movie reviews written on IMDB. We'll also try to implement a Reinforcement Learning algorithm to classify what's no labeled. ...learn more
Project status: Concept
Intel Technologies
AI DevCloud / Xeon
Overview / Usage
We will be using a dataset available in http://ai.stanford.edu/~amaas/data/sentiment/ to train a Convolutional MLP Network to learn to classify movies as "positive" or "negative" based on their reviews. We will also try to implement a Reinforcement Algorithm for a dataset which is not labeled.