Module keras.applications

Keras Applications are canned architectures with pre-trained weights.

Expand source code
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Keras Applications are canned architectures with pre-trained weights."""

Sub-modules

keras.applications.densenet

DenseNet models for Keras …

keras.applications.efficientnet

EfficientNet models for Keras …

keras.applications.imagenet_utils

Utilities for ImageNet data preprocessing & prediction decoding.

keras.applications.inception_resnet_v2

Inception-ResNet V2 model for Keras …

keras.applications.inception_v3

Inception V3 model for Keras …

keras.applications.mobilenet

MobileNet v1 models for Keras …

keras.applications.mobilenet_v2

MobileNet v2 models for Keras …

keras.applications.mobilenet_v3

MobileNet v3 models for Keras.

keras.applications.nasnet

NASNet-A models for Keras …

keras.applications.resnet

ResNet models for Keras …

keras.applications.resnet_v2

ResNet v2 models for Keras …

keras.applications.vgg16

VGG16 model for Keras …

keras.applications.vgg19

VGG19 model for Keras …

keras.applications.xception

Xception V1 model for Keras …