Skip to content

A simple neural network emulator of a multilayer perceptron without using external library methods for classification digits (0, 1, 2 and 3) represented as an array of 0 and 1.

License

Notifications You must be signed in to change notification settings

ruddanil/NN-DigitClassification-MultilayerPerceptron-NET-Console-SSTU

Repository files navigation

NN-DigitClassification-MultilayerPerceptron-NET-Console-SSTU

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):

image

Example of output when the input is given the digit 1, 0, 2, 3, 3:

image

It works unstable, requires calibration.

About

A simple neural network emulator of a multilayer perceptron without using external library methods for classification digits (0, 1, 2 and 3) represented as an array of 0 and 1.

Topics

Resources

License

Stars

Watchers

Forks

Languages