Neural network for predicting hand-written number digit.
Use Make
Or use command: g++ main.cpp <all .cpp files in ./include directory> -o main
https://yann.lecun.com/exdb/mnist/
When start, the application train the model from scratch.
And output current result to stderr (example: stderr.txt)