CNN - Convolutional Neural Networks Practice Test
CNN - Convolutional Neural Networks Classic CNN Architectures Questions and Answers
The VGGNet architecture is renowned for its simplicity and depth.
What is the defining characteristic of its convolutional layers?
Select your answer
A
It uses large 11x11 and 5x5 filters in the initial layers.
B
It exclusively uses very small 3x3 filters stacked on top of each other.
C
It introduces parallel 1x1, 3x3, and 5x5 filters in each block.
D
It employs skip connections to bypass certain convolutional layers.
Hint