1. Configure
Each column selects a key hyperparameter. The project type determines the output shape, layers control depth, and neurons set the width of each layer.
Spin the columns to configure your architecture, then watch a neural network materialize, train, and converge — all in your browser.
Scroll each column to pick your parameters, or hit Randomize to roll the dice.
Each column selects a key hyperparameter. The project type determines the output shape, layers control depth, and neurons set the width of each layer.
We construct a feed-forward neural network from your choices. The visualization shows every neuron and the weighted connections between layers.
Data flows left to right — inputs are multiplied by weights, summed, and passed through the activation function at each neuron.
The error flows backward, updating each weight to reduce the loss. This is the engine of deep learning — and it runs automatically here.