Keras Applications are canned architectures with pre-trained weights.
Modules
densenetmodule: DenseNet models for Keras.imagenet_utilsmodule: Utilities for ImageNet data preprocessing & prediction decoding.inception_resnet_v2module: Inception-ResNet V2 model for Keras.inception_v3module: Inception V3 model for Keras.mobilenetmodule: MobileNet v1 models for Keras.mobilenet_v2module: MobileNet v2 models for Keras.nasnetmodule: NASNet-A models for Keras.resnetmodule: ResNet models for Keras.resnet50module: Public API for tf.keras.applications.resnet50 namespace.resnet_v2module: ResNet v2 models for Keras.vgg16module: VGG16 model for Keras.vgg19module: VGG19 model for Keras.xceptionmodule: Xception V1 model for Keras.
Functions
DenseNet121(...)DenseNet169(...)DenseNet201(...)InceptionResNetV2(...)InceptionV3(...)MobileNet(...)MobileNetV2(...)NASNetLarge(...)NASNetMobile(...)ResNet101(...)ResNet101V2(...)ResNet152(...)ResNet152V2(...)ResNet50(...)ResNet50V2(...)VGG16(...)VGG19(...)Xception(...)


