tensorflow-text-classification
tensorflow-text-classification copied to clipboard
Text Classification with the High-Level TensorFlow API
tensorflow-text-classification
Text Classification with the High-Level TensorFlow API
This is the source code for the Medium article: https://medium.com/quantitative-technologies/text-classification-with-the-high-level-tensorflow-api-390809987a4f
File Descriptions
perceptron.py Trains and evaluates the Perceptron model.
perceptron_example.py Runs the Perceptron Example in the article.
mlp.py Trains and evaluates the Multilayer Perceptron model.
rnn.py Trains and evaluates Recurrent Neural Network model.
common.py Common routines used by the above code files.