Digit Recognition Using Neural Network in JavaScript

victorqribeiro

Victor Ribeiro

Posted on April 11, 2019

Digit Recognition Using Neural Network in JavaScript

Digit Recognition

Implementation of a digit recognition using my neural network with MNIST

Digit Recognition

Live version here

About

I made this to test how long it would take to train my neural network with MNIST and 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.

Check out the code here

💖 💪 🙅 🚩
victorqribeiro
Victor Ribeiro

Posted on April 11, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related