diff options
-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) |