Skip to content

elijaheaton/MNIST-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MNIST-Classifier

A neural network to classify the MNIST collection of handwritten numbers using TensorFlow. The version 1 network, created on June 19, 2020 runs at about a 90% success rate, which is less than the average rate for human comprehension. See Wikipedia for details:

https://en.wikipedia.org/wiki/MNIST_database#Classifiers

Version 2 was created on June 22, 2020, and has a much better accuracy of 98%. Some improvements I made were to include dropouts, regularize the data, and use activation functions.

About

A neural network to classify the MNIST collection of handwritten numbers using TensorFlow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages