GitHub - cindytech/RNN_Text_Classify: Text classification using LSTM

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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

About

Text classification using LSTM

Resources

Readme

License

Apache-2.0 license

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages

  • Python 100.0%