None
Getting started Developer guides Code examples Keras 3 API documentation Keras 2 API documentation Models API Layers API The base Layer class Layer activations Layer weight initializers Layer weight regularizers Layer weight constraints Core layers Convolution layers Pooling layers Recurrent layers Preprocessing layers Normalization layers Regularization layers Attention layers Reshaping layers Merging layers Activation layers Callbacks API Optimizers Metrics Losses Data loading Built-in small datasets Keras Applications Mixed precision Utilities KerasTuner: Hyperparam Tuning KerasHub: Pretrained Models KerasRS
keras.io logo
  • Get started
  • Guides
  • API
  • Examples
  • Keras Tuner
  • Keras RS
  • Keras Hub
Keras 3 API documentation Keras 2 API documentation
Models API Layers API The base Layer class Layer activations Layer weight initializers Layer weight regularizers Layer weight constraints Core layers Convolution layers Pooling layers Recurrent layers Preprocessing layers Normalization layers Regularization layers Attention layers Reshaping layers Merging layers Activation layers Callbacks API Optimizers Metrics Losses Data loading Built-in small datasets Keras Applications Mixed precision Utilities
► Keras 2 API documentation / Layers API / Preprocessing layers

Preprocessing layers

Text preprocessing

  • TextVectorization layer

Numerical features preprocessing layers

  • Normalization layer
  • Discretization layer

Categorical features preprocessing layers

  • CategoryEncoding layer
  • Hashing layer
  • HashedCrossing layer
  • StringLookup layer
  • IntegerLookup layer

Image preprocessing layers

  • Resizing layer
  • Rescaling layer
  • CenterCrop layer

Image augmentation layers

  • RandomCrop layer
  • RandomFlip layer
  • RandomTranslation layer
  • RandomRotation layer
  • RandomZoom layer
  • RandomContrast layer
  • RandomBrightness layer
Preprocessing layers
Text preprocessing
Numerical features preprocessing layers
Categorical features preprocessing layers
Image preprocessing layers
Image augmentation layers
Terms
|
Privacy