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

https://github.com/geekquad/handwritten-digit-mlp-classification

Using Multi Layer Perceptron to build the model. Classifies the handwritten digits of the MNIST database with around 98% accuracy.
https://github.com/geekquad/handwritten-digit-mlp-classification

handwritten-digits mnist-database pytorch

Last synced: 3 months ago
JSON representation

Using Multi Layer Perceptron to build the model. Classifies the handwritten digits of the MNIST database with around 98% accuracy.

Awesome Lists containing this project

README

          

# Handwritten-Digit-MLP-Classification

Using the MNIST database. It is a collection of 70000 handwritten digits split into training and test set of 60000 and 10000 images respectively.


The model is built using Multi Layer Perceptron (MLP).