Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorqribeiro/digitRecognition

Implementation of a digit recognition using my Neural Network with the MNIST data set.
https://github.com/victorqribeiro/digitRecognition

classification javascript machine-learning mnist multilayer-perceptron neural-network

Last synced: about 2 months ago
JSON representation

Implementation of a digit recognition using my Neural Network with the MNIST data set.

Awesome Lists containing this project

README

        

# Digit Recognition

Implementation of a digit recognition using a neural network with [MNIST](http://lorenhoward.com/articles/mnist-handwritten-dataset-json/)

![Digit Recognition](screenshot.png)

Live version [here](https://victorribeiro.com/digitRecognition)

## About

I made this experiment to test how long it would take to train my neural network with MNIST and how accurate it would be at the end. Turns out I have a long way to go.

## How to use it

Draw the digit on the white rectangle (try to use to whole area) and press predict for the neural network indentify the digit. Press clear to clear the white drawing area.