https://www.tensorflow.org/api_docs/python/tf/keras/layers/SpatialDropout2D
tf.keras.layers.SpatialDropout2D | TensorFlow v2.16.1
Spatial 2D version of Dropout.
keras layerstftensorflowv216
https://www.tensorflow.org/api_docs/python/tf/keras/layers/RandomWidth?authuser=1
tf.keras.layers.RandomWidth | TensorFlow v2.16.1
keras layerstfrandomwidthtensorflowv2
https://www.tensorflow.org/versions/r2.6/api_docs/python/tf/keras/layers/UpSampling2D
tf.keras.layers.UpSampling2D | TensorFlow v2.6.0
Upsampling layer for 2D inputs.
keras layerstftensorflowv26
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Resizing?authuser=4
tf.keras.layers.Resizing | TensorFlow v2.16.1
A preprocessing layer which resizes images.
keras layerstfresizingtensorflowv2
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/keras/layers/UpSampling3D
tf.keras.layers.UpSampling3D | TensorFlow v2.4.0
Upsampling layer for 3D inputs.
keras layerstftensorflowv24
https://www.tensorflow.org/api_docs/python/tf/keras/layers/CategoryEncoding?authuser=1
tf.keras.layers.CategoryEncoding | TensorFlow v2.16.1
A preprocessing layer which encodes integer features.
keras layerstfcategoryencodingtensorflowv2
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/keras/layers/Cropping3D
tf.keras.layers.Cropping3D | TensorFlow v1.15.0
keras layerstftensorflowv115
https://www.tensorflow.org/versions/r2.11/api_docs/python/tf/keras/layers/StringLookup
tf.keras.layers.StringLookup | TensorFlow v2.11.1
A preprocessing layer which maps string features to integer indices.
keras layerstfstringlookuptensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Concatenate
tf.keras.layers.Concatenate | TensorFlow v2.16.1
Concatenates a list of inputs.
keras layerstfconcatenatetensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/GRUCell
tf.keras.layers.GRUCell | TensorFlow v2.16.1
Cell class for the GRU layer.
keras layerstfgrucelltensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/CategoryEncoding
tf.keras.layers.CategoryEncoding | TensorFlow v2.16.1
A preprocessing layer which encodes integer features.
keras layerstfcategoryencodingtensorflowv2
https://www.tensorflow.org/versions/r2.7/api_docs/python/tf/keras/layers/experimental
Module: tf.keras.layers.experimental | TensorFlow v2.7.4
Public API for tf.keras.layers.experimental namespace.
keras layersmoduletfexperimentaltensorflow
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/keras/layers
Module: tf.keras.layers | TensorFlow v1.15.0
keras layersmoduletftensorflowv1
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Conv2DTranspose
tf.keras.layers.Conv2DTranspose | TensorFlow v2.16.1
2D transposed convolution layer.
keras layerstftensorflowv216
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/keras/layers/experimental/preprocessing/PreprocessingLayer
tf.keras.layers.experimental.preprocessing.PreprocessingLayer | TensorFlow v2.4.0
Base class for PreprocessingLayers.
keras layerstfexperimentalpreprocessingtensorflow
https://www.tensorflow.org/ranking/api_docs/python/tfr/keras/layers/DocumentInteractionAttention?authuser=4
tfr.keras.layers.DocumentInteractionAttention | TensorFlow Ranking
Cross Document Interaction Attention layer.
keras layerstfrtensorflowranking
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Dropout
tf.keras.layers.Dropout | TensorFlow v2.16.1
Applies dropout to the input.
keras layerstfdropouttensorflowv2
https://www.tensorflow.org/versions/r2.12/api_docs/python/tf/keras/layers/LSTMCell
tf.keras.layers.LSTMCell | TensorFlow v2.12.1
Cell class for the LSTM layer.
keras layerstflstmcelltensorflowv2
https://www.tensorflow.org/neural_structured_learning/api_docs/python/nsl/keras/layers/PairwiseDistance?authuser=1
nsl.keras.layers.PairwiseDistance | Neural Structured Learning | TensorFlow
A layer for computing a pairwise distance in Keras models.
keras layersstructured learningnslpairwisedistanceneural
https://www.tensorflow.org/api_docs/python/tf/keras/layers/AdditiveAttention?authuser=3
tf.keras.layers.AdditiveAttention | TensorFlow v2.16.1
Additive attention layer, a.k.a. Bahdanau-style attention.
keras layerstfadditiveattentiontensorflowv2
https://www.tensorflow.org/versions/r2.11/api_docs/python/tf/keras/layers/Cropping1D
tf.keras.layers.Cropping1D | TensorFlow v2.11.1
Cropping layer for 1D input (e.g. temporal sequence).
keras layerstftensorflowv211
https://www.tensorflow.org/api_docs/python/tf/keras/layers/TimeDistributed?authuser=0
tf.keras.layers.TimeDistributed | TensorFlow v2.16.1
This wrapper allows to apply a layer to every temporal slice of an input.
keras layerstftimedistributedtensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/LeakyReLU
tf.keras.layers.LeakyReLU | TensorFlow v2.16.1
Leaky version of a Rectified Linear Unit activation layer.
keras layerstfleakyrelutensorflowv2
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras/layers/experimental
Module: tf.keras.layers.experimental | TensorFlow v2.3.0
keras layersmoduletfexperimentaltensorflow
https://www.tensorflow.org/versions/r2.10/api_docs/python/tf/keras/layers/Wrapper
tf.keras.layers.Wrapper | TensorFlow v2.10.1
Abstract wrapper base class.
keras layerstfwrappertensorflowv2
https://www.tensorflow.org/versions/r2.7/api_docs/python/tf/keras/layers/RandomWidth
tf.keras.layers.RandomWidth | TensorFlow v2.7.4
A preprocessing layer which randomly varies image width during training.
keras layerstfrandomwidthtensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/DepthwiseConv1D
tf.keras.layers.DepthwiseConv1D | TensorFlow v2.16.1
1D depthwise convolution layer.
keras layerstftensorflowv216
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Attention?authuser=3
tf.keras.layers.Attention | TensorFlow v2.16.1
Dot-product attention layer, a.k.a. Luong-style attention.
keras layerstfattentiontensorflowv2
https://www.tensorflow.org/versions/r2.2/api_docs/python/tf/keras/layers/Wrapper
tf.keras.layers.Wrapper | TensorFlow v2.2.0
keras layerstfwrappertensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/CenterCrop?authuser=1
tf.keras.layers.CenterCrop | TensorFlow v2.16.1
A preprocessing layer which crops images.
keras layerstfcentercroptensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/MaxPool1D
tf.keras.layers.MaxPool1D | TensorFlow v2.16.1
Max pooling operation for 1D temporal data.
keras layerstftensorflowv216
https://www.tensorflow.org/api_docs/python/tf/keras/layers/RNN?authuser=3
tf.keras.layers.RNN | TensorFlow v2.16.1
Base class for recurrent layers.
keras layerstfrnntensorflowv2
https://www.tensorflow.org/versions/r2.5/api_docs/python/tf/keras/layers/PReLU
tf.keras.layers.PReLU | TensorFlow v2.5.0
Parametric Rectified Linear Unit.
keras layerstfprelutensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Hashing?authuser=1
tf.keras.layers.Hashing | TensorFlow v2.16.1
A preprocessing layer which hashes and bins categorical features.
keras layerstfhashingtensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/LSTMCell?authuser=2
tf.keras.layers.LSTMCell | TensorFlow v2.16.1
Cell class for the LSTM layer.
keras layerstflstmcelltensorflowv2
https://www.tensorflow.org/versions/r2.12/api_docs/python/tf/keras/layers/GaussianNoise
tf.keras.layers.GaussianNoise | TensorFlow v2.12.1
Apply additive zero-centered Gaussian noise.
keras layerstfgaussiannoisetensorflowv2
https://www.tensorflow.org/versions/r2.1/api_docs/python/tf/keras/layers/Softmax
tf.keras.layers.Softmax | TensorFlow v2.1.0
keras layerstfsoftmaxtensorflowv2
https://www.tensorflow.org/versions/r2.13/api_docs/python/tf/keras/layers/subtract
tf.keras.layers.subtract | TensorFlow v2.13.1
Functional interface to the Subtract layer.
keras layerstfsubtracttensorflowv2
https://www.tensorflow.org/versions/r2.11/api_docs/python/tf/keras/layers/RepeatVector
tf.keras.layers.RepeatVector | TensorFlow v2.11.1
Repeats the input n times.
keras layerstfrepeatvectortensorflowv2
https://www.tensorflow.org/versions/r2.6/api_docs/python/tf/keras/layers/PReLU
tf.keras.layers.PReLU | TensorFlow v2.6.0
Parametric Rectified Linear Unit.
keras layerstfprelutensorflowv2
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/keras/layers/AveragePooling1D
tf.keras.layers.AveragePooling1D | TensorFlow v2.0.0
keras layerstftensorflowv20
https://www.tensorflow.org/api_docs/python/tf/keras/layers/UnitNormalization
tf.keras.layers.UnitNormalization | TensorFlow v2.16.1
Unit normalization layer.
keras layerstfunitnormalizationtensorflowv2
https://www.tensorflow.org/versions/r2.12/api_docs/python/tf/keras/layers/RepeatVector
tf.keras.layers.RepeatVector | TensorFlow v2.12.1
Repeats the input n times.
keras layerstfrepeatvectortensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/AlphaDropout?authuser=0
tf.keras.layers.AlphaDropout | TensorFlow v2.16.1
keras layerstfalphadropouttensorflowv2
https://www.tensorflow.org/versions/r2.14/api_docs/python/tf/keras/layers/BatchNormalization
tf.keras.layers.BatchNormalization | TensorFlow v2.14.0
Layer that normalizes its inputs.
keras layerstfbatchnormalizationtensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Hashing
tf.keras.layers.Hashing | TensorFlow v2.16.1
A preprocessing layer which hashes and bins categorical features.
keras layerstfhashingtensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/StringLookup?authuser=1
tf.keras.layers.StringLookup | TensorFlow v2.16.1
A preprocessing layer that maps strings to (possibly encoded) indices.
keras layerstfstringlookuptensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/StringLookup
tf.keras.layers.StringLookup | TensorFlow v2.16.1
A preprocessing layer that maps strings to (possibly encoded) indices.
keras layerstfstringlookuptensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Minimum?authuser=0
tf.keras.layers.Minimum | TensorFlow v2.16.1
Computes elementwise minimum on a list of inputs.
keras layerstfminimumtensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers
Module: tf.keras.layers | TensorFlow v2.16.1
keras layersmoduletftensorflowv2
https://www.tensorflow.org/versions/r2.13/api_docs/python/tf/keras/layers/Average
tf.keras.layers.Average | TensorFlow v2.13.1
Layer that averages a list of inputs element-wise.
keras layerstfaveragetensorflowv2
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/compat/v1/keras/layers/experimental/preprocessing/StringLookup
tf.compat.v1.keras.layers.experimental.preprocessing.StringLookup | TensorFlow v2.3.0
keras layers
https://www.tensorflow.org/versions/r2.10/api_docs/python/tf/keras/layers/DepthwiseConv2D
tf.keras.layers.DepthwiseConv2D | TensorFlow v2.10.1
Depthwise 2D convolution.
keras layerstftensorflowv210
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Conv1D?authuser=2
tf.keras.layers.Conv1D | TensorFlow v2.16.1
1D convolution layer (e.g. temporal convolution).
keras layerstftensorflowv216
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Bidirectional?authuser=1
tf.keras.layers.Bidirectional | TensorFlow v2.16.1
Bidirectional wrapper for RNNs.
keras layerstfbidirectionaltensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/RandomContrast?authuser=1
tf.keras.layers.RandomContrast | TensorFlow v2.16.1
A preprocessing layer which randomly adjusts contrast during training.
keras layerstfrandomcontrasttensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Normalization
tf.keras.layers.Normalization | TensorFlow v2.16.1
A preprocessing layer that normalizes continuous features.
keras layerstfnormalizationtensorflowv2
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/compat/v1/keras/layers/LSTM
tf.compat.v1.keras.layers.LSTM | TensorFlow v2.9.3
Long Short-Term Memory layer - Hochreiter 1997.
keras layerstfcompatv1lstm
https://www.tensorflow.org/api_docs/python/tf/keras/layers/TextVectorization?authuser=2
tf.keras.layers.TextVectorization | TensorFlow v2.16.1
A preprocessing layer which maps text features to integer sequences.
keras layerstftextvectorizationtensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/SimpleRNNCell?authuser=3
tf.keras.layers.SimpleRNNCell | TensorFlow v2.16.1
Cell class for SimpleRNN.
keras layerstfsimplernncelltensorflowv2
https://www.tensorflow.org/versions/r2.11/api_docs/python/tf/keras/layers/Lambda
tf.keras.layers.Lambda | TensorFlow v2.11.1
Wraps arbitrary expressions as a Layer object.
keras layerstflambdatensorflowv2
https://www.tensorflow.org/versions/r2.12/api_docs/python/tf/keras/layers/Bidirectional
tf.keras.layers.Bidirectional | TensorFlow v2.12.1
Bidirectional wrapper for RNNs.
keras layerstfbidirectionaltensorflowv2
https://www.tensorflow.org/agents/api_docs/python/tf_agents/keras_layers/permanent_variable_rate_dropout
Module: tf_agents.keras_layers.permanent_variable_rate_dropout | TensorFlow Agents
A keras layer that applies dropout both in training and serving.
keras layersvariable ratemoduletfagents
https://www.tensorflow.org/neural_structured_learning/api_docs/python/nsl/keras/layers?authuser=4
Module: nsl.keras.layers | Neural Structured Learning | TensorFlow
Keras layers for Neural Structured Learning.
keras layersstructured learningmodulenslneural
https://www.tensorflow.org/api_docs/python/tf/keras/layers/GRU?authuser=1
tf.keras.layers.GRU | TensorFlow v2.16.1
Gated Recurrent Unit - Cho et al. 2014.
keras layerstfgrutensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Discretization
tf.keras.layers.Discretization | TensorFlow v2.16.1
A preprocessing layer which buckets continuous features by ranges.
keras layerstfdiscretizationtensorflowv2
https://www.tensorflow.org/versions/r2.11/api_docs/python/tf/compat/v1/keras/layers
Module: tf.compat.v1.keras.layers | TensorFlow v2.11.1
keras layersmoduletfcompatv1
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/keras/layers/Conv3DTranspose
tf.keras.layers.Conv3DTranspose | TensorFlow v2.0.0
keras layerstftensorflowv20
https://www.tensorflow.org/api_docs/python/tf/keras/layers/LeakyReLU?authuser=0
tf.keras.layers.LeakyReLU | TensorFlow v2.16.1
Leaky version of a Rectified Linear Unit activation layer.
keras layerstfleakyrelutensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/ZeroPadding1D
tf.keras.layers.ZeroPadding1D | TensorFlow v2.16.1
Zero-padding layer for 1D input (e.g. temporal sequence).
keras layerstftensorflowv216
https://www.tensorflow.org/versions/r2.7/api_docs/python/tf/keras/layers/GRUCell
tf.keras.layers.GRUCell | TensorFlow v2.7.4
Cell class for the GRU layer.
keras layerstfgrucelltensorflowv2
https://www.tensorflow.org/versions/r2.1/api_docs/python/tf/keras/layers/Add
tf.keras.layers.Add | TensorFlow v2.1.0
keras layerstfaddtensorflowv2
https://www.tensorflow.org/agents/api_docs/python/tf_agents/keras_layers?authuser=0
Module: tf_agents.keras_layers | TensorFlow Agents
Keras Layers Module.
keras layersmoduletfagentstensorflow
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Conv3D
tf.keras.layers.Conv3D | TensorFlow v2.16.1
3D convolution layer.
keras layerstftensorflowv216
https://www.tensorflow.org/agents/api_docs/python/tf_agents/keras_layers/squashed_outer_wrapper?authuser=7
Module: tf_agents.keras_layers.squashed_outer_wrapper | TensorFlow Agents
SquashedOuterWrapper Keras Layer.
keras layersmoduletfagentssquashed
https://www.tensorflow.org/versions/r2.8/api_docs/python/tf/keras/layers/AlphaDropout
tf.keras.layers.AlphaDropout | TensorFlow v2.8.4
Applies Alpha Dropout to the input.
keras layerstfalphadropouttensorflowv2
https://www.tensorflow.org/versions/r2.11/api_docs/python/tf/keras/layers/Masking
tf.keras.layers.Masking | TensorFlow v2.11.1
Masks a sequence by using a mask value to skip timesteps.
keras layerstfmaskingtensorflowv2
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/keras/layers/add
tf.keras.layers.add | TensorFlow v2.9.3
Functional interface to the tf.keras.layers.Add layer.
keras layerstfaddtensorflowv2
https://www.tensorflow.org/versions/r2.1/api_docs/python/tf/keras/layers/GRUCell
tf.keras.layers.GRUCell | TensorFlow v2.1.0
keras layerstfgrucelltensorflowv2
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras/layers/Maximum
tf.keras.layers.Maximum | TensorFlow v2.3.0
keras layerstfmaximumtensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/AdditiveAttention?authuser=1
tf.keras.layers.AdditiveAttention | TensorFlow v2.16.1
Additive attention layer, a.k.a. Bahdanau-style attention.
keras layerstfadditiveattentiontensorflowv2
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras/layers/add
tf.keras.layers.add | TensorFlow v2.3.0
keras layerstfaddtensorflowv2
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/keras/layers/Dot
tf.keras.layers.Dot | TensorFlow v2.0.0
keras layerstfdottensorflowv2
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/compat/v1/keras/layers/experimental/preprocessing/Normalization
tf.compat.v1.keras.layers.experimental.preprocessing.Normalization | TensorFlow v2.4.0
Feature-wise normalization of the data.
keras layers
https://www.tensorflow.org/api_docs/python/tf/keras/layers/GroupNormalization?authuser=0
tf.keras.layers.GroupNormalization | TensorFlow v2.16.1
Group normalization layer.
keras layerstfgroupnormalizationtensorflowv2
https://www.tensorflow.org/versions/r2.10/api_docs/python/tf/keras/layers/minimum
tf.keras.layers.minimum | TensorFlow v2.10.1
Functional interface to the Minimum layer.
keras layerstfminimumtensorflowv2
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/keras/layers/DenseFeatures
tf.keras.layers.DenseFeatures | TensorFlow v1.15.0
keras layerstfdensefeaturestensorflowv1
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/keras/layers/LocallyConnected1D
tf.keras.layers.LocallyConnected1D | TensorFlow v2.0.0
keras layerstftensorflowv20
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/keras/layers/Cropping2D
tf.keras.layers.Cropping2D | TensorFlow v2.0.0
keras layerstftensorflowv20
https://www.tensorflow.org/api_docs/python/tf/keras/layers/IntegerLookup
tf.keras.layers.IntegerLookup | TensorFlow v2.16.1
A preprocessing layer that maps integers to (possibly encoded) indices.
keras layerstfintegerlookuptensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/InputLayer
tf.keras.layers.InputLayer | TensorFlow v2.16.1
This is the class from which all layers inherit.
keras layerstfinputlayertensorflowv2
https://www.tensorflow.org/versions/r2.14/api_docs/python/tf/keras/layers/AlphaDropout
tf.keras.layers.AlphaDropout | TensorFlow v2.14.0
Applies Alpha Dropout to the input.
keras layerstfalphadropouttensorflowv2
https://www.tensorflow.org/versions/r2.1/api_docs/python/tf/keras/layers/serialize
tf.keras.layers.serialize | TensorFlow v2.1.0
keras layerstfserializetensorflowv2
https://www.tensorflow.org/versions/r2.5/api_docs/python/tf/keras/layers/Conv1D
tf.keras.layers.Conv1D | TensorFlow v2.5.0
1D convolution layer (e.g. temporal convolution).
keras layerstftensorflowv25
https://www.tensorflow.org/neural_structured_learning/api_docs/python/nsl/keras/layers/PairwiseDistance
nsl.keras.layers.PairwiseDistance | Neural Structured Learning | TensorFlow
A layer for computing a pairwise distance in Keras models.
keras layersstructured learningnslpairwisedistanceneural
https://www.tensorflow.org/versions/r2.11/api_docs/python/tf/keras/layers/LeakyReLU
tf.keras.layers.LeakyReLU | TensorFlow v2.11.1
Leaky version of a Rectified Linear Unit.
keras layerstfleakyrelutensorflowv2
https://www.tensorflow.org/versions/r2.13/api_docs/python/tf/keras/layers/Reshape
tf.keras.layers.Reshape | TensorFlow v2.13.1
Layer that reshapes inputs into the given shape.
keras layerstfreshapetensorflowv2
https://www.tensorflow.org/versions/r2.5/api_docs/python/tf/keras/layers/experimental/preprocessing/StringLookup
tf.keras.layers.experimental.preprocessing.StringLookup | TensorFlow v2.5.0
Maps strings from a vocabulary to integer indices.
keras layerstfexperimentalpreprocessingstringlookup
https://www.tensorflow.org/versions/r2.6/api_docs/python/tf/keras/layers/InputLayer
tf.keras.layers.InputLayer | TensorFlow v2.6.0
Layer to be used as an entry point into a Network (a graph of layers).
keras layerstfinputlayertensorflowv2
https://www.tensorflow.org/api_docs/python/tf/keras/layers/TextVectorization
tf.keras.layers.TextVectorization | TensorFlow v2.16.1
A preprocessing layer which maps text features to integer sequences.
keras layerstftextvectorizationtensorflowv2