/RNN_Text_Classify

Text classification using LSTM

Primary LanguagePythonApache License 2.0Apache-2.0

RNN_Text_Classify

This code belongs to the "implement a RNN for text classification in Tensorflow" POST

#Requirements

Python 3.5.2

Tensorflow > 1.1.0

Numpy

#Training train_rnn_classify.py

#note this code save the model checkpoints and save the summary at given epoch, these actions will slow down the training speed,so if you want to do a quick job, just remove these codes if you need