Neural Network: implementing backpropagation

In this post i report a simple implementation of a Backpropagation Neural Network.
As for the following examples i will post the goal is character recognition on a grid of pixels. 
Noise is introduce to evaluate robustness of the approach.
  
Here we will present both implementation and performance eval- 
uation of a multilayer artificial neural network, exploiting backpropagation for characters recognition.
 
This documentation provide full description of the approach and the results.
This is the source code for the neural network

Leave a Reply

Your email address will not be published. Required fields are marked *