Module: tf.keras | TensorFlow v2.0.0 (original) (raw)
Module: tf.keras
Stay organized with collections Save and categorize content based on your preferences.
Implementation of the Keras API meant to be a high-level API for TensorFlow.
Detailed documentation and user guides are available atkeras.io.
Modules
activations module: Built-in activation functions.
applications module: Keras Applications are canned architectures with pre-trained weights.
backend module: Keras backend API.
callbacks module: Callbacks: utilities called at certain points during model training.
constraints module: Constraints: functions that impose constraints on weight values.
datasets module: Keras built-in datasets.
estimator module: Keras estimator API.
experimental module: Public API for tf.keras.experimental namespace.
initializers module: Keras initializer serialization / deserialization.
layers module: Keras layers API.
losses module: Built-in loss functions.
metrics module: Built-in metrics.
mixed_precision module: Public API for tf.keras.mixed_precision namespace.
models module: Code for model cloning, plus model-related API entries.
optimizers module: Built-in optimizer classes.
preprocessing module: Keras data preprocessing utils.
regularizers module: Built-in regularizers.
utils module: Keras utilities.
wrappers module: Wrappers for Keras models, providing compatibility with other frameworks.
Classes
class Model: Model
groups layers into an object with training and inference features.
class Sequential: Linear stack of layers.
Functions
Input(...): Input()
is used to instantiate a Keras tensor.
Other Members
__version__ = '2.2.4-tf'