Public API for tf.keras.layers.experimental.preprocessing namespace.
Classes
class CategoryEncoding
: A preprocessing layer which encodes integer features.
class CenterCrop
: A preprocessing layer which crops images.
class Discretization
: A preprocessing layer which buckets continuous features by ranges.
class HashedCrossing
: A preprocessing layer which crosses features using the "hashing trick".
class Hashing
: A preprocessing layer which hashes and bins categorical features.
class Normalization
: A preprocessing layer which normalizes continuous features.
class PreprocessingLayer
: Base class for Preprocessing Layers.
class Rescaling
: A preprocessing layer which rescales input values to a new range.
class Resizing
: A preprocessing layer which resizes images.