backprop-weight-gradient-outer-product

IN premiseentries/2026/06/21/wiki-Backpropagation-chunk-2.md

Created 2026-06-21T09:55:49+00:00

The weight gradient at layer l is computed as an outer product: ∇_{W^l} C = δ^l · (a^(l-1))^T, which is why activations from the forward pass must be cached.

Dependents

These beliefs depend on this one: