Ongeveer 77.500 resultaten
Koppelingen in nieuw tabblad openen
  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. 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, …

  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. Backpropagation in Neural Network - GeeksforGeeks

    6 okt. 2025 · 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.

  5. Backpropagation in Neural Networks: A Practical, Modern Guide

    2 dagen geleden · Backpropagation hooked me the first time I watched a tiny network learn to distinguish urban skylines from mountains after only a few passes through my photo folder. …

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

  7. What Is Backpropagation Neural Network? - Coursera

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

  8. 7.2 Backpropagation - Principles of Data Science | OpenStax

    OpenStax’s mission is to make an amazing education accessible for all. OpenStax is part of Rice University, which is a 501 (c) (3) nonprofit. Give today and help us reach more students. © 1999 …

  9. What is backpropagation really doing? - 3Blue1Brown

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

  10. A Comprehensive Guide to the Backpropagation Algorithm in ...

    22 jul. 2025 · Learn about backpropagation, its mechanics, coding in Python, types, limitations, and alternative approaches.