simple-regression

Search IconIcon to open search

Source: google-ml-course

Simple linear regression model

$$ \begin{align} f(\mathbf{x}) = y' &= b + w_1 x_1 + \dots + w_n x_n\
&= w_0 + w_1 x_1 + \dots + w_n x_n \end{align} $$