Add a resource

This commit is contained in:
julienChemillier 2022-11-08 18:03:59 +01:00
parent 0f761d1e0c
commit b5b3f7089e

View File

@ -5,11 +5,12 @@
- [Medium](https://medium.com/@14prakash/back-propagation-is-very-simple-who-made-it-complicated-97b794c97e5c) - [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) - [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) - [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 ## Convolutional Neural Network
- [The Independent Code](https://www.youtube.com/watch?v=Lakz2MoHy6o) - [The Independent Code](https://www.youtube.com/watch?v=Lakz2MoHy6o)
## Jeux de données ## Jeux de données
- [MNIST](http://yann.lecun.com/exdb/mnist/) - [MNIST](http://yann.lecun.com/exdb/mnist/)
- [ImageNet](https://www.image-net.org/index.php) - [ImageNet](https://www.image-net.org/index.php)