February 2018
Intermediate to advanced
378 pages
10h 14m
English
If we have a regression task on the dataset with multiple features, we can't use simple linear regression but we can apply its generalization: multiple linear regression. The formula to make a prediction now looks like this:
In this formula, xiT is a sample (feature vector) with m features, and w is a weights row vector of length m. The dependent variable yi is a scalar.
The task of loss minimization changes to be:
In this formula, is the Euclidean norm (length of a vector): . Note that this is the same as the Euclidean ...
Read now
Unlock full access