Skip to content

Hand rolled neural network in C#. Backpropagation, training, output verification.

License

Notifications You must be signed in to change notification settings

pavlosmcg/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An interactive demo of a neural network built from scratch and trained on the MNIST handwritten digit dataset, using sigmoid neurons and backpropagation.

Demo

Live demo: https://pavlosmcg.github.io/neural-network/

Video

For an overview of the implementation and underlying concepts, please watch:

https://www.youtube.com/watch?v=4HB0AdGyGC8&t=18s

Yes, this is me.

Training data

To run locally: Download MNIST data from: https://www.kaggle.com/datasets/oddrationale/mnist-in-csv

Place mnist_train.csv in: NeuralNetwork/DigitRecognition/

About

Hand rolled neural network in C#. Backpropagation, training, output verification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published