Briefly introduce what is backpropagation ?

Posted klitech

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Briefly introduce what is backpropagation ?相关的知识,希望对你有一定的参考价值。

Backpropagation is a training algorithm used for a multilayer neural networks,  it allows for efficient computation of the gradient.

The backpropagation algorithm can be divided into several steps:

1) Forward propagation of training data through the network in order to generate output.

2) Use target value and output value to compute error derivative with respect to output.

3) Backpropagate to compute derivative of error with respect to output in the previous layer, and continue for all hidden layers.

4) Using derivatives with respect to error for output and all hidden layers to calculate the error derivative with respect to weights.

5) Update weights.

以上是关于Briefly introduce what is backpropagation ?的主要内容,如果未能解决你的问题,请参考以下文章

The truth is what it is, not what you see

what is feeding and what is 读扩散 and 写扩散?

What is Zeebe?

高中必修3Module 3 Period 1 Reading— What Is a Tornado?翻译!急!急!!急!!!

What is Heterogeneous Computing?

What is representation learning?