Asapin / MnistTester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.