Module: tf.keras.applications

Public API for tf.keras.applications namespace.

Modules

densenet module: Public API for tf.keras.applications.densenet namespace.

efficientnet module: Public API for tf.keras.applications.efficientnet namespace.

imagenet_utils module: Public API for tf.keras.applications.imagenet_utils namespace.

inception_resnet_v2 module: Public API for tf.keras.applications.inception_resnet_v2 namespace.

inception_v3 module: Public API for tf.keras.applications.inception_v3 namespace.

mobilenet module: Public API for tf.keras.applications.mobilenet namespace.

mobilenet_v2 module: Public API for tf.keras.applications.mobilenet_v2 namespace.

mobilenet_v3 module: Public API for tf.keras.applications.mobilenet_v3 namespace.

nasnet module: Public API for tf.keras.applications.nasnet namespace.

resnet module: Public API for tf.keras.applications.resnet namespace.

resnet50 module: Public API for tf.keras.applications.resnet50 namespace.

resnet_v2 module: Public API for tf.keras.applications.resnet_v2 namespace.

vgg16 module: Public API for tf.keras.applications.vgg16 namespace.

vgg19 module: Public API for tf.keras.applications.vgg19 namespace.

xception module: Public API for tf.keras.applications.xception namespace.

Functions

DenseNet121(...): Instantiates the Densenet121 architecture.

DenseNet169(...): Instantiates the Densenet169 architecture.

DenseNet201(...): Instantiates the Densenet201 architecture.

EfficientNetB0(...): Instantiates the EfficientNetB0 architecture.

EfficientNetB1(...): Instantiates the EfficientNetB1 architecture.

EfficientNetB2(...): Instantiates the EfficientNetB2 architecture.

EfficientNetB3(...): Instantiates the EfficientNetB3 architecture.

EfficientNetB4(...): Instantiates the EfficientNetB4 architecture.

EfficientNetB5(...): Instantiates the EfficientNetB5 architecture.

EfficientNetB6(...): Instantiates the EfficientNetB6 architecture.

EfficientNetB7(...): Instantiates the EfficientNetB7 architecture.

InceptionResNetV2(...): Instantiates the Inception-ResNet v2 architecture.

InceptionV3(...): Instantiates the Inception v3 architecture.

MobileNet(...): Instantiates the MobileNet architecture.

MobileNetV2(...): Instantiates the MobileNetV2 architecture.

MobileNetV3Large(...): Instantiates the MobileNetV3Large architecture.

MobileNetV3Small(...): Instantiates the MobileNetV3Small architecture.

NASNetLarge(...): Instantiates a NASNet model in ImageNet mode.

NASNetMobile(...): Instantiates a Mobile NASNet model in ImageNet mode.

ResNet101(...): Instantiates the ResNet101 architecture.

ResNet101V2(...): Instantiates the ResNet101V2 architecture.

ResNet152(...): Instantiates the ResNet152 architecture.

ResNet152V2(...): Instantiates the ResNet152V2 architecture.

ResNet50(...): Instantiates the ResNet50 architecture.

ResNet50V2(...): Instantiates the ResNet50V2 architecture.

VGG16(...): Instantiates the VGG16 model.

VGG19(...): Instantiates the VGG19 architecture.

Xception(...): Instantiates the Xception architecture.