Skip to content

Commit c3bda62

Browse files
committed
Update ToC
1 parent 5cdf58d commit c3bda62

File tree

7 files changed

+60
-36
lines changed

7 files changed

+60
-36
lines changed

chapter_computatioinal_graph/Index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ this technology, this chapter explains the following key aspects:
1414
2. Generation of static and dynamic computational graphs
1515

1616
3. Common execution methods of computational graphs
17+
18+
```toc
19+
:maxdepth: 2
20+
21+
Computational_Graph_Functions
22+
Computational_Graph_Basics
23+
Generating_a_Computational_Graph
24+
Scheduling_and_Executing_Computational_Tasks
25+
Chapter_Summary
26+
Further_Reading
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Computational Graph
2+
3+
In this chapter, we look at the following question: How does a machine
4+
learning system efficiently execute such a program on hardware? We can
5+
break this down into three sub-questions: How do we schedule and execute
6+
the model described by a machine learning program? How do we improve the
7+
model scheduling and execution efficiency? And can we implement
8+
automatic gradient computation for updating the model? The key to
9+
answering these questions is computational graph technology. To explain
10+
this technology, this chapter explains the following key aspects:
11+
12+
1. Computational graph basics
13+
14+
2. Generation of static and dynamic computational graphs
15+
16+
3. Common execution methods of computational graphs
17+
18+
```toc
19+
:maxdepth: 2
20+
21+
Computational_Graph_Functions
22+
Computational_Graph_Basics
23+
Generating_a_Computational_Graph
24+
Scheduling_and_Executing_Computational_Tasks
25+
Chapter_Summary
26+
Further_Reading
27+
```

chapter_introduction/index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

chapter_preface_basic/index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

chapter_preface_extension/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

chapter_programming_model/Index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ The chapter aims to achieve the following learning objectives:
3636

3737
4. Understanding the support for functional programming in machine
3838
learning frameworks.
39+
40+
```toc
41+
:maxdepth: 2
42+
43+
Overview
44+
Machine_Learning_Workflow
45+
Neural_Network_Programming
46+
Functional_Programming
47+
Bridging_Python_and_C_C++_Functions
48+
Chapter_Summary
49+
```

chapter_programming_model/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ The chapter aims to achieve the following learning objectives:
3636

3737
4. Understanding the support for functional programming in machine
3838
learning frameworks.
39+
40+
```toc
41+
:maxdepth: 2
42+
43+
Overview
44+
Machine_Learning_Workflow
45+
Neural_Network_Programming
46+
Functional_Programming
47+
Bridging_Python_and_C_C++_Functions
48+
Chapter_Summary
49+
```

0 commit comments

Comments
 (0)