Module: tf.keras.applications  |  TensorFlow v2.0.0 (original) (raw)

Module: tf.keras.applications

Stay organized with collections Save and categorize content based on your preferences.

Keras Applications are canned architectures with pre-trained weights.

Modules

densenet module: DenseNet models for Keras.

imagenet_utils module: Utilities for ImageNet data preprocessing & prediction decoding.

inception_resnet_v2 module: Inception-ResNet V2 model for Keras.

inception_v3 module: Inception V3 model for Keras.

mobilenet module: MobileNet v1 models for Keras.

mobilenet_v2 module: MobileNet v2 models for Keras.

nasnet module: NASNet-A models for Keras.

resnet module: ResNet models for Keras.

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

resnet_v2 module: ResNet v2 models for Keras.

vgg16 module: VGG16 model for Keras.

vgg19 module: VGG19 model for Keras.

xception module: Xception V1 model for Keras.

Functions

DenseNet121(...)

DenseNet169(...)

DenseNet201(...)

InceptionResNetV2(...)

InceptionV3(...)

MobileNet(...)

MobileNetV2(...)

NASNetLarge(...)

NASNetMobile(...)

ResNet101(...)

ResNet101V2(...)

ResNet152(...)

ResNet152V2(...)

ResNet50(...)

ResNet50V2(...)

VGG16(...)

VGG19(...)

Xception(...)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2020-10-01 UTC.