Defined in tensorflow/python/keras/applications/__init__.py
.
Keras Applications are canned architectures with pre-trained weights.
Modules
densenet
module: DenseNet Keras applications.
inception_resnet_v2
module: InceptionResNetV2 Keras application.
inception_v3
module: Inception V3 Keras application.
mobilenet
module: MobileNet Keras application.
nasnet
module: NASNet Keras applications.
resnet50
module: ResNet50 Keras application.
vgg16
module: VGG16 Keras application.
vgg19
module: VGG19 Keras application.
xception
module: Xception Keras application.
Functions
DenseNet121(...)
: Instantiates the DenseNet architecture.
DenseNet169(...)
: Instantiates the DenseNet architecture.
DenseNet201(...)
: Instantiates the DenseNet architecture.
InceptionResNetV2(...)
: Instantiates the Inception-ResNet v2 architecture.
InceptionV3(...)
: Instantiates the Inception v3 architecture.
MobileNet(...)
: Instantiates the MobileNet architecture.
NASNetLarge(...)
: Instantiates a NASNet model in ImageNet mode.
NASNetMobile(...)
: Instantiates a Mobile NASNet model in ImageNet mode.
ResNet50(...)
: Instantiates the ResNet50 architecture.
VGG16(...)
: Instantiates the VGG16 architecture.
VGG19(...)
: Instantiates the VGG19 architecture.
Xception(...)
: Instantiates the Xception architecture.