/Linear-Regression-Least-Sq.-From-Scratch

A simple coding implementation of Linear Regression from scratch

Primary LanguageJupyter Notebook

Linear-Regression-Least-Sq.-From-Scratch

A simple derivation of the slope and bias of a Linear Regression Model followed with a coding implementation of the derived values to create the linear model y= b1x + b0 .

.

.