Skip to content

Robust MNIST classifier implemented using Tensorflow.

Notifications You must be signed in to change notification settings

timothyn617/MNIST_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Ready to use MNIST image classifier.

  1. Run tensorflow_MNIST.py to train a neural network using Tensorflow. Adjust hyperparameters (e.g. number of layers and hidden units) as needed. Model data and tensorboard file saved to an output folder. Accuracy of classifier on the MNIST test dataset outputed.

  2. Run test_model.py to restore model and output a batch of test images along with the trained model predictions.

About

Robust MNIST classifier implemented using Tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages