Backpropagation
The core algorithm used to train neural networks. It calculates how much each weight contributed to the overall error, then adjusts weights to reduce that error by propagating gradients backward through the network layers.
The core algorithm used to train neural networks. It calculates how much each weight contributed to the overall error, then adjusts weights to reduce that error by propagating gradients backward through the network layers.