Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Neural Network

The embedded neural network training functionality consists of two core components: automatic differentiation and dynamic computation graph construction. The former is essentially an application of the multivariate chain rule. The latter is more interesting, as it can consistently construct a connected graph even when control flows make the computation non-functional. This section will cover both components, supported by relevant calculus.