Implementation of Neural networks from Michael Nielsen's "Neural Networks and Deep Learning". Open the NeuralNet.sln in Visual Studio.
- NeuralNet.h contains the shallow Neural network from chapter 4.
The project uses:
- the Eigen Library http://eigen.tuxfamily.org/index.php?title=Main_Page
- the MNIST dataset http://yann.lecun.com/exdb/mnist/index.html
- a modified MNIST reader inspired by https://github.com/arpaka/mnist-loader
The dependencies are embedded in the project.