About 656,000 results
Open links in new tab
  1. Backpropagation in Neural Network - GeeksforGeeks

    Apr 5, 2025 · Backpropagation is a technique used in deep learning to train artificial neural networks particularly feed-forward networks. It works iteratively to adjust weights and bias to …

  2. Backpropagation for Dummies - Medium

    Jul 27, 2021 · In this article I will go over the mathematical process behind backpropagation algorithm and I will show you all the derivations and computations step by step in the easiest …

  3. Back Propagation in Neural Network: Machine Learning Algorithm

    Jun 12, 2024 · Back propagation in data mining simplifies the network structure by removing weighted links that have a minimal effect on the trained network. It is especially useful for deep …

  4. Mastering Backpropagation: A Comprehensive Guide for Neural Networks

    Dec 27, 2023 · Introduced in the 1970s, the backpropagation algorithm is the method for fine-tuning the weights of a neural network with respect to the error rate obtained in the previous …

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

  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. A Comprehensive Guide to the Backpropagation Algorithm in Neural Networks

    Aug 22, 2023 · The backpropagation algorithm is the set of steps used to update network weights to reduce the network error. In the next figure, the blue arrow points in the direction of …

  8. Backpropagation Step by Step - datamapu.com

    Mar 31, 2024 · When training a neural network we aim to adjust these weights and biases such that the predictions improve. To achieve that Backpropagation is used. In this post, we discuss …

  9. What is backpropagation in neural networks and why do we …

    As we said, backpropagation is sending back the cost function backwards into the network, but to calculate the cost function, we first need to perform the forward propagation.

  10. Backpropagation Process in Deep Neural Network - Java

    Mar 17, 2025 · Backpropagation algorithms are a set of methods used to efficiently train artificial neural networks following a gradient descent approach which exploits the chain rule.

Refresh