vodemn / DetectNumbersCore

Neural network trained to detect handwritten numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DetectNumbersCore

About

This package implements a neural network trained on MNIST dataset to detect handwritten numbers.

The MNIST dataset of handwritten digits has a training set of 60,000 examples, and a test set of 10,000 examples:

Example-images-from-the-MNIST-dataset

Setup

mnist_train.csv is pretty big and Github cannot version control it. So in order to run training you have to unzip the mnist_train_csv.zip file in the same folder where it is currently placed.

Run

To train the network and update the weights from the DetectNumbersCore folder run:

python Sources/TrainCore.py

And wait for some time depending on your hardware.

About

Neural network trained to detect handwritten numbers.


Languages

Language:Swift 100.0%