Interactive Handwritten Digit Recognition
Loading model...
Draw a digit (0-9) on the 28×28 canvas. The model predicts in real-time!
This is a multilayer perceptron (MLP) neural network trained on the MNIST dataset. The model runs entirely in your browser using ONNX Runtime Web, providing real-time predictions without any server communication. Draw a digit and watch the neural network classify it instantly!
28 × 28 = 784 pixels
50 neurons + ReLU + Dropout
50 neurons + ReLU + Dropout
10 classes (0-9)