February 2018
Intermediate to advanced
450 pages
11h 27m
English
The linear regression model is a learning algorithm that is concerned with predicting a quantitative (also known as numerical) response using a combination of explanatory features (or inputs or predictors).
A simple linear regression model with only one feature takes the following form:
y = beta0 + beta1x
Here:
Both beta0 and beta1 are considered as model coefficients. In order to create a model that can predict the value of sales in the advertising example, we need to learn these coefficients because beta1 will be the learned effect of the feature x on the response ...
Read now
Unlock full access