Neural Network Library

A simple framework for training and sampling small neural networks. Used as a starting point for other projects.

The library contains several modules. - MathUtils Tools and data structures required for NN like Matrices, Vectors, and statistical helpers. - NeuralNetworkExamples A collection of runnable examples to demonstrate training and other uses for NNs. - NeuralNetworks This contains interfaces and the actual implementations for NNs. I use this library as a base for other projects, including an evolution simulator.