Gradient Descent: Another Approach to Linear Regression
Posted in allcategorites Machine Learning

Gradient Descent: Another Approach to Linear Regression

In the last tutorial, we learned about our first ML algorithm called Linear Regression. We did it using an approach called Ordinary Least Squares, but…

Continue Reading