Learn Before
Concept
ResNet Function Decomposition
ResNet decomposes a target function into a simple linear term and a more complex nonlinear one, mathematically expressed as . This approach is conceptually similar to a Taylor expansion, which decomposes a function into terms of increasingly higher order at a given point (e.g., f(x) = f(0) + x \cdot \left[f'(0) + x \cdot \left[\frac{f''(0)}{2!} + \cdots ight] ight]). By isolating the identity mapping (), ResNet allows the neural network to focus on learning the more complex nonlinear residual ().
0
1
Updated 2026-05-13
Tags
D2L
Dive into Deep Learning @ D2L