Module: tf.compat.v1.keras.layers.experimental.preprocessing
Stay organized with collections
Save and categorize content based on your preferences.
Public API for tf.keras.layers.experimental.preprocessing namespace.
Classes
class CategoryCrossing
: Category crossing layer.
class CategoryEncoding
: Category encoding layer.
class CenterCrop
: Crop the central portion of the images to target height and width.
class Discretization
: Buckets data into discrete ranges.
class Hashing
: Implements categorical feature hashing, also known as "hashing trick".
class Normalization
: Feature-wise normalization of the data.
class PreprocessingLayer
: Base class for Preprocessing Layers.
class RandomContrast
: Adjust the contrast of an image or images by a random factor.
class RandomCrop
: Randomly crop the images to target height and width.
class RandomFlip
: Randomly flip each image horizontally and vertically.
class RandomHeight
: Randomly vary the height of a batch of images during training.
class RandomRotation
: Randomly rotate each image.
class RandomTranslation
: Randomly translate each image during training.
class RandomWidth
: Randomly vary the width of a batch of images during training.
class RandomZoom
: Randomly zoom each image during training.
class Rescaling
: Multiply inputs by scale
and adds offset
.
class Resizing
: Image resizing layer.
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. Some content is licensed under the numpy license.
Last updated 2021-08-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-08-16 UTC."],[],[],null,["# Module: tf.compat.v1.keras.layers.experimental.preprocessing\n\n\u003cbr /\u003e\n\nPublic API for tf.keras.layers.experimental.preprocessing namespace.\n\nClasses\n-------\n\n[`class CategoryCrossing`](../../../../../../tf/keras/layers/experimental/preprocessing/CategoryCrossing): Category crossing layer.\n\n[`class CategoryEncoding`](../../../../../../tf/keras/layers/CategoryEncoding): Category encoding layer.\n\n[`class CenterCrop`](../../../../../../tf/keras/layers/CenterCrop): Crop the central portion of the images to target height and width.\n\n[`class Discretization`](../../../../../../tf/keras/layers/Discretization): Buckets data into discrete ranges.\n\n[`class Hashing`](../../../../../../tf/keras/layers/Hashing): Implements categorical feature hashing, also known as \"hashing trick\".\n\n[`class Normalization`](../../../../../../tf/keras/layers/Normalization): Feature-wise normalization of the data.\n\n[`class PreprocessingLayer`](../../../../../../tf/keras/layers/experimental/preprocessing/PreprocessingLayer): Base class for Preprocessing Layers.\n\n[`class RandomContrast`](../../../../../../tf/keras/layers/RandomContrast): Adjust the contrast of an image or images by a random factor.\n\n[`class RandomCrop`](../../../../../../tf/keras/layers/RandomCrop): Randomly crop the images to target height and width.\n\n[`class RandomFlip`](../../../../../../tf/keras/layers/RandomFlip): Randomly flip each image horizontally and vertically.\n\n[`class RandomHeight`](../../../../../../tf/keras/layers/RandomHeight): Randomly vary the height of a batch of images during training.\n\n[`class RandomRotation`](../../../../../../tf/keras/layers/RandomRotation): Randomly rotate each image.\n\n[`class RandomTranslation`](../../../../../../tf/keras/layers/RandomTranslation): Randomly translate each image during training.\n\n[`class RandomWidth`](../../../../../../tf/keras/layers/RandomWidth): Randomly vary the width of a batch of images during training.\n\n[`class RandomZoom`](../../../../../../tf/keras/layers/RandomZoom): Randomly zoom each image during training.\n\n[`class Rescaling`](../../../../../../tf/keras/layers/Rescaling): Multiply inputs by `scale` and adds `offset`.\n\n[`class Resizing`](../../../../../../tf/keras/layers/Resizing): Image resizing layer."]]