Gianluca TurcatelNov 96 min readMachine Learning - from scratchOrdinary Least Square: Closed Form Solution & Gradient DescentThe Jupyter Notebook for this article can be found HERE . Ordinary Least Squares (OLS) is a widely used method for estimating the...
Gianluca TurcatelDec 13, 20213 min readMachine LearningLinear Regression: Linear Regression Equation & OLSLinear regression is one of the oldest algorithm in machine learning. It is an approach for modelling the relationship between a variable...