From fe0d9fc74740f1b51e2f498d4516579d3e48ed02 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 27 Jan 2022 04:41:30 -0400 Subject: Fixes for the pure-Lux JVM compiler machinery. [Part 11] --- .../differentiable_programming.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 documentation/bookmark/artificial_intelligence/differentiable_programming.md (limited to 'documentation/bookmark/artificial_intelligence/differentiable_programming.md') diff --git a/documentation/bookmark/artificial_intelligence/differentiable_programming.md b/documentation/bookmark/artificial_intelligence/differentiable_programming.md new file mode 100644 index 000000000..9bfd27186 --- /dev/null +++ b/documentation/bookmark/artificial_intelligence/differentiable_programming.md @@ -0,0 +1,16 @@ +# Reference + +0. [Differentiable Programming in C++ - Vassil Vassilev & William Moses - CppCon 2021](https://www.youtube.com/watch?v=1QQj1mAV-eY) +0. [Demystifying Differentiable Programming: Shift/Reset the Penultimate Backpropagator](https://arxiv.org/abs/1803.10228) +0. [The Taichi Programming Language](http://taichi.graphics/) +0. [The principles behind Differentiable Programming - Erik Meijer](https://www.youtube.com/watch?v=lk0PhtSHE38) +0. [Kotlin∇: Type-safe Symbolic Differentiation for Kotlin](https://github.com/breandan/kotlingrad) +0. [Differentiable Programming Manifesto](https://github.com/apple/swift/blob/master/docs/DifferentiableProgramming.md) +0. [Backpropagation in the Simply Typed Lambda-calculus with Linear Negation](https://arxiv.org/abs/1909.13768) +0. [One-and-a-Half Simple Differential Programming Languages](https://pages.cpsc.ucalgary.ca/~robin/FMCS/FMCS2019/slides/GordonPlotkin-FMCS2019.pdf) +0. [Differentiable Programming Mega-Proposal](https://forums.swift.org/t/differentiable-programming-mega-proposal/28547) +0. https://fluxml.ai/2019/02/07/what-is-differentiable-programming.html +0. https://github.com/breandan/kotlingrad +0. https://colinraffel.com/blog/you-don-t-know-jax.html +0. https://github.com/tensorflow/mlir + -- cgit v1.2.3