Learn Before
Concept

Linear Baseline Model for Regression

Before attempting to use complex machine learning architectures for a regression task like predicting house prices, it is best practice to first train a simple linear model with squared loss. This linear model serves two critical functions: first, it provides a sanity check to verify that the dataset contains meaningful information (i.e., that the model can perform better than random guessing), and second, it establishes a performance baseline, giving researchers an intuition for how much additional gain can be expected from more sophisticated models.

0

1

Updated 2026-05-07

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L