Тёмный
No video :(

(ML 15.1) Newton's method (for optimization) - intuition 

mathematicalmonk
Подписаться 92 тыс.
Просмотров 147 тыс.
50% 1

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 39   
@walete
@walete Год назад
The way you explain this is so helpful - love the comparison to the linear approximation. Thank you!
@evilby
@evilby Год назад
man, perfect explanation. clear and intuitive!
@amirreza08
@amirreza08 8 месяцев назад
It was one of the best explanations, so informative and helpful. Thank you!
@johnjung-studywithme
@johnjung-studywithme Год назад
This was exactly what I needed, thank you! after learning Newton's method for finding the x-intercept, I was confused at first on how it was being used for minimization problems
@MrPaulrael
@MrPaulrael 11 лет назад
I am a PhD student and I will be using optimization methods in my research.
@rounaksinghbuttar9083
@rounaksinghbuttar9083 2 года назад
Sir your way of explaining is really good.
@AjaySharma-pg9cp
@AjaySharma-pg9cp 6 лет назад
Wonderful video for clearing optimization of newtons method for finding minima of function in machine learning
@AK-vb2dp
@AK-vb2dp 6 лет назад
Video makes sense up until the point where the "pictorial" representation of the 2nd order method comes in. That to me makes absolutely no sense whatsoever, the "pictorial" should not be the function itself but you rather the 1st derivative of the function and you apply Newton's method to that.
@Dupet
@Dupet 4 года назад
I think that the visualization makes sense if we think about approximating the function f(x) by its second order Taylor expansion around x_t. Taking the derivative of the second order Taylor expansion and setting it equal to zero leads us to the formula of the Newton's method for optimization. This operation is the same as minimizing the second order approximation of the function at x_t as depicted in the video.
@AJ-et3vf
@AJ-et3vf Год назад
Great video. Thank you
@mfurkanatac
@mfurkanatac Год назад
THANK YOU
@max2buzz
@max2buzz 11 лет назад
So here is the thing ... My function y = (guess^2 - x ) Now i want to minimize y by approximating guess so i use first order with guess = guess - (guess^2 - x)/2guess .... which is xt+1 = xt - f(x)/f'(x) but if i do on more derivative then xt+1 = xt - f ' (x)/f " (x) which is guess = guess - (2guess)/2 = guess - guess = 0 What to do the function is finding square root by newtons method
@lordcasper3357
@lordcasper3357 5 месяцев назад
this is so good man
@lordcasper3357
@lordcasper3357 5 месяцев назад
monk
@TheCoolcat0
@TheCoolcat0 7 лет назад
Illuminating! Thank you
@ericashivers5489
@ericashivers5489 Год назад
Amazing! Thanks
@nikpapan
@nikpapan 9 лет назад
Thanks for posting these videos. They are quite helpful. So, to ensure that we minimize and not maximize, is it sufficient to ensure that the newton step has the same sign (goes towards the same direction) as the gradient? Is it ok to just change the sign of the step if that's not the case? (my experiments seem to indicate its not, but what should be done then?)
@moazzammalik1410
@moazzammalik1410 7 лет назад
Can you please make a video on levenberg method. Since there is no lecture available on this topic
@minivergur
@minivergur 11 лет назад
This was actually quite helpful :)
@abhinavarora6574
@abhinavarora6574 8 лет назад
Your videos are awesome!
@kevin-fs5ue
@kevin-fs5ue 4 года назад
really appreciate your work :)
@alexn2566
@alexn2566 3 года назад
Soooo, if 2nd order is faster than 1st order, why not try 3rd order too?
@rushipatel5241
@rushipatel5241 3 года назад
Hii @Alex N ,as per my knowledge this methods are used for Machine learning, where gradient descent is a classical algorithm to find minimum of a function( not always zero), If you know basics about ML then you will be familiar with loss function , so we have to minimize that function, for that we need its derivative to be zero, for finding that we use gradient as direction where the change in function is maximum.Now we have the direction but the we dont have the magnitude , for that we use a learning rate as a constant which is what 1st order does.In 2nd order we would use the magnitude which gives us the magnitude for which the point where derivative of function is 0 can be reached in less iterations.Thus 3rd order will ultimately result in finding the minimum of dervative of the loss function , but we need to find minimum of the loss function so ,it will be useless. Hope this was helpul
@danielseita5552
@danielseita5552 9 лет назад
Thank you for the video!
@anhthangyeu
@anhthangyeu 12 лет назад
Thanks so much for posting!!
@aviraj017
@aviraj017 8 лет назад
thanks , very informative
@KKyrou
@KKyrou 4 года назад
very good. thank you
@dellpi3911
@dellpi3911 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kxftUHk7NDk.html
@akulsinator7680
@akulsinator7680 3 года назад
Thank you u god among men
@dellpi3911
@dellpi3911 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kxftUHk7NDk.html
@vijayd15
@vijayd15 4 года назад
damn good!
@rafaellima8146
@rafaellima8146 10 лет назад
cool! ;D
@MolotovWithLux
@MolotovWithLux 5 лет назад
#IntuitiveAlgorithm finding where zero of a function
@fireboltthegod
@fireboltthegod 10 лет назад
Shreyas Rane Now I see where you study from.
@max2buzz
@max2buzz 10 лет назад
Busted
@albertyao6181
@albertyao6181 5 лет назад
comparing to Andrew Ng's explanation, this one is hard to understand
@chonssdw
@chonssdw 11 лет назад
thanks for the video. could you please check your inbox, I have some further questions, thanks!!!
@felipemorales9807
@felipemorales9807 6 лет назад
chonssdw seso
Далее
When I met the most famous Cristiano
01:03
Просмотров 24 млн
Visually Explained: Newton's Method in Optimization
11:26
Newton-Raphson Formula And Derivation | Part 1 of 2
5:41
Newton's method (introduction & example)
20:53
Просмотров 185 тыс.
Newton's Method (1 of 2: How does it work?)
13:26
Просмотров 130 тыс.
All Learning Algorithms Explained in 14 Minutes
14:10
Просмотров 221 тыс.
Newton's Method for optimization
17:27
Просмотров 7 тыс.
When I met the most famous Cristiano
01:03
Просмотров 24 млн