Which statement about the VGG network is correct?
- 1. It used very small 3×3 convolution filters while increasing depth to 16–19 weight layers.
- 2. It used 5×5 convolution filters while limiting depth to 8–10 weight layers.
- 3. It used only 1×1 convolution filters and increased depth to 30 layers.
- 4. It avoided large filters but limited depth to 8–10 weight layers.
Answer: It used very small 3×3 convolution filters while increasing depth to 16–19 weight layers.
Explanation: This captures the paper’s central idea, although “all layers” needs care because configuration C includes 1×1 convolution layers.