diff options
author | Eduardo Julian | 2021-08-18 03:29:15 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-08-18 03:29:15 -0400 |
commit | e00ba096c8837abe85d366e0c1293c09dbe84d81 (patch) | |
tree | dc1f0955d4461ae30bb4945cddd74c462f1aee98 /documentation/bookmark/math | |
parent | 3289b9dcf9d5d1c1e5c380e3185065c8fd32535f (diff) |
Some bug fixes.
Diffstat (limited to 'documentation/bookmark/math')
-rw-r--r-- | documentation/bookmark/math/number/dual.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/bookmark/math/number/dual.md b/documentation/bookmark/math/number/dual.md index 508adae9a..345bddca3 100644 --- a/documentation/bookmark/math/number/dual.md +++ b/documentation/bookmark/math/number/dual.md @@ -1,5 +1,7 @@ # Reference +1. [Sensitivity of y w.r.t. to x in y=f(x) where f is a routine](https://scicomp.stackexchange.com/questions/38899/sensitivity-of-y-w-r-t-to-x-in-y-fx-where-f-is-a-routine/38900#38900) +1. [Differentiable programming](https://en.wikipedia.org/wiki/Differentiable_programming) 1. [Ditching Backpropagation: Automatic Differentiation and Dual Numbers](https://matiasmorant.wordpress.com/2017/12/29/dual-numbers/) 1. [The Dual Numbers](https://www.youtube.com/watch?v=4nU-09e3iP8) 1. [Dual number](https://en.wikipedia.org/wiki/Dual_number) |