Skip to content

Commit 3a8d1be

Browse files
committed
Fix filenames
1 parent d7535a1 commit 3a8d1be

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

chapter_introduction/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
```

chapter_preface_basic/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

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)