You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 20 of algorithm 11 should be outside of the for loop that starts in line 8. Otherwise, the weights will be updated before all the gradients are computed.
The text was updated successfully, but these errors were encountered:
It will also need new a loop over the layers and this may be to big to fit. We should think in general how to express these. Maybe just focus on the batch update.
Line 20 of algorithm 11 should be outside of the for loop that starts in line 8. Otherwise, the weights will be updated before all the gradients are computed.
The text was updated successfully, but these errors were encountered: