We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f8b05 commit e79960eCopy full SHA for e79960e
chapter_preface_basic/Index.md
@@ -0,0 +1,11 @@
1
+# Part I Framework Design {#part-i-framework-design .unnumbered}
2
+
3
+In Part 1, we present a top-down approach to designing a machine
4
+learning framework. We begin by introducing the design of programming
5
+models for machine learning frameworks, followed by a discussion on
6
+representing a machine learning program as a computational graph. The
7
+machine learning program undergoes compilation by an AI compiler, which
8
+employs a range of frontend and backend techniques. Additionally, we
9
+will delve into the system components within a machine learning
10
+framework that facilitate data processing, model deployment, and
11
+distributed training.
img/.DS_Store
6 KB
0 commit comments