VGG19
VGG19 is a convolutional neural network model proposed by the Visual Geometry Group from the University of Oxford in the paper "Very Deep Convolutional Networks for Large-Scale Image Recognition" published in 2014. It is an extension of the VGG16 model, with an additional three convolutional layers in the fifth block. The model is characterized by its simplicity, using only 3x3 convolutional layers stacked on top of each other in increasing depth. ReLU activation functions are used after each convolutional layer, followed by max-pooling layers. The architecture consists of 19 layers with learnable weights, hence the name VGG19.
The VGG19 model was trained on the ImageNet dataset, which contains over 14 million images belonging to
VGG19 has been widely used as a feature extractor in various computer vision tasks, such as image