Conceptual

Backpropagation

Computes the loss gradient for every weight in one backward sweep by applying the chain rule through the computational graph, reusing intermediate results so the cost is proportional to a forward pass.