Learn Before
Concept
Components of Neural Network Parameters
Deep learning parameters are typically represented as complex class instances rather than simple numerical arrays. A parameter object encapsulates the underlying numerical values (such as weights or biases), the computed gradients necessary for optimization, and other framework-specific metadata. Consequently, users must explicitly request either the numerical value or the gradient when interacting with a parameter.
0
1
Updated 2026-05-08
Tags
D2L
Dive into Deep Learning @ D2L