Adaptative Neural Network (ANN) is a static library containing multiple neural network models written in C.
The Partially Connected Feedforward Neural Network (PCFNN) is a feedforward neural network that can be used for classification and regression.
With it, you can create complex neural networks with partial or total connections between neuron layers.
At the end of the documentation, you will find an example neural network that learn the XOR function.
You can find the documentation of this project here.
Here you will find an example projects using Adaptative Neural Network to do handwritten digits recognition.
Project link: https://github.com/cedricfarinazzo/AdaptativeNeuralNetwork