From 4b8f05817af3c7891a42ca6d1ca1bee902ecfd88 Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Thu, 12 Jan 2023 16:44:49 +0800 Subject: [PATCH] [TRANSLATION] translate CS229.md --- docs/机器学习/CS229.en.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/机器学习/CS229.en.md diff --git a/docs/机器学习/CS229.en.md b/docs/机器学习/CS229.en.md new file mode 100644 index 00000000..7b334aa4 --- /dev/null +++ b/docs/机器学习/CS229.en.md @@ -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: +- Recordings: +- 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) \ No newline at end of file