Skip to content

Commit fee64bf

Browse files
Update Chris's lecture note links (#498)
* Update Chris's lecture note links * Update docs/src/FAQ.md Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
1 parent a724bbb commit fee64bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ The list here is incomplete, but is vetted for quality.
104104

105105
- 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
107-
- [Forward-Mode AD via High Dimensional Algebras](https://mitmath.github.io/18337/lecture9/autodiff_dimensions): actually part 2 of the introduction
108107
- [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
109108
- [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.
109+
- [Differentiable Programming and Neural Differential Equations](https://mitmath.github.io/18337/lecture11/adjoints): Includes custom primitive derivations for equation solvers.
110110

111111
- [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

0 commit comments

Comments
 (0)