Get a Brain
Let’s build a neural network from scratch. Our artificial brain should run on just the core Haskell system.
We follow the free online book Neural Networks and Deep Learning by Michael Nielsen. We will train a network to recognize handwritten digits, specifically those in the MNIST database of handwritten digits.
Source: Get a Brain, an article by Ben Lynn.