
In Lecture 4 we progress from linear classifiers to fully-connected neural networks. We introduce the backpropagation algorithm for computing gradients and briefly discuss connections between artificial neural networks and biological neural networks.
Keywords: Neural networks, computational graphs, backpropagation, activation functions, biological neurons
Backprop is a recursive appllication of chain rule. Let's see an example.



To be added: what is Jacobian



