diff options
author | Eduardo Julian | 2021-12-31 00:58:08 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-12-31 00:58:08 -0400 |
commit | 9afaa3a3236366d57cb1c3d771b25779ee76269b (patch) | |
tree | 83016d292711e242be3bdaef4dd2cca0aae05dc9 /documentation/bookmark/machine_learning | |
parent | 00d92539208da86557e592a8c8df03d3b08e6b40 (diff) |
Fixes for the pure-Lux JVM compiler machinery.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/machine_learning.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/machine_learning.md b/documentation/bookmark/machine_learning.md index 2c05864f7..6d11d7ca0 100644 --- a/documentation/bookmark/machine_learning.md +++ b/documentation/bookmark/machine_learning.md @@ -10,6 +10,7 @@ # Reference +1. [Why are ML Compilers so Hard?](https://petewarden.com/2021/12/24/why-are-ml-compilers-so-hard/) 1. ["Multi-Level Intermediate Representation" Compiler Infrastructure](https://github.com/tensorflow/mlir) 1. [Sampling can be faster than optimization](https://www.pnas.org/content/116/42/20881) 1. [Layer rotation: a surprisingly powerful indicator of generalization in deep networks](https://arxiv.org/abs/1806.01603v2) |