/NeuralNetworkLibrary

It is a neural network I've implemented on C#. It can recognize numbers, solve XOR and NAND gates

Primary LanguageC#

NeuralNetworkLibrary

That solution has 2 projects. One builds neural network to solve NAND and XOR gates. Another one is built to recognize hand-written numbers. Training data was gotten from MNIST dataset.

In order to start you need go to runnable directory.

type: dotnet build

then: dotnet run