Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
Backpropagation computes the gradient of the loss function with respect to the weights of the network. Below is an interactive sandbox visualizing forward activations, backward error gradients, and real-time updates while learning the XOR function.
Our neural network is built with a standard 2 input nodes, 3 hidden neurons, and 1 output neuron layout. Step through the stages to inspect the complete network updates in real-time.