About 50,200 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. …

  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 …

  3. What is backpropagation? - IBM

    Backpropagation is a machine learning technique essential to the optimization of artificial neural networks. It facilitates the use of …

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

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

  6. Backpropagation | Brilliant Math & Science Wiki

    Backpropagation, short for "backward propagation of errors," is an algorithm for supervised learning of artificial neural networks using …

  7. What is backpropagation really doing? | 3Blue1Brown

    Nov 3, 2017 · Backpropagation, the topic of this lesson, is an algorithm for computing that negative gradient. Thinking about the …

  8. Mastering Backpropagation: A Comprehensive Guide for Neural …

    Dec 27, 2023 · Introduced in the 1970s, the backpropagation algorithm is the method for fine-tuning the weights of a neural network …

  9. Understanding Backpropagation - Towards Data Science

    Jan 12, 2021 · Backpropagation identifies which pathways are more influential in the final answer and allows us to strengthen or …

  10. What Is Backpropagation Neural Network? - Coursera

    Jun 12, 2026 · Backpropagation is an algorithm used in artificial intelligence and machine learning to train artificial neural networks …