Gradient Descent: Another Approach to Linear Regression

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
Linear Regression Machine Learning

Linear Regression: Your 1st Step in Machine Learning

Hi guys! So until now, we’ve learned about how we can use libraries to play with data. We did data analysis on a real dataset…

Continue Reading