Convolutional Neural Network — 3D Explorer
A real trained CNN: see your image flow through convolutions, pooling & the classifier
Draw a digit (0–9)
⬆ Upload image
…or load an example
▶ Run Forward Pass
Clear
Animation speed
what the
network sees
(28×28)
Prediction
–
draw, upload, or pick a digit
Drag the 3D scene to orbit • scroll to zoom. Each glowing tile is a
feature map
— a filtered view of the image.
CNN: 28×28 → conv(6) → pool → conv(8) → pool → dense(10) • 97.4% acc