Skip to content

HuihuiChyan/text_classification_tf_estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

text_classification_tf_estimator

Text classification using tf.estimator API. The model is very simple with just one-layer Bi-LSTM. And since the training data is also very small, can only get 0.75 accuracy on dev data.
Just for testing the tf.estimator API, which is easy to use(maybe even not easy) but hard to debug.

About

Example to use tf.estimator API on text classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages