[TRANSLATION] translate Data100.md (#229)

* [TRANSLATION] translate Data100.md

* fix description
This commit is contained in:
BarbarossaWang 2022-09-18 19:40:03 +08:00 committed by GitHub
parent 024549eaf1
commit 793350eaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# UCB Data100: Principles and Techniques of Data Science
## Description
- Offered by: UC Berkeley
- Prerequisites: CS61ALinear Algebra
- Programming Languages: Python
- Difficulty: 🌟🌟🌟
- Class Hour: 80 hours
This is Berkeley's introductory course in data science, 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