We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad3b71 commit 34b95feCopy full SHA for 34b95fe
_pages/automatic_differentiation.md
@@ -78,7 +78,7 @@ traversal and derivative accumulation results in two approaches:
78
Automated Differentiation implementations are based on [two major techniques]:
79
Operator Overloading and Source Code Transformation. Compiler Research Group's
80
focus has been on exploring the [Source Code Transformation] technique, which
81
-involves constructing the computation graph and producing a derivative at
+involves constructing the computation graph and producing a derivative at
82
compile time.
83
84
[The source code transformation approach] enables optimization by retaining
0 commit comments