Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 402 Bytes

MPL - Multi-layer Perceptron

Artificial neural network of type MLP written in C#.

The code is divided into two small projects:

  1. ANN_for_OCR: Graphical interface capable of training an MLP and interpreting OCR characters in a 5x6 matrix;
  2. Multi_Layer_Perceptron: ANN-MLP library.

License

This MLP is licensed under GPLv3.