Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/**
 *  CS 201: Machine Learning - Final Project
 *  Christian Rentsman
 *  Sentiment Analysis using Convolutional Neural Networks.
 */

Files
=========
SentimentCNN: Main class used for sentiment analysis.
scnn_utils: Utilities used by the class for cleaning data.
scnn_tests: Various tests and demos for each data set.

By default, simply run scnn_tests.py to run the Sentiment CNN
on the Rotten Tomatoes movie review data set. It will output
its training accuracy at every step, and will write results
to a summary file. These summary files can be used with
TensorBoard to view how the model learns over time.

Data
========
Paths to data are currently hard coded into each of the demo
methods. Feel free to update them to whatever you wish.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages