Technical Terms

Residual Connection

Definition

A shortcut path that adds an earlier representation back into a later computation so the network learns refinements instead of replacing the whole signal.

In Plain English

A shortcut that lets a layer improve the signal without throwing away what came before.

See Also