Fully connected feedforward neural network trained with stochastic gradient descent on the MNIST database.
Qto guess the digit,Cto clear the screen.Gto toggle the grid.- Left click to draw.
- right click to erase.
g++ main.cpp network.cpp train.cpp -o main `sdl2-config --cflags --libs` -lm