TensorFlow - Text Classification using Neural Networks

Sumit Chawla picture Sumit Chawla · Nov 14, 2015 · Viewed 13k times · Source

Is there any example on how can TensorFlow be used for text classification using neural networks?

Answer

ilblackdragon picture ilblackdragon · Nov 26, 2015

I've started putting together a set of examples for text classification on DBPedia dataset (predicting class of object from its description) as part of examples for Scikit Flow: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/learn/text_classification.py

Going to expand this example and write a blog post when will have enough different models showcased. Feel free to suggest other datasets and models you would be interested to see.