diff options
author | Yuchen Pei <me@ypei.me> | 2018-06-20 10:26:16 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-06-20 10:26:16 +0200 |
commit | 146401335a9909107de1befa08e88e07a6c6467b (patch) | |
tree | c2536baab1a5c5d94e08d0ebf361d3351a720709 /posts | |
parent | bcd968bc8e35ed7b0fee3598a2d1400577d004ab (diff) |
minor edit, and license note of the autodiff post
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2018-06-03-automatic_differentiation.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/posts/2018-06-03-automatic_differentiation.md b/posts/2018-06-03-automatic_differentiation.md index d53f025..615b1b6 100644 --- a/posts/2018-06-03-automatic_differentiation.md +++ b/posts/2018-06-03-automatic_differentiation.md @@ -3,7 +3,9 @@ template: post date: 2018-06-03 title: Automatic differentiation --- -This post serves as a documentation of my study of autodiff as well as a explainer of the subject. +This post serves as a note and explainer of autodiff. +It is licensed under [GNU FDL](https://www.gnu.org/licenses/fdl.html). + For my learning I benefited a lot from [Toronto CSC321 slides](http://www.cs.toronto.edu/%7Ergrosse/courses/csc321_2018/slides/lec10.pdf) and the [autodidact](https://github.com/mattjj/autodidact/) project |