JustinCignal/mnist-lenet5-demo
Viewer • Updated • 60k • 31
A small LeNet-5-style convolutional network for handwritten digit classification (0-9), used in an interactive browser visualization that shows a hand-drawn digit flowing through each layer of a real, trained CNN.
Trained on JustinCignal/mnist-lenet5-demo, a repackaged MNIST training split.
Trained for several epochs with Adam (lr=1e-3), MSE loss against scaled one-hot targets matching the network's tanh output range.
Demo / education only -- a lightweight interactive visualization of a CNN's internal layer activations while classifying hand-drawn digits. Not intended for production digit recognition.
~99% accuracy on held-out MNIST test images.