Learn Before
Definition

Linear Regression Weight Parameters

In a multiple-feature linear regression model, weights are parameters that determine the influence of each individual feature on the target prediction. When the model is expressed as a weighted sum, such as y^=w1x1++wdxd+b\hat{y} = w_1 x_1 + \dots + w_d x_d + b, each weight quantifies the specific contribution of its corresponding feature. In compact linear algebra notation, these parameters are collected into a weight vector wRd\mathbf{w} \in \mathbb{R}^d.

0

1

Updated 2026-05-03

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L