File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
chapter_preface_extension Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments