tf.keras.constraints.NonNeg

Class NonNeg

Inherits From: Constraint

Aliases:

  • Class tf.keras.constraints.NonNeg
  • Class tf.keras.constraints.non_neg

Defined in tensorflow/python/keras/constraints.py.

Constrains the weights to be non-negative.

Methods

tf.keras.constraints.NonNeg.__call__

__call__(w)

Call self as a function.

tf.keras.constraints.NonNeg.get_config

get_config()