Question 25
Which of the following statements about the ResNet architecture and its standard training recipe are correct?
Dropout is applied after every residual block as the primary regularizer.
Batch Normalization is applied after every convolutional layer.
The identity shortcut connection lets gradients bypass the weight layers, helping mitigate vanishing gradients in very deep networks.
A global average pooling layer is used after the final convolutional stage, so the network has no large fully-connected layers other than the final classifier (FC-1000).