diff options
author | Yuchen Pei <me@ypei.me> | 2018-06-03 22:17:06 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-06-03 22:17:06 +0200 |
commit | 2e38d28086714175d680f9d4541c735ca793d2b7 (patch) | |
tree | 4cb33e8384ca42400f09e69eb97f23332fc7fb41 | |
parent | 6db43013a56277d0ba149dfcdca060be03813b95 (diff) |
minor edit
-rw-r--r-- | posts/2018-06-03-automatic_differentiation.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/posts/2018-06-03-automatic_differentiation.md b/posts/2018-06-03-automatic_differentiation.md index db2d355..d2194cb 100644 --- a/posts/2018-06-03-automatic_differentiation.md +++ b/posts/2018-06-03-automatic_differentiation.md @@ -1,3 +1,8 @@ +--- +template: post +date: 2018-06-03 +title: Automatic differentiation +--- This post is meant as a documentation of my understanding of autodiff. I benefited a lot from [Toronto CSC321 slides](http://www.cs.toronto.edu/%7Ergrosse/courses/csc321_2018/slides/lec10.pdf) |