ML-course / master

A machine learning course using Python, Jupyter Notebooks, and OpenML
768 stars 314 forks source link

2 Linear Models #38

Open jeroenvanriel opened 2 years ago

jeroenvanriel commented 2 years ago

Some questions and suggestions came to mind when I read about the gradient descent method:

joaquinvanschoren commented 2 years ago

Thanks!

jeroenvanriel commented 2 years ago

Some other things that popped up:

jeroenvanriel commented 2 years ago

Last one: I think it would be good to specify what "large coefficients" mean here and here, because I suspect that some form of standardization is implicitly assumed.

joaquinvanschoren commented 2 years ago

(In the video I also put the origin at the intersection point. Since this is just an affine hyperplane I can do that if I subtract the supporting vector w_0, but in hindsight that might be less clear :). The simpler explanation above might be better.)