Lecture 23 | Descent, Backtracking & Unconstrained Minimization | Convex Optimization by Ahmad Bazzi

  Рет қаралды 40,504

Ahmad Bazzi

Ahmad Bazzi

Күн бұрын

Пікірлер: 47
@indraindisch
@indraindisch 3 жыл бұрын
Best convex optimization lectures on the internet !
@Mutual_Information
@Mutual_Information 3 жыл бұрын
It's been so long since I've used MATLAB, but this reminds me how mature it is for optimization. Cool stuff! 👍
@jefferyjamari6584
@jefferyjamari6584 3 жыл бұрын
Better than any of my uni professors 🙏🏻
@thelinuxmann4659
@thelinuxmann4659 3 жыл бұрын
38:50 lovely illustration and amazing intuitive explanation of log barriers . Never would i have ever thought about arguing corner cases as you did. Respect.
@halilibrahimkaradagl1117
@halilibrahimkaradagl1117 3 жыл бұрын
Perfect lecture professor.
@sythe4112
@sythe4112 3 жыл бұрын
Trust me, no professor would give out intuitive explanations the way Ahmad does.
@sukrudemirci546
@sukrudemirci546 3 жыл бұрын
36:08 I can not believe log barrier minimization was that easy and I could not have understood it by myself. Ahmad is from another planet not from this earth. The argument he just used made me understand the entire log barrier minimization problem which I have never understood when studying. Ahmad I would love to donate without hesitating. Where can I do so ?
@22flashback
@22flashback 3 жыл бұрын
That was what I was thinking
@joshlape6304
@joshlape6304 3 жыл бұрын
explanation on KZbin.
@thomasrahn7774
@thomasrahn7774 3 жыл бұрын
@SIRAC you are right.
@lalastoller2001
@lalastoller2001 3 жыл бұрын
How does he do that ?
@zortistan9711
@zortistan9711 3 жыл бұрын
Vandenbergh should see this
@bruceysamo3553
@bruceysamo3553 3 жыл бұрын
Yes, continue using MATLAB !
@aishahoura2619
@aishahoura2619 3 жыл бұрын
00:00:00 Introduction 00:01:06 Unconstrained Minimization 00:01:36 Iterative Algorithm Assumptions 00:04:28 Gradient Equivalence 00:09:04 Unconstrained Least Squares 00:20:13 Unconstrained Geometric Program 00:28:10 Initial Subset Assumption 00:35:16 Intuitive Solution of Logarithmic Barrier Minimization 00:40:42 Generalization of Logarithmic Barriers 00:42:57 Descent Methods 00:50:42 Gradient Descent 00:52:59 Exact Line Search 00:56:23 Backtracking 01:00:25 MATLAB: Gradient Descent with Exact Line Search 01:17:35 MATLAB: Gradient Descent with Backtracking 01:20:12 MATLAB: Gradient Descent with Explicit Step Size Update 01:28:07 Summary 01:30:59 Outro
@danmcgloven8169
@danmcgloven8169 3 жыл бұрын
Back at convex optimization. Been waiting for this for a while now ! 👍
@ozangumus433
@ozangumus433 3 жыл бұрын
Cool content, just subbed !
@rudolfsneller637
@rudolfsneller637 3 жыл бұрын
This guy is super underrated by the KZbin algorithm.
@alawimidher5899
@alawimidher5899 2 жыл бұрын
kudos for the detailed step by step explanation at 11:52 onward, it is always beneficial to have this type of quick recap, and it is a good practice when the teacher doesn't assume student mastery of certain topics that seem to be foundational.
@ugurcanbayturk5261
@ugurcanbayturk5261 3 жыл бұрын
Please continue with your convex optimization lectures consistency. Love this one.
@baturayanar9957
@baturayanar9957 3 жыл бұрын
Very underrated professor.
@NDNGEmreOyunda
@NDNGEmreOyunda 3 жыл бұрын
A very wise man thanks so much Ahmad. Love the way you simplified log barrier optimization.
@tektabanca3275
@tektabanca3275 3 жыл бұрын
Perfect lecture for those who want to understand algorithm used in convex optimization to minimize unconstrained problems. Job well done sir.
@bereninrenklidunyas8683
@bereninrenklidunyas8683 3 жыл бұрын
Ahmad , you are the best !
@geraldcoachman6685
@geraldcoachman6685 3 жыл бұрын
God bless you Ahmad ❤️
@beratcelik3791
@beratcelik3791 3 жыл бұрын
Perfect lesson !
@bongainelsa5522
@bongainelsa5522 3 жыл бұрын
Perfect lesson
@victrgpena
@victrgpena 3 жыл бұрын
Thanks for the lesson 👍🏻
@cecilyasmus7313
@cecilyasmus7313 3 жыл бұрын
helped a lot with discrete math in college!
@genccocuk-bfk3459
@genccocuk-bfk3459 3 жыл бұрын
So much ads but you deserve it. I can not find this content elsewhere, this has a lot of research and a lot of sweat put in one video.
@ayazmedya7571
@ayazmedya7571 3 жыл бұрын
Great lecture love it all
@orhansoyturk6789
@orhansoyturk6789 3 жыл бұрын
Thank you sir!! very helpful for my studies!!
@AhmadBazzi
@AhmadBazzi 3 жыл бұрын
Glad to hear that
@susansletten8165
@susansletten8165 3 жыл бұрын
YOU ARE THE BEST!
@zoiladunford5759
@zoiladunford5759 3 жыл бұрын
Ahmad thank you so much !
@eneskasikara1576
@eneskasikara1576 3 жыл бұрын
Perfect tutorial
@rovsnyt4641
@rovsnyt4641 3 жыл бұрын
When is next python lesson sir ?
@pedadagopal3062
@pedadagopal3062 2 жыл бұрын
please make the lectures for Equality constrained minimization and Interior-point methods
@cuzwearespecial3379
@cuzwearespecial3379 3 жыл бұрын
Excellent lessons!! Waiting for a video about Newton method etc :)
@jameejeffcoat6834
@jameejeffcoat6834 3 жыл бұрын
Never understood log barrier until I watched this lecture
@chiqiu998
@chiqiu998 3 жыл бұрын
Thanks for the excellent lecture;) Can you post videos regarding interior point method?
@alawimidher5899
@alawimidher5899 2 жыл бұрын
AT 40:51 shouldn't f(x) be f(x)= - log(det( inv(F(x)) )) , did you miss the negative sign?
@tieshagulbranson3815
@tieshagulbranson3815 3 жыл бұрын
You should be at Stanford ahmad !
@aracelymargit3962
@aracelymargit3962 3 жыл бұрын
OMG I LOVE YOU
@maxtrucks481
@maxtrucks481 3 жыл бұрын
🙏🏻
@brujbruh2632
@brujbruh2632 3 жыл бұрын
👍🏻
@mohammedbashamakh4690
@mohammedbashamakh4690 3 жыл бұрын
A lot of ads
@sherlybattey7720
@sherlybattey7720 3 жыл бұрын
👍🏻
Lecture 1 | Convex Optimization | Introduction by Dr. Ahmad Bazzi
48:18
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 30 МЛН
Random Processes | Digital Signal Processing # 12
21:56
Ahmad Bazzi
Рет қаралды 31 М.
Line Search 2
33:24
BYU FLOW Lab
Рет қаралды 6 М.
A Breakthrough in Graph Theory - Numberphile
24:57
Numberphile
Рет қаралды 999 М.
Feynman's Lost Lecture (ft. 3Blue1Brown)
21:44
minutephysics
Рет қаралды 3,5 МЛН
Lecture 3 | Convex Functions | Convex Optimization by Dr. Ahmad Bazzi
1:23:06
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН