About 49,200 results
Open links in new tab
  1. Backpropagation - Wikipedia

    In machine learning, backpropagation is a gradient computation method commonly used for training a neural network in computing parameter updates. It is an efficient application of the chain rule to …

  2. Backpropagation in Neural Network - GeeksforGeeks

    May 12, 2026 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, …

  3. 14 Backpropagation – Foundations of Computer Vision

    Backpropagation is an algorithm that efficiently calculates the gradient of the loss with respect to each and every parameter in a computation graph. It relies on a special new operation, called backward …

  4. Backpropagation: Step-By-Step Derivation - Towards Data Science

    Apr 10, 2023 · In this article we will discuss the backpropagation algorithm in detail and derive its mathematical formulation step-by-step. Since this is the main algorithm used to train neural networks …

  5. What is backpropagation? - IBM

    Backpropagation is a machine learning algorithm for training neural networks by using the chain rule to compute how network weights contribute to a loss function.

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

  7. Backpropagation | Brilliant Math & Science Wiki

    Backpropagation was invented in the 1970s as a general optimization method for performing automatic differentiation of complex nested functions. However, it wasn't until 1986, with the publishing of a …

  8. Understanding Backpropagation - Towards Data Science

    Jan 12, 2021 · In the case of understanding backpropagation we are provided with a convenient visual tool, literally a map. This map will visually guide us through the derivation and deliver us to our final …

  9. Backpropagation Step by Step |

    Mar 31, 2024 · Introduction A neural network consists of a set of parameters - the weights and biases - which define the outcome of the network, that is the predictions. When training a neural network we …

  10. 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 …