About 18,400 results
Open links in new tab
  1. Backpropagation in Neural Network - GeeksforGeeks

    Feb 9, 2026 · 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.

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

  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 …

  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 …

  5. What is backpropagation really doing? - 3Blue1Brown

    Nov 3, 2017 · Here we tackle backpropagation, the core algorithm behind how neural networks learn. If you followed the last two lessons or if you’re jumping in with the appropriate …

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

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

  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 …

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

  10. Backpropagation explained with examples - by Ameer Saleem

    Sep 7, 2025 · The aim of backpropagation is to equip the neural network with the weights and biases that will minimise the corresponding loss function value. The loss function will be …