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)
- Host: GitHub
- URL: https://github.com/m-jovanovic/digit-recognizer
- Owner: m-jovanovic
- License: mit
- Created: 2018-07-05T20:48:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T16:05:57.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T03:01:45.223Z (about 1 year ago)
- Topics: machine-learning, mnist-classification, neural-networks
- Language: C#
- Size: 96.2 MB
- Stars: 49
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)