Srikanth Pagadala

Sentiment Analysis with TFLearn RNN

06 Feb 2017

This notebook uses TFLearn to train a Sentiment Analyzer on a set of IMDB Movie ratings. Once trained, given some input text, it will be able to classify it as either positive or negative. The neural network that is built for this is a recurrent network. It uses a technique called LSTM.

Source Code

Report