From 265ffae2733047e2c618a50584c44789d7fe1f8b Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 3 Jun 2022 15:24:09 +0200 Subject: [PATCH] Ajout de ressources --- doc/resources.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/resources.md b/doc/resources.md index 08ffb7d..f1282a2 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -10,3 +10,11 @@ - [Tobias Hill: Gradient Descent](https://towardsdatascience.com/part-2-gradient-descent-and-backpropagation-bf90932c066a) ## Convolutional Neural Network + +## Jeux de données +- [MNIST](http://yann.lecun.com/exdb/mnist/) + +## CUDA +- [Introduction à CUDA](https://developer.nvidia.com/blog/even-easier-introduction-cuda/) (Documentation Nvidia) +- [Gestion des erreurs](https://developer.nvidia.com/blog/how-query-device-properties-and-handle-errors-cuda-cc/) (Documentation Nvidia) +- [Unified Memory](https://on-demand.gputechconf.com/gtc/2017/presentation/s7285-nikolay-sakharnykh-unified-memory-on-pascal-and-volta.pdf) (Présentation Nvidia)