Skip to content
Snippets Groups Projects
Commit fbc42dec authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

...

parent c9efaebc
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ The aim of this tutorial is to implement from scratch a simple neural network tr
In addition to the course slides:
* [A simple NN 2D->2D](https://github.com/ucacaxm/DeepLearning_Vision_SimpleExamples/blob/master/src/dl_from_scratch/DLNetworkUltraSimple2dto2D.py)
* [The equations behind backpropagation with code and explanations](http://neuralnetworksanddeeplearning.com/chap2.html#the_four_fundamental_equations_behind_backpropagation)
* [The backpropagation equations][doc/backpropagation-from-scratch.pdf]
* [The backpropagation equations](doc/backpropagation-from-scratch.pdf)
* [Introduction-au-deep-learning(Miximum)](https://www.miximum.fr/blog/introduction-au-deep-learning-2/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment