About 36,000 results
Open links in new tab
  1. Backpropagation - Wikipedia

    Backpropagation efficiently computes the gradient of the loss with respect to the network weights for a single input–output example. It does this by propagating derivatives backward, one layer at a time, …

  2. Backpropagation in Neural Network - GeeksforGeeks

    May 12, 2026 · Backpropagation is an algorithm that trains neural networks by reducing prediction error. It works by propagating errors backward, computing gradients using the chain rule, and updating …

  3. 14 Backpropagation – Foundations of Computer Vision

    This is the whole trick of backpropagation: rather than computing each layer’s gradients independently, observe that they share many of the same terms, so we might as well calculate each shared term …

  4. What is backpropagation? - IBM

    Backpropagation is a machine learning technique essential to the optimization of artificial neural networks. It facilitates the use of gradient descent algorithms to update network weights, which is …

  5. Backpropagation in Data Mining - GeeksforGeeks

    Jul 26, 2025 · Backpropagation is a method used to train neural networks where the model learns from its mistakes. It works by measuring how wrong the output is and then adjust the weights step by step …

  6. Backpropagation Step by Step |

    Mar 31, 2024 · In this post, we discuss how backpropagation works, and explain it in detail for three simple examples. The first two examples will contain all the calculations, for the last one we will only …

  7. Backpropagation for Dummies: Explained Simply | Medium

    Mar 17, 2025 · Neural networks are like brain-inspired math machines they learn by trial and error. But how do they know what to fix when they get something wrong? The answer is backpropagation — …

  8. Backpropagation An algorithm for computing the gradient of a compound function as a series of local, intermediate gradients

  9. Backpropagation | Brilliant Math & Science Wiki

    Backpropagation, short for "backward propagation of errors," is an algorithm for supervised learning of artificial neural networks using gradient descent. Given an artificial neural network and an error …

  10. Neural backpropagation - Wikipedia

    On average, a backpropagating spike loses about half its voltage after traveling nearly 500 micrometres. Backpropagation occurs actively in the neocortex, hippocampus, substantia nigra, and spinal cord, …