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: docs/DifferentiableProgrammingImplementation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Swift supports first-class, language-integrated differentiable programming. This
71
71
72
72
### JVP and VJP functions
73
73
74
-
A JVP (Jacobian-vector products) function is a forward-mode derivative function. A VJP (vector-Jacobian products) function is a reverse-mode derivative function.
74
+
A JVP (Jacobian-vector product) function is a [forward-mode](DifferentiableProgramming.md#automatic-differentiation) derivative function. A VJP (vector-Jacobian product) function is a [reverse-mode](DifferentiableProgramming.md#automatic-differentiation) derivative function.
0 commit comments