Multivariable gradient descent for linear Regression implemented in Python |Generic Gradient Descent

preview_player
Показать описание
In this video, I show you how to implement multi-variable gradient descent in python.
Рекомендации по теме
Комментарии
Автор

Please note that this video uses a non-vectorized implementation, i.e makes use of explicit loops. You can make your code run much more efficiently if you use vectorized implementations.

bumstriker
Автор

This is precisely what I was looking for.. thank you very much for posting this

kusumavenkatesh
Автор

very clear explanation....thanks for making the video
would you please provide the data?

manjumaurya
Автор

if we have total 13 features (x values) then why are we taking params for 14 columns?

asiyabatool
Автор

Could you please put the link for the data set and if possible the code as well

ardranair