Learn Before
Concept
Linear Regression Parameters Initialization
Before a linear regression model can be trained using algorithms like stochastic gradient descent, its learnable parameters must be assigned initial values. The standard approach is to initialize the weight parameters randomly by drawing from a normal (Gaussian) distribution with a mean of and a small standard deviation, such as . Meanwhile, the bias parameter is typically initialized to exactly .
0
1
Updated 2026-05-03
Tags
D2L
Dive into Deep Learning @ D2L