Tag: Gradient Descent: Another Approach to Linear Regression
Gradient Descent: Another Approach to Linear Regression
Ayush Purawr January 22, 2021
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…