Merge pull request #3 from PKUFlyingPig/master

update
This commit is contained in:
tangfqj 2022-09-19 12:27:57 +08:00 committed by GitHub
commit b9bd9c793f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 2 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

View file

@ -4,7 +4,7 @@
- Offered by: MIT
- Prerequisites: None
- Programming lanuages: Shell
- Programming Languages: Shell
- Difficulty: 🌟🌟
- Class Hour: 10 hours
@ -14,4 +14,4 @@ Just as the course name indicated, this course will teach the missing things in
- Homepage: <https://missing.csail.mit.edu/>
- Records: <https://www.youtube.com/playlist?list=PLyzOVJj3bHQuloKGG59rS43e29ro7I57J>
- Assignments: Some exercises behind each lecture.
- Assignments: Some exercises after each lecture.