by Michele Laurelli
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.
Image classification
Feature extraction backbone
Transfer learning base