-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: add SDM368 Convex Optimization
- Loading branch information
1 parent
e05f406
commit 637979b
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# SDM368 Convex Optimization and its Application in Machine Learning | ||
|
||
凸优化是非常重要的数学课程,对你未来的研究可能有帮助。 | ||
|
||
## Online Courses | ||
- [Stanford EE364A Convex Optimization I Stephen Boyd I 2023 (Youtube)](https://youtu.be/kV1ru-Inzl4?si=C15PqOr3h8gdb2FC) | ||
|
||
- [Stanford EE364A 凸优化 | 2023-2024年](https://www.bilibili.com/video/BV1Sw4m197zJ) | ||
|
||
## Books | ||
- <span style="color:orange">Convex Optimization, Stephen Boyd and Lieven Vandenberghe,Cambridge University Press</span> | ||
- Nonlinear Programming, Dimitri P. Bertsekas, Athena Scientific | ||
- Optimization for Data Analysis, Stephen J. Wright and Benjamin Recht, Cambridge University Press |