From 1f1f009ceac0d81e78df90307e6aa4d47cb291b9 Mon Sep 17 00:00:00 2001 From: Luo Mai Date: Thu, 3 Mar 2022 08:54:20 +0000 Subject: [PATCH] update structure (#28) --- .../classic_machine_learning.md | 0 .../gradient_descent.md | 0 .../index.md | 0 .../neural_network.md | 0 .../accelerator_architecture.md | 0 .../accelerator_introduction.md | 0 .../accelerator_programming.md | 0 .../index.md | 0 .../summary.md | 0 .../compute_schedule_and_execute.md | 0 .../graph_optimizer.md | 0 .../index.md | 0 .../kernel_selecter.md | 0 .../memory_allocator.md | 0 .../overview.md | 0 .../summary.md | 0 .../data_order.md | 0 .../extension.md | 0 .../index.md | 0 .../performance.md | 0 .../program_model.md | 0 .../reference.md | 0 .../requirements.md | 0 .../summary.md | 0 .../collective.md | 0 .../index.md | 0 .../methods.md | 0 .../overview.md | 0 .../parameter_servers.md | 0 .../pipeline.md | 0 .../summary.md | 0 chapter_explainable_AI/index.md | 1 + chapter_federated_learning/index.md | 1 + chapter_framework_expansion/index.md | 10 ---------- .../ad.md | 0 .../common_frontend_optimization_pass.md | 0 .../index.md | 0 .../intermediate_representation.md | 0 .../overview_of_frontend.md | 0 .../summary.md | 0 .../type_system_and_static_analysis.md | 0 chapter_online_machine_learning/index.md | 1 + .../index.md | 0 chapter_preface_extension/index.md | 1 + chapter_reinforcement_learning/index.md | 1 + index.md | 20 +++++++++++-------- 46 files changed, 17 insertions(+), 18 deletions(-) rename {appendix_Introduction_machine_learning => appendix_machine_learning_introduction}/classic_machine_learning.md (100%) rename {appendix_Introduction_machine_learning => appendix_machine_learning_introduction}/gradient_descent.md (100%) rename {appendix_Introduction_machine_learning => appendix_machine_learning_introduction}/index.md (100%) rename {appendix_Introduction_machine_learning => appendix_machine_learning_introduction}/neural_network.md (100%) rename {chapter_hardware_accelerator => chapter_accelerator}/accelerator_architecture.md (100%) rename {chapter_hardware_accelerator => chapter_accelerator}/accelerator_introduction.md (100%) rename {chapter_hardware_accelerator => chapter_accelerator}/accelerator_programming.md (100%) rename {chapter_hardware_accelerator => chapter_accelerator}/index.md (100%) rename {chapter_hardware_accelerator => chapter_accelerator}/summary.md (100%) rename {chapter_compiler_backend_and_runtime => chapter_backend_and_runtime}/compute_schedule_and_execute.md (100%) rename {chapter_compiler_backend_and_runtime => chapter_backend_and_runtime}/graph_optimizer.md (100%) rename {chapter_compiler_backend_and_runtime => chapter_backend_and_runtime}/index.md (100%) rename {chapter_compiler_backend_and_runtime => chapter_backend_and_runtime}/kernel_selecter.md (100%) rename {chapter_compiler_backend_and_runtime => chapter_backend_and_runtime}/memory_allocator.md (100%) rename {chapter_compiler_backend_and_runtime => chapter_backend_and_runtime}/overview.md (100%) rename {chapter_compiler_backend_and_runtime => chapter_backend_and_runtime}/summary.md (100%) rename {chapter_data_processing_framework => chapter_data_processing}/data_order.md (100%) rename {chapter_data_processing_framework => chapter_data_processing}/extension.md (100%) rename {chapter_data_processing_framework => chapter_data_processing}/index.md (100%) rename {chapter_data_processing_framework => chapter_data_processing}/performance.md (100%) rename {chapter_data_processing_framework => chapter_data_processing}/program_model.md (100%) rename {chapter_data_processing_framework => chapter_data_processing}/reference.md (100%) rename {chapter_data_processing_framework => chapter_data_processing}/requirements.md (100%) rename {chapter_data_processing_framework => chapter_data_processing}/summary.md (100%) rename {chapter_distributed_training_system => chapter_distributed_training}/collective.md (100%) rename {chapter_distributed_training_system => chapter_distributed_training}/index.md (100%) rename {chapter_distributed_training_system => chapter_distributed_training}/methods.md (100%) rename {chapter_distributed_training_system => chapter_distributed_training}/overview.md (100%) rename {chapter_distributed_training_system => chapter_distributed_training}/parameter_servers.md (100%) rename {chapter_distributed_training_system => chapter_distributed_training}/pipeline.md (100%) rename {chapter_distributed_training_system => chapter_distributed_training}/summary.md (100%) create mode 100644 chapter_explainable_AI/index.md create mode 100644 chapter_federated_learning/index.md delete mode 100644 chapter_framework_expansion/index.md rename {chapter_compiler_frontend_and_ir => chapter_frontend_and_ir}/ad.md (100%) rename {chapter_compiler_frontend_and_ir => chapter_frontend_and_ir}/common_frontend_optimization_pass.md (100%) rename {chapter_compiler_frontend_and_ir => chapter_frontend_and_ir}/index.md (100%) rename {chapter_compiler_frontend_and_ir => chapter_frontend_and_ir}/intermediate_representation.md (100%) rename {chapter_compiler_frontend_and_ir => chapter_frontend_and_ir}/overview_of_frontend.md (100%) rename {chapter_compiler_frontend_and_ir => chapter_frontend_and_ir}/summary.md (100%) rename {chapter_compiler_frontend_and_ir => chapter_frontend_and_ir}/type_system_and_static_analysis.md (100%) create mode 100644 chapter_online_machine_learning/index.md rename {chapter_transition_advanced => chapter_preface_advanced}/index.md (100%) create mode 100644 chapter_preface_extension/index.md create mode 100644 chapter_reinforcement_learning/index.md diff --git a/appendix_Introduction_machine_learning/classic_machine_learning.md b/appendix_machine_learning_introduction/classic_machine_learning.md similarity index 100% rename from appendix_Introduction_machine_learning/classic_machine_learning.md rename to appendix_machine_learning_introduction/classic_machine_learning.md diff --git a/appendix_Introduction_machine_learning/gradient_descent.md b/appendix_machine_learning_introduction/gradient_descent.md similarity index 100% rename from appendix_Introduction_machine_learning/gradient_descent.md rename to appendix_machine_learning_introduction/gradient_descent.md diff --git a/appendix_Introduction_machine_learning/index.md b/appendix_machine_learning_introduction/index.md similarity index 100% rename from appendix_Introduction_machine_learning/index.md rename to appendix_machine_learning_introduction/index.md diff --git a/appendix_Introduction_machine_learning/neural_network.md b/appendix_machine_learning_introduction/neural_network.md similarity index 100% rename from appendix_Introduction_machine_learning/neural_network.md rename to appendix_machine_learning_introduction/neural_network.md diff --git a/chapter_hardware_accelerator/accelerator_architecture.md b/chapter_accelerator/accelerator_architecture.md similarity index 100% rename from chapter_hardware_accelerator/accelerator_architecture.md rename to chapter_accelerator/accelerator_architecture.md diff --git a/chapter_hardware_accelerator/accelerator_introduction.md b/chapter_accelerator/accelerator_introduction.md similarity index 100% rename from chapter_hardware_accelerator/accelerator_introduction.md rename to chapter_accelerator/accelerator_introduction.md diff --git a/chapter_hardware_accelerator/accelerator_programming.md b/chapter_accelerator/accelerator_programming.md similarity index 100% rename from chapter_hardware_accelerator/accelerator_programming.md rename to chapter_accelerator/accelerator_programming.md diff --git a/chapter_hardware_accelerator/index.md b/chapter_accelerator/index.md similarity index 100% rename from chapter_hardware_accelerator/index.md rename to chapter_accelerator/index.md diff --git a/chapter_hardware_accelerator/summary.md b/chapter_accelerator/summary.md similarity index 100% rename from chapter_hardware_accelerator/summary.md rename to chapter_accelerator/summary.md diff --git a/chapter_compiler_backend_and_runtime/compute_schedule_and_execute.md b/chapter_backend_and_runtime/compute_schedule_and_execute.md similarity index 100% rename from chapter_compiler_backend_and_runtime/compute_schedule_and_execute.md rename to chapter_backend_and_runtime/compute_schedule_and_execute.md diff --git a/chapter_compiler_backend_and_runtime/graph_optimizer.md b/chapter_backend_and_runtime/graph_optimizer.md similarity index 100% rename from chapter_compiler_backend_and_runtime/graph_optimizer.md rename to chapter_backend_and_runtime/graph_optimizer.md diff --git a/chapter_compiler_backend_and_runtime/index.md b/chapter_backend_and_runtime/index.md similarity index 100% rename from chapter_compiler_backend_and_runtime/index.md rename to chapter_backend_and_runtime/index.md diff --git a/chapter_compiler_backend_and_runtime/kernel_selecter.md b/chapter_backend_and_runtime/kernel_selecter.md similarity index 100% rename from chapter_compiler_backend_and_runtime/kernel_selecter.md rename to chapter_backend_and_runtime/kernel_selecter.md diff --git a/chapter_compiler_backend_and_runtime/memory_allocator.md b/chapter_backend_and_runtime/memory_allocator.md similarity index 100% rename from chapter_compiler_backend_and_runtime/memory_allocator.md rename to chapter_backend_and_runtime/memory_allocator.md diff --git a/chapter_compiler_backend_and_runtime/overview.md b/chapter_backend_and_runtime/overview.md similarity index 100% rename from chapter_compiler_backend_and_runtime/overview.md rename to chapter_backend_and_runtime/overview.md diff --git a/chapter_compiler_backend_and_runtime/summary.md b/chapter_backend_and_runtime/summary.md similarity index 100% rename from chapter_compiler_backend_and_runtime/summary.md rename to chapter_backend_and_runtime/summary.md diff --git a/chapter_data_processing_framework/data_order.md b/chapter_data_processing/data_order.md similarity index 100% rename from chapter_data_processing_framework/data_order.md rename to chapter_data_processing/data_order.md diff --git a/chapter_data_processing_framework/extension.md b/chapter_data_processing/extension.md similarity index 100% rename from chapter_data_processing_framework/extension.md rename to chapter_data_processing/extension.md diff --git a/chapter_data_processing_framework/index.md b/chapter_data_processing/index.md similarity index 100% rename from chapter_data_processing_framework/index.md rename to chapter_data_processing/index.md diff --git a/chapter_data_processing_framework/performance.md b/chapter_data_processing/performance.md similarity index 100% rename from chapter_data_processing_framework/performance.md rename to chapter_data_processing/performance.md diff --git a/chapter_data_processing_framework/program_model.md b/chapter_data_processing/program_model.md similarity index 100% rename from chapter_data_processing_framework/program_model.md rename to chapter_data_processing/program_model.md diff --git a/chapter_data_processing_framework/reference.md b/chapter_data_processing/reference.md similarity index 100% rename from chapter_data_processing_framework/reference.md rename to chapter_data_processing/reference.md diff --git a/chapter_data_processing_framework/requirements.md b/chapter_data_processing/requirements.md similarity index 100% rename from chapter_data_processing_framework/requirements.md rename to chapter_data_processing/requirements.md diff --git a/chapter_data_processing_framework/summary.md b/chapter_data_processing/summary.md similarity index 100% rename from chapter_data_processing_framework/summary.md rename to chapter_data_processing/summary.md diff --git a/chapter_distributed_training_system/collective.md b/chapter_distributed_training/collective.md similarity index 100% rename from chapter_distributed_training_system/collective.md rename to chapter_distributed_training/collective.md diff --git a/chapter_distributed_training_system/index.md b/chapter_distributed_training/index.md similarity index 100% rename from chapter_distributed_training_system/index.md rename to chapter_distributed_training/index.md diff --git a/chapter_distributed_training_system/methods.md b/chapter_distributed_training/methods.md similarity index 100% rename from chapter_distributed_training_system/methods.md rename to chapter_distributed_training/methods.md diff --git a/chapter_distributed_training_system/overview.md b/chapter_distributed_training/overview.md similarity index 100% rename from chapter_distributed_training_system/overview.md rename to chapter_distributed_training/overview.md diff --git a/chapter_distributed_training_system/parameter_servers.md b/chapter_distributed_training/parameter_servers.md similarity index 100% rename from chapter_distributed_training_system/parameter_servers.md rename to chapter_distributed_training/parameter_servers.md diff --git a/chapter_distributed_training_system/pipeline.md b/chapter_distributed_training/pipeline.md similarity index 100% rename from chapter_distributed_training_system/pipeline.md rename to chapter_distributed_training/pipeline.md diff --git a/chapter_distributed_training_system/summary.md b/chapter_distributed_training/summary.md similarity index 100% rename from chapter_distributed_training_system/summary.md rename to chapter_distributed_training/summary.md diff --git a/chapter_explainable_AI/index.md b/chapter_explainable_AI/index.md new file mode 100644 index 0000000..f4a4f89 --- /dev/null +++ b/chapter_explainable_AI/index.md @@ -0,0 +1 @@ +# 可解释性AI系统 \ No newline at end of file diff --git a/chapter_federated_learning/index.md b/chapter_federated_learning/index.md new file mode 100644 index 0000000..8fda111 --- /dev/null +++ b/chapter_federated_learning/index.md @@ -0,0 +1 @@ +# 联邦学习系统 \ No newline at end of file diff --git a/chapter_framework_expansion/index.md b/chapter_framework_expansion/index.md deleted file mode 100644 index e76b657..0000000 --- a/chapter_framework_expansion/index.md +++ /dev/null @@ -1,10 +0,0 @@ -# 框架拓展 - - - -```toc -:maxdepth: 2 -:numbered: - - -``` \ No newline at end of file diff --git a/chapter_compiler_frontend_and_ir/ad.md b/chapter_frontend_and_ir/ad.md similarity index 100% rename from chapter_compiler_frontend_and_ir/ad.md rename to chapter_frontend_and_ir/ad.md diff --git a/chapter_compiler_frontend_and_ir/common_frontend_optimization_pass.md b/chapter_frontend_and_ir/common_frontend_optimization_pass.md similarity index 100% rename from chapter_compiler_frontend_and_ir/common_frontend_optimization_pass.md rename to chapter_frontend_and_ir/common_frontend_optimization_pass.md diff --git a/chapter_compiler_frontend_and_ir/index.md b/chapter_frontend_and_ir/index.md similarity index 100% rename from chapter_compiler_frontend_and_ir/index.md rename to chapter_frontend_and_ir/index.md diff --git a/chapter_compiler_frontend_and_ir/intermediate_representation.md b/chapter_frontend_and_ir/intermediate_representation.md similarity index 100% rename from chapter_compiler_frontend_and_ir/intermediate_representation.md rename to chapter_frontend_and_ir/intermediate_representation.md diff --git a/chapter_compiler_frontend_and_ir/overview_of_frontend.md b/chapter_frontend_and_ir/overview_of_frontend.md similarity index 100% rename from chapter_compiler_frontend_and_ir/overview_of_frontend.md rename to chapter_frontend_and_ir/overview_of_frontend.md diff --git a/chapter_compiler_frontend_and_ir/summary.md b/chapter_frontend_and_ir/summary.md similarity index 100% rename from chapter_compiler_frontend_and_ir/summary.md rename to chapter_frontend_and_ir/summary.md diff --git a/chapter_compiler_frontend_and_ir/type_system_and_static_analysis.md b/chapter_frontend_and_ir/type_system_and_static_analysis.md similarity index 100% rename from chapter_compiler_frontend_and_ir/type_system_and_static_analysis.md rename to chapter_frontend_and_ir/type_system_and_static_analysis.md diff --git a/chapter_online_machine_learning/index.md b/chapter_online_machine_learning/index.md new file mode 100644 index 0000000..ddbb326 --- /dev/null +++ b/chapter_online_machine_learning/index.md @@ -0,0 +1 @@ +# 在线机器学习 \ No newline at end of file diff --git a/chapter_transition_advanced/index.md b/chapter_preface_advanced/index.md similarity index 100% rename from chapter_transition_advanced/index.md rename to chapter_preface_advanced/index.md diff --git a/chapter_preface_extension/index.md b/chapter_preface_extension/index.md new file mode 100644 index 0000000..b87c275 --- /dev/null +++ b/chapter_preface_extension/index.md @@ -0,0 +1 @@ +# 第三部分:拓展篇 \ No newline at end of file diff --git a/chapter_reinforcement_learning/index.md b/chapter_reinforcement_learning/index.md new file mode 100644 index 0000000..0fd5406 --- /dev/null +++ b/chapter_reinforcement_learning/index.md @@ -0,0 +1 @@ +# 强化学习系统 \ No newline at end of file diff --git a/index.md b/index.md index b4172bf..61e6532 100644 --- a/index.md +++ b/index.md @@ -7,14 +7,18 @@ chapter_introduction/index chapter_programming_interface/index chapter_computational_graph/index -chapter_compiler_frontend_and_ir/index -chapter_compiler_backend_and_runtime/index -chapter_hardware_accelerator/index -chapter_data_processing_framework/index +chapter_preface_advanced/index +chapter_frontend_and_ir/index +chapter_backend_and_runtime/index +chapter_accelerator/index +chapter_data_processing/index chapter_model_deployment/index -chapter_distributed_training_system/index -chapter_transition_advanced/index -chapter_framework_expansion/index -appendix_Introduction_machine_learning/index +chapter_distributed_training/index +chapter_preface_extension/index +chapter_federated_learning/index +chapter_reinforcement_learning/index +chapter_explainable_AI/index +chapter_online_machine_learning/index +appendix_machine_learning_introduction/index ```