Artificial neural network of type MLP written in C#.
The code is divided into two small projects:
- ANN_for_OCR: Graphical interface capable of training an MLP and interpreting OCR characters in a 5x6 matrix;
- Multi_Layer_Perceptron: ANN-MLP library.
This MLP is licensed under GPLv3.