Compiling...
In Chapter 2, we learned that standard neural networks are trained using an algorithm called Back-Propagation. It calculates the error at the output layer and traces it backward through the layers to adjust the weights.
But how do you trace an error backward through a loop?