Skip to content

Commit 34b95fe

Browse files
committed
minor change
1 parent 9ad3b71 commit 34b95fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/automatic_differentiation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ traversal and derivative accumulation results in two approaches:
7878
Automated Differentiation implementations are based on [two major techniques]:
7979
Operator Overloading and Source Code Transformation. Compiler Research Group's
8080
focus has been on exploring the [Source Code Transformation] technique, which
81-
involves constructing the computation graph and producing a derivative at
81+
involves constructing the computation graph and producing a derivative at
8282
compile time.
8383

8484
[The source code transformation approach] enables optimization by retaining

0 commit comments

Comments
 (0)