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

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:C# 100.0%