Backward propagation

Once we have predicted the output, we compute the loss, . We use the mean squared error as the loss function, that is, the mean of the squared difference between the actual output, , and the predicted output, , which is given as follows:

Now, we will see how can we use backpropagation to minimize the loss . In order to minimize ...

Get Hands-On Deep Learning Algorithms with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.