Skip to content

TensorFlow implementation of a CNN for Text Classification

Notifications You must be signed in to change notification settings

ivancruzbht/TextCNN

Repository files navigation

TensorFlow implementation of a CNN for Text Classification

This is a fork of https://github.com/dennybritz/cnn-text-classification-tf which is the code of this blog post: http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/.

It was modified to export the model and the vocabulary to be used in an Android Demo for TensorFlow (https://github.com/ivancruzbht/tf_android)

The model is exported as a Google Protobuf file.

The vocabulary is exported as a json file.

Requirements

  • Python 3
  • Tensorflow > 0.12
  • Numpy

About

TensorFlow implementation of a CNN for Text Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages