You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/algodiff.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -282,6 +282,7 @@ Step |Primal computation
282
282
You might be wondering, this looks the same as the left side.
283
283
You are right. These two are exactly the same, and we repeat it again to make the point that, this time you cannot perform the calculation with one pass.
284
284
You must compute the required intermediate results first, and then perform the other "backward pass", which is the key point in reverse mode.
0 commit comments