- Machine Learning for Developers
- Rodolfo Bonnin
- 181字
- 2021-07-02 15:46:50
Chain rule
One very important result of the symbolic determination of a function's derivative is the chain rule. This formula, first mentioned in a paper by Leibniz in 1676, made it possible to solve the derivatives of composite functions in a very simple and elegant manner, simplifying the solution for very complex functions.
In order to define the chain rule, if we suppose a function f, which is defined as a function of another function g, f(g(x)) of F, the derivative can be defined as follows:

The formula of the chain rule allows us to differentiate formulas whose input values depend on another function. This is the same as searching the rate of change of a function that is linked to a previous one. The chain rule is one of the main theoretical concepts employed in the training phase of neural networks, because in those layered structures, the output of the first neuron layers will be the inputs of the following, giving, as a result, a composite function that, most of the time, is of more than one nesting level.
- Beginning C++ Game Programming
- Vue.js入門與商城開發實戰
- .NET 4.0面向對象編程漫談:基礎篇
- Java加密與解密的藝術(第2版)
- Mastering Google App Engine
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Mastering Data Mining with Python:Find patterns hidden in your data
- PHP+Ajax+jQuery網站開發項目式教程
- Unity&VR游戲美術設計實戰
- 分布式數據庫原理、架構與實踐
- 計算機應用基礎(第二版)
- Robot Framework Test Automation
- 網絡綜合布線與組網實戰指南
- Python Django Web從入門到項目實戰(視頻版)