Learn Before
Concept
VGG Network Architecture
The VGG network architecture is often considered the first truly modern Convolutional Neural Network (CNN) because it introduced a systematic, modular approach to building deep models. While earlier models like AlexNet proved the effectiveness of large-scale CNNs, VGG established key design properties: a preference for deep and narrow networks, and the use of modular blocks containing multiple consecutive convolutional layers. By chaining these VGG blocks together, the architecture defines an entire family of similarly parameterized models—such as VGG-11 or VGG-16—that allow practitioners to easily trade off between computational complexity and execution speed.
0
1
Updated 2026-05-13
Tags
D2L
Dive into Deep Learning @ D2L