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 fd771e9 commit 2987725Copy full SHA for 2987725
docs/src/lecture_08/lab.md
@@ -72,9 +72,7 @@ a = x*y # da/dx = y; da/dy = x
72
b = sin(x) # db/dx = cos(x)
73
z = a + b # dz/da = 1; dz/db = 1
74
```
75
-```@raw html
76
-<p><center><img src="graph.png" alt="graph"></center></p>
77
-```
+
78
79
In the graph you can see that the variable `x` can directly affect `b` and `a`.
80
Hence, `x` has two children `a` and `b`. During the forward pass we build the
0 commit comments