A simple neural network emulator of a multilayer perceptron without using external library methods for recognizing digits (0, 1, 2 and 3) represented as an array of 0 and 1.
Example of input data format (digit 0):
Example of output when the input is given the digit 1, 0, 2, 3, 3:
It works unstable, requires calibration.