From f78998f9c0ffdb1e45ff9292c028f2d09cd8f60d Mon Sep 17 00:00:00 2001 From: "J. Roger Zhao" Date: Fri, 31 May 2024 15:50:39 +0200 Subject: [PATCH] minor fix --- chapters/algodiff.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chapters/algodiff.md b/chapters/algodiff.md index 2799413..1f7797e 100644 --- a/chapters/algodiff.md +++ b/chapters/algodiff.md @@ -282,6 +282,7 @@ Step |Primal computation You might be wondering, this looks the same as the left side. 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. You must compute the required intermediate results first, and then perform the other "backward pass", which is the key point in reverse mode. + Step | Adjoint computation ---- | --------------------------------------------------------------------------------- 10 | $$\bar{v_9} = 1$$