mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 18:06:56 +08:00
[TRANSLATION] translate Data100.md
This commit is contained in:
parent
7b6d839b52
commit
9cfbedce84
1 changed files with 17 additions and 0 deletions
17
docs/数据科学/Data100.en.md
Normal file
17
docs/数据科学/Data100.en.md
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# UCB Data100: Principles and Techniques of Data Science
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
- Offered by: UC Berkeley
|
||||||
|
- Prerequisites: CS61A,Linear Algebra
|
||||||
|
- Programming Languages: Python
|
||||||
|
- Difficulty: 🌟🌟🌟
|
||||||
|
- Class Hour: 80 hours
|
||||||
|
|
||||||
|
Berkeley's introductory data science course is relatively basic, covering the basics of data cleaning, feature extraction, data visualization, machine learning and inference, as well as common data science tools such as Pandas, Numpy, and Matplotlib. The course is also rich in interesting programming assignments, which is one of the highlights of the course.
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
- Course Website: <https://ds100.org/fa21/>
|
||||||
|
- Records: refer to course website
|
||||||
|
- Textbook: <https://www.textbook.ds100.org/intro.html>
|
||||||
|
- Assignments: refer to course website
|
||||||
Loading…
Reference in a new issue