MNIST CNN
Train a convolutional net that recognizes handwritten digits.
Below is a curated view of the ConvNetJS Intro → Browser Demos section so you can jump straight into hands-on neural-network experiments inside the browser. Each tile opens the vendored local copy of the original Stanford demos in a new tab—no installs or external network dependency needed.
Train a convolutional net that recognizes handwritten digits.
Classify natural images from CIFAR-10 with a deeper convolutional net.
Draw toy datasets and watch a small net learn decision boundaries live.
Interactively fit smooth curves to 1-D data using neural nets.
Compress and reconstruct digits with an autoencoder architecture.
Explore reinforcement learning agents using Deep Q-Networks.
Watch a fully-connected net “paint” an image pixel by pixel.
Compare SGD, Adagrad, and Adadelta on the same dataset in real time.
Want to dive deeper? Browse the full ConvNetJS intro page or read the detailed documentation.