From b5b3f7089e46aa4229a8190e2e6485adbd8a9054 Mon Sep 17 00:00:00 2001 From: julienChemillier Date: Tue, 8 Nov 2022 18:03:59 +0100 Subject: [PATCH] Add a resource --- doc/resources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/resources.md b/doc/resources.md index 09c2a1c..41d5253 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -5,11 +5,12 @@ - [Medium](https://medium.com/@14prakash/back-propagation-is-very-simple-who-made-it-complicated-97b794c97e5c) - [Simeon Kostadinov: Understanding Backpropagation](https://towardsdatascience.com/understanding-backpropagation-algorithm-7bb3aa2f95fd) - [Tobias Hill: Gradient Descent](https://towardsdatascience.com/part-2-gradient-descent-and-backpropagation-bf90932c066a) +- [Adam Optimizer](https://arxiv.org/pdf/1412.6980.pdf) ## Convolutional Neural Network - - [The Independent Code](https://www.youtube.com/watch?v=Lakz2MoHy6o) + ## Jeux de données - [MNIST](http://yann.lecun.com/exdb/mnist/) - [ImageNet](https://www.image-net.org/index.php)