About 22,800 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

    2 days ago · Backpropagation, short for Backward Propagation of Errors, is a key algorithm used to train neural networks by minimizing the difference between predicted and actual outputs.

  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. Understanding Backpropagation in Deep Learning

    May 30, 2025 · Backpropagation, often referred to as “backward propagation of errors,” is the cornerstone of training deep neural networks. It is a supervised learning algorithm that optimizes the …

  6. What is Backpropagation? – Frank's World of Data Science & AI

    2 days ago · Backpropagation is the backbone of neural network training, making modern advancements in AI possible. It’s akin to teaching a car to fine-tune its own engine performance …

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

  9. Neural networks and deep learning

    In this chapter I'll explain a fast algorithm for computing such gradients, an algorithm known as backpropagation. The backpropagation algorithm was originally introduced in the 1970s, but its …

  10. What Is Backpropagation Neural Network? - Coursera

    Jun 17, 2025 · Backpropagation is an algorithm used in artificial intelligence and machine learning to train artificial neural networks through error correction. The computer learns by calculating the loss …