recidivism5 / number_recognizer

C-lang MNIST Handwritten digit recognition neural network generator/trainer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a one-file neural network written in C that trains on the MNIST handwritten digits dataset, provided in the repository as the two associated idx-ubyte files. mnist_viewer.py lets you view images in the dataset.

number_recognizer.c does not require any external libraries.

About

C-lang MNIST Handwritten digit recognition neural network generator/trainer.


Languages

Language:C 97.6%Language:Python 2.4%