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
"Backpropagation starts with the final loss value and works backward from the top layers to the bottom layers, computing the contribution that each parameter had in the loss value."
I guess you should interchange "top" and "bottom" (emphasis is for illustration only):
"Backpropagation starts with the final loss value and works backward from the bottom layers to the top layers, computing the contribution that each parameter had in the loss value."
The text reads"
I guess you should interchange "top" and "bottom" (emphasis is for illustration only):
"Backpropagation starts with the final loss value and works backward from the bottom layers to the top layers, computing the contribution that each parameter had in the loss value."