Skip to content

Commit 81e869a

Browse files
authored
Minor formating fix (#601)
Fixes some unmatched parens.
1 parent e5ab10c commit 81e869a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ The list here is incomplete, but is vetted for quality.
102102

103103
- ["What types work with differentiation?](https://github.com/google-research/dex-lang/issues/454#issuecomment-766089519) comment on DexLang GitHub issue by [Dan Zheng](https://github.com/dan-zheng): summarizes several years of insights from the Swift AD work.
104104

105-
- MIT 18337 lecture notes 8-10 (by [Christopher Rackauckas](https://github.com/ChrisRackauckas) and [David P. Sanders](https://github.com/dpsanders) : moves fast from basic to advanced, particularly good if you like applicable mathematics
105+
- MIT 18337 lecture notes 8-10 by [Christopher Rackauckas](https://github.com/ChrisRackauckas) and [David P. Sanders](https://github.com/dpsanders): moves fast from basic to advanced, particularly good if you like applicable mathematics
106106
- [Automatic Differentiation and Application](https://mitmath.github.io/18337/lecture8/automatic_differentiation): Good introduction
107107
- [Solving Stiff Ordinary Differential Equations](https://mitmath.github.io/18337/lecture9/stiff_odes): ignore the ODE stuff, most of this is about Sparse AutoDiff, can skip/skim this one
108108
- [Basic Parameter Estimation, Reverse-Mode AD, and Inverse Problems](https://mitmath.github.io/18337/lecture10/estimation_identification): use in optimization, and details connections of other math.
109109
- [Differentiable Programming and Neural Differential Equations](https://mitmath.github.io/18337/lecture11/adjoints): Includes custom primitive derivations for equation solvers.
110110

111-
- [Diff-Zoo Jupyter Notebook Book](https://github.com/MikeInnes/diff-zoo) (by [Mike Innes](https://github.com/MikeInnes/diff-zoo), has implementations and explanations.
111+
- [Diff-Zoo Jupyter Notebook Book](https://github.com/MikeInnes/diff-zoo) by [Mike Innes](https://github.com/MikeInnes/diff-zoo), has implementations and explanations.
112112

113-
- ["Evaluating Derivatives"](https://dl.acm.org/doi/book/10.5555/1455489) (by Griewank and Walther) is the best book at least for reverse-mode. It also covers forward-mode though (by its own admission) not as well, it never mentioned dual numbers which is an unfortunate lack.
113+
- ["Evaluating Derivatives"](https://dl.acm.org/doi/book/10.5555/1455489) by Griewank and Walther is the best book at least for reverse-mode. It also covers forward-mode though (by its own admission) not as well, it never mentioned dual numbers which is an unfortunate lack.

0 commit comments

Comments
 (0)