Deep Learning: Forward Pass & Backpropagation
Interactive 3D deep learning simulator: watch a real multi-layer neural network run forward passes and backpropagate gradients live, with edges colored by weight and pulses showing signal and gradient flow as the network learns to classify points.
Deep learning uses artificial neural networks stacked into multiple layers to analyze data and make predictions. This simulator makes that training loop visible in 3D: a small network of neurons and weighted connections sits in space, and every training cycle you watch a signal pulse travel forward through the layers to produce a prediction, followed by a gradient pulse traveling backward through the same connections to correct the weights. Because the math running underneath is a genuine feedforward network trained with real backpropagation and gradient descent — not a scripted animation — the loss curve, accuracy and edge weights you see actually evolve as the network learns to separate points inside a circle from points outside it. Adjust the learning rate, training speed and activation function to see how each changes how quickly and how stably the network converges.
Interactive 3D deep learning simulator: watch a real multi-layer neural network run forward passes and backpropagate gradients live, with edges colored by weight and pulses showing signal and gradient flow as the network learns to classify points.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install