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

https://github.com/namberino/digitizer

Handwritten digit recognizer using Neural Network from scratch
https://github.com/namberino/digitizer

Last synced: 2 months ago
JSON representation

Handwritten digit recognizer using Neural Network from scratch

Awesome Lists containing this project

README

        

# Handwritten Digits Recognizer using Neural Network from scratch

A recognizer for the [MNIST dataset](http://yann.lecun.com/exdb/mnist/). This recognizer uses a neural network with 4 layers (2 hidden layers). The neural network was implemented from scratch without using any ML library, only using NumPy.

Check out the [doc](doc/) directory for details on the model.

![predict image](img/predict.png)