File tree Expand file tree Collapse file tree 2 files changed +25
-11
lines changed
Expand file tree Collapse file tree 2 files changed +25
-11
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,14 @@ This chapter aims to provide readers with a comprehensive understanding
44of machine learning systems by describing the applications of machine
55learning and summarizing the design objectives and basic composition
66principles of such systems.
7+
8+
9+ ``` toc
10+ :maxdepth: 2
11+
12+ Machine_Learning_Applications
13+ Design_Objectives_of_Machine_Learning_Frameworks
14+ Machine_Learning_Framework_Architecture
15+ Application_Scenarios_of_Machine_Learning_Systems
16+ Book_Organization_and_Intended_Audience
17+ ```
Original file line number Diff line number Diff line change @@ -12,25 +12,28 @@ Machine Learning Systems: Design and Implementation
1212
1313chapter_preface/index
1414chapter_introduction/index
15- chapter_programming_interface/index
16- chapter_computational_graph/index
1715
18- chapter_preface_advanced/index
1916
20- chapter_frontend_and_ir/index
21- chapter_backend_and_runtime/index
17+ chapter_preface_basic/index
18+ chapter_programming_model/index
19+ chapter_computational_graph/index
20+ chapter_compiler_frontend/index
21+ chapter_compiler_backend/index
2222chapter_accelerator/index
23- chapter_data_processing /index
23+ chapter_distributed /index
2424chapter_model_deployment/index
25- chapter_distributed_training/index
2625
27- chapter_preface_extension/index
2826
27+ chapter_preface_extension/index
2928chapter_recommender_system/index
30- chapter_federated_learning/index
3129chapter_reinforcement_learning/index
32- chapter_explainable_AI/index
33- chapter_rl_sys/index
30+ chapter_robot/index
31+
32+
33+
34+
35+
36+
3437
3538```
3639
You can’t perform that action at this time.
0 commit comments