Machine Learning: Linear Regression using python from scratch.

Опубликовано: 05 Октябрь 2024
на канале: Think with Riz
115
3

In this video, I will explain how to understand and implement gradient descent and from scratch how machine learning algorithm Linear Regression can be implemented from python.
We will cover:
1) Cost function
2) Linear regression
3) Gradient descent
4) 3D Visualisation of the cost function

The GitHub Link of this code: https://github.com/mdrijwan123/TWR-pr...

Forgoing into the depth, I will recommend following Andrew Ng course from coursera, it's highly great to have that course into your repository if you are interested in ML.