In this directory, we aim to implement the VGG family of convolutional neural network (CNN) models for image classification, including the well-known VGG-16 and VGG-19 models, to be tested with the ImageNet dataset.
Available implementations:
| Description | Library | Notebook | |
|---|---|---|---|
| v1 | Basic impl | Keras |
Implementation notes for v1:
Our implementation is based on the following paper:
Note: this paper was also published in ICLR 2015.
This paper is available via:
See also: