@@ -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)