Reverse propagation (back propagation) algorithm learning notes

Source: Internet
Author: User

The reverse propagation algorithm was first proposed in the 70 's, but until 1986, a famous paper was jointly published by David Rumelhart, Geoffrey Hinton, and Ronald Williams (learning Representations by back-propagating errors), the importance of this algorithm was fully realized.

The most basic primer:
The basic computational process of reverse propagation is understood through a simple example:
English version: https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/
Chinese version: http://www.cnblogs.com/charlotte77/p/5629865.html
Note: The Chinese version is appended with the detailed code implementation, Python version.

A detailed explanation of the inverse propagation algorithm, very good material
Http://www.offconvex.org/2016/12/20/backprop/https://github.com/rasbt/python-machine-learning-book/blob/master /FAQ/VISUAL-BACKPROPAGATION.MD Extended Reading
English version: https://medium.com/@karpathy/YES-YOU-SHOULD-UNDERSTAND-BACKPROP-E2F06EAB496B#.I6D27YDS7
Chinese version:
https://mp.weixin.qq.com/s__biz=MzA3MzI4MjgzMw==&mid=2650721602&idx=2&sn= f18e2d3a23dec485350611651e571031
Note: There is a small error in the Chinese version, when z=0.5, its local gradient z* (1-z) will reach the maximum value of 0.25, should be the maximum value of 0.25, after all, is the opening down of two functions. In other words, each time the S-shape function, the gradient will be reduced by 1/4, resulting in a network in the lower layer of training compared to the higher level much slower.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.