What is: VGG?
Source | Very Deep Convolutional Networks for Large-Scale Image Recognition |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
VGG is a classical convolutional neural network architecture. It was based on an analysis of how to increase the depth of such networks. The network utilises small 3 x 3 filters. Otherwise the network is characterized by its simplicity: the only other components being pooling layers and a fully connected layer.
Image: Davi Frossard