tf.keras.regularizers.L1L2

Regularizer for L1 and L2 regularization.

Inherits From: Regularizer

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.regularizers.L1L2

l1 Float; L1 regularization factor.
l2 Float; L2 regularization factor.

Methods

from_config

View source

get_config

View source

__call__

View source

Call self as a function.