Skip to content

This is a Neural Network from scratch written in C# using Win Forms App

License

Notifications You must be signed in to change notification settings

grySal/Neural-Network-from-Scratch

Repository files navigation

MNIST Neural Network from Scratch

This is a Neural Network made from scratch written in C# using the .NET framework.

It classifies the MNIST Handwritten Digit dataset.

MNIST Digit dataset
(source: MNIST database

How it works

Bellow is the application for the program. Before the Neural Network can start classifying images, it must be trained at least once. Pressing the "Start Training" button will begin one training cycle. The training process is CPU intensive so it will take a while to complete.

My Image

After training the Neural Network, it will be able to start making predicitions on what the current image is. More training cycles will increase its accuracy.

My Image

About

This is a Neural Network from scratch written in C# using Win Forms App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages