/sentiment-analysis-lstm

Sentiment Analysis using Long Short Term Memory(LSTM) Network. Trained using IMDB movie review dataset. Built with Keras, Tensorflow, NLTK, etc.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

sentiment-analysis-lstm

Sentiment Analysis using Long Short Term Memory(LSTM) Network. Trained using IMDB movie review dataset. Built with Keras, Tensorflow, NLTK, etc.

An LSTM network is an artificial neural network that contains LSTM units instead of, or in addition to, other network units. An LSTM unit is a recurrent network unit that excels at remembering values for either long or short durations of time. The key to this ability is that it uses no activation function within its recurrent components.

Let's Play!

Use the notebook file(playground.ipynb) to play with the model. Working on the Flask Webapp. Will update soon (Sorry, No time :P)