ResNet152
ResNet-152, also known as ResNet-152, is a deep convolutional neural network that belongs to the Residual Network (ResNet) family. It was introduced in 2015 by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun to enable the training of very deep networks through residual learning, which uses skip connections to improve gradient flow during backpropagation.
Architecturally, ResNet-152 uses a bottleneck design and stacks 152 layers. The network begins with a 7×7 convolution
The network ends with global average pooling and a fully connected layer for 1000-class ImageNet classification.