diff options
author | Eduardo Julian | 2019-08-21 22:05:16 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-08-21 22:05:16 -0400 |
commit | a51eadf7065db89ac9a65ee854f6f134c9f9da60 (patch) | |
tree | e0e44908c95f33def1b1c6f2dd9d1c249cf7ceb4 /documentation/research | |
parent | 8dcbdff13bf679ead63a4c29e7f63d7cc0d86480 (diff) |
A unified type module to tie together the different JVM kinds of type.
Diffstat (limited to 'documentation/research')
-rw-r--r-- | documentation/research/debugging.md | 1 | ||||
-rw-r--r-- | documentation/research/machine_learning.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/documentation/research/debugging.md b/documentation/research/debugging.md index 6b9671d47..239663175 100644 --- a/documentation/research/debugging.md +++ b/documentation/research/debugging.md @@ -1,5 +1,6 @@ # Tool +1. [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) 1. https://github.com/srg-imperial/SaBRe 1. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/WebReplay 1. https://umaar.github.io/performance-debugging-devtools-2018/#/ diff --git a/documentation/research/machine_learning.md b/documentation/research/machine_learning.md index 04df5bbc1..8e72ed079 100644 --- a/documentation/research/machine_learning.md +++ b/documentation/research/machine_learning.md @@ -24,6 +24,7 @@ # Deep learning +1. [Monadic Deep Learning: Performing monadic automatic differentiation in parallel](https://deeplearning.thoughtworks.school/assets/paper.pdf) 1. https://github.com/microsoft/tensorwatch 1. https://d2l.ai/ 1. https://hadrienj.github.io/posts/Deep-Learning-Book-Series-Introduction/ |