<aside> 💡

Multiple linear regression predicts a value using more than one input (feature). Each feature has its own weight; the model is a weighted sum of features plus a bias.

</aside>

image.png

image.png

Equation:

$$ \begin{aligned} \hat{y} &= w_0 + w_1 x_1 + w_2 x_2 + \dots + w_p x_p \end{aligned} $$

Necessary points: