Toy neural network
It's a C/Lua implementation of a feedforward neural network in the book "Neural Networks and Deep Learning".
- Download MNIST data from http://yann.lecun.com/exdb/mnist/ , and put them into data/
- Build lua modules mnist and ann with lua 5.4
- run
lua network.lua