cs-self-learning/docs/机器学习/CS189.md
Yukiteru ab0582bdd0 format links in markdown
This commit does the following things:

- Change `[Course Web](link)` to:
  - `Course Web: [title](link)`, or
  - `Course Web: <link>`
- Change `[This GitHub](link)` to `[user/repo](link)`

Signed-off-by: Yukiteru <wfly1998@sina.com>
2022-04-03 17:39:09 +08:00

18 lines
705 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.

# CS189: Introduction to Machine Learning
## 课程简介
- 所属大学UC Berkeley
- 先修要求CS188, CS70
- 编程语言Python
- 课程难度:🌟🌟🌟🌟
- 预计学时100 小时
这门课我没有系统上过,只是把它的课程 notes 作为工具书查阅。不过从课程网站上来看,它比 CS229 好的是开源了所有 homework 的代码以及 gradescope 的 autograder。同样这门课讲得相当理论且深入。
## 课程资源
- 课程网站:<https://www.eecs189.org/>
- 课程视频:<https://www.youtube.com/playlist?list=PLOOm2AoWIPEyZazQVnIcaK2KnezpGZV-X>
- 课程教材:<https://www.eecs189.org/>
- 课程作业:<https://www.eecs189.org/>