Skip to content

RNN based model for predicting the sentiment of strings in the Stanford Sentiment Tree dataset.

Notifications You must be signed in to change notification settings

brandonfonseca/sentiment-analysis-stanford

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sentiment Analysis Stanford

A RNN based model for predicitng the sentiment of sentences in the Stanford Sentiment Tree Binary Dataset (available at https://nlp.stanford.edu/sentiment/). The model predicts whether a sentence has positive or negative sentiment.

Model Architecture

This model was built using the fastai.text open source library (Jeremy Howard et al.). The model achieved a validation accuracy of ~93%.

Deployment

If you would like to see this model deployed into a Flask API please see my other repository: https://github.com/brandonfonseca/ml-flask-api

About

RNN based model for predicting the sentiment of strings in the Stanford Sentiment Tree dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published