[Edit] Correct some basic information for CMU10-414 (#219)

* Correct some basic information.

Correct Course Name & Code & Prerequisite as https://dlsyscourse.org/ shows.

* correct file name

* Rename MLSys.md to CMU10-414.md
This commit is contained in:
AlexSpace 2022-09-08 00:35:37 +08:00 committed by GitHub
parent 47a98a680c
commit 89f411639a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Machine Learning System
# CMU 10-414/714: Deep Learning Systems
## 课程简介
- 所属大学CMU
- 先修要求:系统入门、深度学习入门
- 编程语言N/A
- 先修要求:系统入门(eg.15-213)、深度学习入门、基本的数学知识
- 编程语言N/A据课程主页要求熟悉Python、C/C++
- 课程难度N/A
- 预计学时N/A

View File

@ -165,7 +165,7 @@ nav:
- "UCB CS189: Introduction to Machine Learning": "机器学习/CS189.md"
- 机器学习系统:
- "Machine Learning Compilation": "机器学习系统/MLC.md"
- "Machine Learning System": "机器学习系统/MLSys.md"
- "CMU 10-414/714: Deep Learning Systems": "机器学习系统/CMU10-414.md"
- 深度学习:
- "Coursera: Deep Learning": "深度学习/CS230.md"
- "国立台湾大学:李宏毅机器学习": "深度学习/LHY.md"