Skip to content

Commit 40c75fe

Browse files
committed
Fix deleted files
1 parent c3bda62 commit 40c75fe

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

chapter_introduction/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Introduction
2+
3+
This chapter aims to provide readers with a comprehensive understanding
4+
of machine learning systems by describing the applications of machine
5+
learning and summarizing the design objectives and basic composition
6+
principles 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+
```
18+

chapter_preface_basic/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Part I Framework Design
2+
:label:`part-i-framework-design`
3+
4+
In Part 1, we present a top-down approach to designing a machine
5+
learning framework. We begin by introducing the design of programming
6+
models for machine learning frameworks, followed by a discussion on
7+
representing a machine learning program as a computational graph. The
8+
machine learning program undergoes compilation by an AI compiler, which
9+
employs a range of frontend and backend techniques. Additionally, we
10+
will delve into the system components within a machine learning
11+
framework that facilitate data processing, model deployment, and
12+
distributed training.
13+

chapter_preface_extension/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Part II Application Scenarios
2+
:label:`part-ii-application-scenarios`
3+
4+
In Part II, we will introduce various scenarios of applying machine
5+
learning frameworks. These scenarios include federated learning systems,
6+
recommender systems, reinforcement learning systems, and robotic
7+
systems.

0 commit comments

Comments
 (0)