aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/artificial_intelligence/differentiable_programming.md
diff options
context:
space:
mode:
authorEduardo Julian2022-01-27 04:41:30 -0400
committerEduardo Julian2022-01-27 04:41:30 -0400
commitfe0d9fc74740f1b51e2f498d4516579d3e48ed02 (patch)
tree262915912719c6bb300c13f6a7047f9210778309 /documentation/bookmark/artificial_intelligence/differentiable_programming.md
parentf7d06f791e618aed285b0ed92057f2270d622f8a (diff)
Fixes for the pure-Lux JVM compiler machinery. [Part 11]
Diffstat (limited to 'documentation/bookmark/artificial_intelligence/differentiable_programming.md')
-rw-r--r--documentation/bookmark/artificial_intelligence/differentiable_programming.md16
1 files changed, 16 insertions, 0 deletions
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
+