Learn Before
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
Tags
D2L
Dive into Deep Learning @ D2L
Related
Types of linear regression
Logistic Regression
When is a model considered linear?
Linear Regression and Linear Models Videos
Example of Linear Regression Using R
Training or Fitting a linear regression model
Assessing the accuracy of linear regression
Comparison of Linear Regression with K-Nearest Neighbors
Assumptions of Linear Regression
Regression Coefficient
Linear regression vs. nonlinear regression
Popular Regularization Techniques in Deep Learning
Polynomial Future Transformation
Locally Weighted Linear Regression
Linear Regression Dataset Notation
History of Linear Regression
Linear Regression One-Dimensional Fit
Squared Error Loss
Linear Regression Conditional Mean Assumption
Linear Regression Weight Parameters
Linear Regression Bias Parameter
Linear Regression as a Neural Network
Synthetic Data Generation for Linear Regression
Linear Baseline Model for Regression