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.

Get hands-on with 1200+ tech skills courses.