neuralnet icon indicating copy to clipboard operation
neuralnet copied to clipboard

Toy neural network

Toy neural network

It's a C/Lua implementation of a feedforward neural network in the book "Neural Networks and Deep Learning".

  1. Download MNIST data from http://yann.lecun.com/exdb/mnist/ , and put them into data/
  2. Build lua modules mnist and ann with lua 5.4
  3. run lua network.lua