Linear Regression

Panos Karagiannis
NLP EngineerIn the context of linear regression we are trying to solve a very simple problem. Given a sequence of pairs of points we are trying to find the polynomial that best fits these points with respect to a loss function (least squares is very commonly used in these cases). Essentially we are trying to come up with a function of the form: