diff options
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/ |