diff options
Diffstat (limited to 'documentation')
3 files changed, 9 insertions, 0 deletions
diff --git a/documentation/bookmark/artificial_intelligence/differentiable_programming.md b/documentation/bookmark/artificial_intelligence/differentiable_programming.md index 9bfd27186..eb020fd78 100644 --- a/documentation/bookmark/artificial_intelligence/differentiable_programming.md +++ b/documentation/bookmark/artificial_intelligence/differentiable_programming.md @@ -1,5 +1,6 @@ # Reference +0. [Provably Correct, Asymptotically Efficient, Higher-Order Reverse-Mode Automatic Differentiation](https://www.cl.cam.ac.uk/~nk480/higher-order-ad.pdf) 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/) diff --git a/documentation/bookmark/database/consistency.md b/documentation/bookmark/database/consistency.md new file mode 100644 index 000000000..d43936f31 --- /dev/null +++ b/documentation/bookmark/database/consistency.md @@ -0,0 +1,4 @@ +# Reference + +0. [Operating without foreign key constraints](https://docs.planetscale.com/learn/operating-without-foreign-key-constraints) + diff --git a/documentation/bookmark/programming_language/syntax.md b/documentation/bookmark/programming_language/syntax.md new file mode 100644 index 000000000..2d11ffaa7 --- /dev/null +++ b/documentation/bookmark/programming_language/syntax.md @@ -0,0 +1,4 @@ +# Reference + +0. [Rhombus](https://github.com/racket/rhombus-prototype) + |