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 00 and a small standard deviation, such as 0.010.01. Meanwhile, the bias parameter is typically initialized to exactly 00.

0

1

Updated 2026-05-03

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L