Deep Learning Visualizer — Watch a Neural Network Train, Live
Watch a real neural network learn, step by animated step: see data flow forward through the layers, watch backpropagation send the error backward, and see every weight adjust itself.
Train on XOR, circles, moons, or spiral data with a live decision boundary — in slow motion or fast mode, 100% in your browser.
Interactive Calculator
Use this calculator to analyze your finances and make informed decisions.
Enter your values below to see personalized results.
Frequently Asked Questions
Common questions about the Deep Learning Visualizer — Watch a Neural Network Train, Live
Backpropagation is how a neural network figures out which of its weights caused a mistake. After the network makes a prediction (the forward pass), it compares the prediction to the correct answer to get an error. Backpropagation then runs that error backward through the network, layer by layer, using the chain rule from calculus to compute exactly how much each individual weight contributed to the mistake. In this visualizer, that is the right-to-left orange animation: each neuron receives its share of the blame (its "delta"), and that determines how its incoming weights will be adjusted.
From the same team
Turn your GPU into an OpenAI-compatible API endpoint
Wide Area AI routes your LLM API calls to your own hardware over a Cloudflare Tunnel — free local inference with edge caching and automatic cloud failover. Works with any OpenAI SDK.