Residual connection mathematical notation

Residual connection is a recurring research-paper notation family. Adds a block's input directly to its transformed output, providing an identity path through a deep network.

Residual connection: Adds a block's input directly to its transformed output, providing an identity path through a deep network. Example: Combine the unchanged input with the block's learned change.