roomylee / rnn-text-classification-tf

Tensorflow Implementation of Recurrent Neural Network (Vanilla, LSTM, GRU) for Text Classification
MIT License
118 stars 51 forks source link
deep-learning gru lstm recurrent-neural-networks sentiment-analysis tensorflow text-classification

Recurrent Neural Network for Text Calssification

Tensorflow implementation of RNN(Recurrent Neural Network) for sentiment analysis, one of the text classification problems. There are three types of RNN models, 1) Vanilla RNN, 2) Long Short-Term Memory RNN and 3) Gated Recurrent Unit RNN.

rnn

Data: Movie Review

Usage

Train

Evalutation

Reference