About 60,900 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 …

  2. Backpropagation in Neural Network - GeeksforGeeks

    May 25, 2025 · Back Propagation is also known as "Backward Propagation of Errors" is a method used to train neural network . Its goal is to reduce the difference between the model’s …

  3. What is backpropagation? - IBM

    Jul 2, 2024 · 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 …

  4. 7.2 Backpropagation - Principles of Data Science | OpenStax

    Backpropagation is an algorithm used to train neural networks by determining how the errors depend on changes in the weights and biases of all the neurons, starting from the output layer …

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

  6. 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 weaken connections to arrive at a desired prediction. It is such …

  7. Backpropagation Step by Step - datamapu.com

    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 for Dummies - Medium

    Jul 27, 2021 · Hence, the goal of backpropagation is to compute the partial derivatives of the cost function with respect to any weight w or bias b in the network. For backpropagation to work we …

  9. How Does Backpropagation in a Neural Network Work?

    Oct 23, 2024 · Backpropagation is the neural network training process of feeding error rates back through a neural network to make it more accurate. Here’s what you need to know.

  10. What Is Backpropagation? | Training A Neural Network | Edureka

    Nov 15, 2022 · What is Backpropagation? The Backpropagation algorithm looks for the minimum value of the error function in weight space using a technique called the delta rule or gradient …

  11. Some results have been removed