top of page
Design de tipografia

DIGIT RECOGNITION APP

Silas Liu - Mar. 09, 2022

Javascript, Convolutional Neural Network

In our previous studies we extensively analyzed several Feedforward Neural Network configurations as well as several different Convolutional Neural Network structures.

​

Our best model was the last one, with almost 1 million parameters, which we trained and achieved an accuracy of 99.54% over the test set.

​

For these studies, the Python libraries tensorflow and keras were used. Now we apply the best model in tensorflowjs for predicting any digit the user can draw on the browser.

bottom of page