cs-self-learning/docs/数据科学/Data100.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
710 B
Markdown
Raw 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.

# UCB Data100: Principles and Techniques of Data Science
## 课程简介
- 所属大学UC Berkeley
- 先修要求CS61A线性代数
- 编程语言Python
- 课程难度:🌟🌟🌟
- 预计学时80 小时
伯克利的数据科学入门课程,内容相对基础,覆盖了数据清洗、特征提取、数据可视化以及机器学习和推理的基础内容,也会讲授 Pandas, Numpy, Matplotlib 等数据科学常用工具。其丰富有趣的编程作业也是这门课的一大亮点。
## 课程资源
- 课程网站:<https://ds100.org/fa21/>
- 课程视频:参见课程网站
- 课程教材:<https://www.textbook.ds100.org/intro.html>
- 课程作业:参见课程网站