Vgg16
The classification variant of the VGG16 architecture.
Architecture Variable | Value |
---|---|
Key in architecture_dict | "3D.VGG16" |
Input_shape | (64, 64, 64) |
Standardization | "caffe" |
Reference - Implementation
Solovyev, Roman & Kalinin, Alexandr & Gabruseva, Tatiana. (2021).
3D Convolutional Neural Networks for Stalled Brain Capillary Detection.
https://github.com/ZFTurbo/classification_models_3D
Reference - Publication
Karen Simonyan, Andrew Zisserman. 04 Sep 2014.
Very Deep Convolutional Networks for Large-Scale Image Recognition.
https://arxiv.org/abs/1409.1556