Henrik Nordberg
Home
Projects
Technology
Machine Learning
Leadership
Publications
Contact
ML Wiki
Overview
Learning Paths
Topics
Tags
Flashcards
Machine Learning
/
Wiki
/
Tags
Tag: linear-models
1 topic(s)
Linear regression basics
Linear regression fits an affine function to predict a continuous target by minimizing squared residuals between predictions and observed values. In matrix form, ordinary least squares projects the target vector onto the column space of the design matrix, yielding the normal equations in the full-rank case.