Backpropagation
The core algorithm for training neural networks that computes gradients of the loss with respect to weights via the chain rule and propagates them backward.
The core algorithm for training neural networks that computes gradients of the loss with respect to weights via the chain rule and propagates them backward.