AI Rookies

VGGNet — Visual Geometry Group Network

Fact

A CNN image model built by stacking many small convolution layers.

In Plain Words

VGGNet is like checking a photo with a tiny magnifying glass, again and again. After enough passes, it spots the cat’s whiskers.

It was once a top image classifier. People still use it to pull useful visual features from pictures.

Related Concepts

CNN
VGGNet is a classic deep CNN built from stacked small convolution layers.

ImageNet
VGGNet became famous in the ImageNet contest.

AlexNet
VGGNet followed AlexNet’s convolution path and went deeper.

ResNet
ResNet followed VGGNet and helped train much deeper networks.