DO NOT EDIT.
This file was autogenerated. Do not edit it by hand, since your modifications would be overwritten.
Classes
class L1
: A regularizer that applies a L1 regularization penalty.
class L1L2
: A regularizer that applies both L1 and L2 regularization penalties.
class L2
: A regularizer that applies a L2 regularization penalty.
class OrthogonalRegularizer
: Regularizer that encourages input vectors to be orthogonal to each other.
class Regularizer
: Regularizer base class.
class l1
: A regularizer that applies a L1 regularization penalty.
class l1_l2
: A regularizer that applies both L1 and L2 regularization penalties.
class l2
: A regularizer that applies a L2 regularization penalty.
class orthogonal_regularizer
: Regularizer that encourages input vectors to be orthogonal to each other.
Functions
deserialize(...)
: Return a Keras regularizer object via its config.
get(...)
: Retrieve a Keras regularizer object via an identifier.