Skip to content

Supervised text classification in tensorflow -Built model using perceptron,cnn,mlp

Notifications You must be signed in to change notification settings

Abonia1/Tensorflow-Text-Classification

Repository files navigation

Text Classification with the High-Level TensorFlow API

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.

About

Supervised text classification in tensorflow -Built model using perceptron,cnn,mlp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages