Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 534 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 534 Bytes

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.