Keras
  • Keras
  • Introduction
    • Keras Framework
    • Convolutional Neural Networks
    • ImageNet
    • VGG network
  • Requirements
  • Application
    • Results
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

VGG network

PreviousImageNetNextRequirements

Last updated 5 years ago

Was this helpful?

The VGG network architecture was introduced by Simonyan and Zisserman in their 2014 paper, .

This network is characterized by its simplicity, using only 3×3 convolutional layers stacked on top of each other in increasing depth. Reducing volume size is handled by max pooling. Two fully-connected layers, each with 4,096 nodes are then followed by a softmax classifier (above).

The “16” and “19” stand for the number of weight layers in the network (columns D and E show in the Figure Below:

Very Deep Convolutional Networks for Large Scale Image Recognition