码迷,mamicode.com
首页 > 其他好文 > 详细

Briefly introduce what is backpropagation ?

时间:2017-06-23 15:45:07      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:tin   several   hid   using   ever   update   compute   neu   use   

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 ?

标签:tin   several   hid   using   ever   update   compute   neu   use   

原文地址:http://www.cnblogs.com/klitech/p/7069766.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!