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 f(x)=x+g(x)f(\mathbf{x}) = \mathbf{x} + g(\mathbf{x}). 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 (x\mathbf{x}), ResNet allows the neural network to focus on learning the more complex nonlinear residual (g(x)g(\mathbf{x})).

0

1

Updated 2026-05-13

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L