...

/

Backpropagation: Recombine the Error

Backpropagation: Recombine the Error

Learn how to recombine split errors for the links using error backpropagation.

We'll cover the following...

Recombination of errors

The training data examples only tell us what the outputs from the final nodes should be. They don’t tell us what the outputs from nodes in any other layer should be. This is the core of the puzzle.

We could recombine the split errors for the links using the error backpropagation we just saw earlier.

Press + to interact
Recombining errors using the error backpropagation
Recombining errors using the error backpropagation

So, the error in the first hidden node is the sum of the split errors in all the links connecting forward from the same node. In the diagram above, we have a fraction of the output error eoutput,1e_\text{output,1} on the link with weight w ...

Access this course and 1400+ top-rated courses and projects.