cs-self-learning/docs/机器学习/CS229.md
2024-09-14 00:08:45 +08:00

22 lines
958 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CS229: Machine Learning
## 课程简介
- 所属大学Stanford
- 先修要求高数概率论Python需要较深厚的数学功底
- 编程语言:无
- 课程难度:🌟🌟🌟🌟
- 预计学时100 小时
同样是吴恩达讲授,但是这是一门研究生课程,所以更偏重数学理论,不满足于调包而想深入理解算法本质,或者有志于从事机器学习理论研究的同学可以学习这门课程。课程网站上提供了所有的课程 notes写得非常专业且理论需要一定的数学功底。
## 课程资源
- 课程网站:<http://cs229.stanford.edu>
- 课程视频:<https://www.bilibili.com/video/BV1JE411w7Ub>
- 课程教材:无,课程 notes 写得非常好
- 课程作业:不对公众开放
## 资源汇总
@PKUFlyingPig 在学习这门课中用到的所有资源和作业实现都汇总在 [PKUFlyingPig/CS229 - GitHub](https://github.com/PKUFlyingPig/CS229) 中。