Skip to content

Asapin/MnistTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mnist Classifier Tester

Small console app for testing how good your MNIST model is recognizing which digit you wrote.

How to use

If you choose to use your own model, be sure that your model has 784 neurons as input (with dimensions either {784 x 1 x 1} or {28 x 28 x 1}) and 10 neurons as output.