Skip to content

pirosm1/MNIST_Training

Repository files navigation

MNIST_Training

CNN Training for MNIST data set recognition.

Recompile with the "verbose" constant = true if you want to see timings.

If back-propagation feels slow and you've got a decent machine try to set optimization flags when compiling.

I used /Ox in Debug builds resulting in an average 60ms per back-propagation.

Using the default Release build resulted in about average 32ms per back-propagation.

About

Outputs weights for a CNN that recognizes the MNIST set. Try with https://github.com/pirosm1/MNIST_Tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published