AI Blog

AI Blog

by Michele Laurelli

ResNet (Residual Network)

/ˈrɛznɛt/
Architecture
Definition

A CNN architecture that uses residual connections (skip connections) to enable training of very deep networks.

ResNet introduced skip connections that allow gradients to flow directly through the network, solving the degradation problem in very deep networks. Variants include ResNet-50, ResNet-101, and ResNet-152.

Examples

1

Image classification

2

Feature extraction backbone

3

Transfer learning base

Michele Laurelli - AI Research & Engineering