Skip to content

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

Notifications You must be signed in to change notification settings

andreyka26-git/neural-network-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages