An open API service indexing awesome lists of open source software.

https://github.com/m-jovanovic/digit-recognizer

Small neural network framework developed in C#, specialized in digit classification (MNIST dataset)
https://github.com/m-jovanovic/digit-recognizer

machine-learning mnist-classification neural-networks

Last synced: 12 months ago
JSON representation

Small neural network framework developed in C#, specialized in digit classification (MNIST dataset)

Awesome Lists containing this project

README

          

# Digit Recognizer

Neural network that classifies MNIST dataset, along with a desktop application with visual representation of the classficiation process.

If you want to run this locally, unpack the contents (unzip) of the `Dataset` folder. It contains the images required for training and testing the neural network.

Check out this video for more explantation: [**I Built a Neural Network in C# From Scratch. Here's What I Learned...**](https://youtu.be/wgNZWnua-90)