HashedCrossingΒΆ

A preprocessing layer which crosses features using the hashing trick.

Abstract Signature:

HashedCrossing(num_bins: int, output_mode: str = int)

Keras

API: keras.layers.HashedCrossing
Strategy: Direct Mapping

TensorFlow

API: tf.keras.layers.HashedCrossing
Strategy: Direct Mapping