Backpropagation
Optimization algorithm for artificial neural networks
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 neural networks.
Nº Q798503 ★★★
Rare · History
Backpropagation
Optimization algorithm for artificial neural networks
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 neural networks.
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From 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 neural networks. Backpropagation efficiently computes the gradient of the loss with respect to the network weights for a single input–output example. It does this by propagating derivatives backward, one layer at a time, from the output layer to the input layer, thereby avoiding redundant chain-rule calculations. Strictly speaking, the term backpropagation refers only to an algorithm for efficiently computing the gradient, not how the gradient is used, but the term is often used loosely to refer to the entire learning algorithm. This includes changing model parameters in the negative direction of the gradient, such as by stochastic gradient descent, or as an intermediate step in a more complicated optimizer, such as Adaptive Moment Estimation. Backpropagation had multiple discoveries and partial discoveries, with a tangled history and terminology (see § History). Some other names for the technique include "reverse mode of automatic differentiation" or "reverse accumulation".
Text: Wikipédia, CC BY-SA 4.0. · Image: ToXiC Dz at Arabic Wikipedia (Public domain) ·
Related cards
Reinforcement learning
Type of machine learning where an agent learns how to behave in an environment by performing actions and receiving rewards or penalties in return, aiming to maximize the cumulative reward over time
Nº Q830687 ★★★
Reinforcement learning from human feedback
Training method using human feedback to rank responses and train a reward model that improves model outputs
Nº Q115570683 ★★★
Gradient boosting
Machine learning technique based on boosting in a functional space, where the target is pseudo-residuals instead of residuals as in traditional boosting
Nº Q5591907 ★★
Callback (computer programming)
Any executable code that is passed as an argument to other code that is expected to call back the argument at a given time
Nº Q1205349 ★★
Rectified linear unit
Activation function defined as the identity function for positive arguments and zero for negative arguments
Nº Q7303176 ★★
Gradient descent
Optimization algorithm
Nº Q1199743 ★★★