aboutsummaryrefslogtreecommitdiff
path: root/posts/2018-06-03-automatic_differentiation.md
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-06-03 22:25:47 +0200
committerYuchen Pei <me@ypei.me>2018-06-03 22:25:47 +0200
commitdd11e5c21f03582c278ec4126101f9d78cb80cc9 (patch)
treeac74fe9b08b73cf0bb8547bb5b8306665940fc9b /posts/2018-06-03-automatic_differentiation.md
parentd4d048e66b16a3713caec957e94e8d7e80e39368 (diff)
minor edit
Diffstat (limited to 'posts/2018-06-03-automatic_differentiation.md')
-rw-r--r--posts/2018-06-03-automatic_differentiation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2018-06-03-automatic_differentiation.md b/posts/2018-06-03-automatic_differentiation.md
index d2194cb..d53f025 100644
--- a/posts/2018-06-03-automatic_differentiation.md
+++ b/posts/2018-06-03-automatic_differentiation.md
@@ -3,8 +3,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
+This post serves as a documentation of my study of autodiff as well as a explainer of the subject.
+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
which is a pedagogical implementation of