mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 18:06:56 +08:00
[TRANSLATION] translate CS229.md
This commit is contained in:
parent
f0c74aec9b
commit
4b8f05817a
1 changed files with 22 additions and 0 deletions
22
docs/机器学习/CS229.en.md
Normal file
22
docs/机器学习/CS229.en.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# CS229: Machine Learning
|
||||
|
||||
## Descriptions
|
||||
|
||||
- Offered by: Stanford
|
||||
- Prerequisite requirements: Advanced Mathematics, Probability Theory, Python, Solid mathematics skills
|
||||
- Programming Languages: None
|
||||
- Difficulty:🌟🌟🌟🌟
|
||||
- Class Hour: 100 hours
|
||||
|
||||
Another course offered by Andrew Ng, but this is a postgraduate course, so it focuses more on mathematical theory, if you are not satisfied with off-the-shelf, and want to understand the essence of the algorithm, or aspire to engage in theoretical research on machine learning, you can take this course. All the lecture notes are provided on the course website, which are professional and theoretical, and require a solid mathematics skills.
|
||||
|
||||
## Resources
|
||||
|
||||
- Course Website:<http://cs229.stanford.edu/syllabus.html>
|
||||
- Recordings:<https://www.bilibili.com/video/BV1JE411w7Ub>
|
||||
- Recordings: None, but the lecture notes is excellent.
|
||||
- Assignments: Not open to the public
|
||||
|
||||
## Personal Resources
|
||||
|
||||
All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/CS229 - GitHub](https://github.com/PKUFlyingPig/CS229)
|
||||
Loading…
Reference in a new issue