From 7923da57bfaa374a43fb97df06d33042789180e2 Mon Sep 17 00:00:00 2001 From: Richard Wei Date: Mon, 29 Oct 2018 07:24:40 +0100 Subject: [PATCH] Add link to the AD manifesto --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a40bb5ae5b3..5f03e0ce53c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ Below are some documents explaining the Swift for TensorFlow project. ### Technology deep dive - [Graph Program Extraction](docs/GraphProgramExtraction.md) -- [Automatic Differentiation](docs/AutomaticDifferentiation.md) +- [Automatic Differentiation Whitepaper](docs/AutomaticDifferentiation.md) +- [Automatic Differentiation Manifesto](https://gist.github.com/rxwei/30ba75ce092ab3b0dce4bde1fc2c9f1d) - [Python Interoperability](docs/PythonInteroperability.md) - [Aggregate Parameters and Parameter Update](docs/AggregateParameters.md)