tf.keras.constraints.NonNeg
Stay organized with collections
Save and categorize content based on your preferences.
Constrains the weights to be non-negative.
Inherits From: Constraint
Methods
get_config
View source
get_config()
__call__
View source
__call__(
w
)
Call self as a function.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.keras.constraints.NonNeg\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|\n| [TensorFlow 1 version](/versions/r1.15/api_docs/python/tf/keras/constraints/NonNeg) | [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.0.0/tensorflow/python/keras/constraints.py#L82-L87) |\n\nConstrains the weights to be non-negative.\n\nInherits From: [`Constraint`](../../../tf/keras/constraints/Constraint)\n\n#### View aliases\n\n\n**Main aliases**\n\n[`tf.keras.constraints.non_neg`](/api_docs/python/tf/keras/constraints/NonNeg)\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.keras.constraints.NonNeg`](/api_docs/python/tf/keras/constraints/NonNeg), [`tf.compat.v1.keras.constraints.non_neg`](/api_docs/python/tf/keras/constraints/NonNeg)\n\n\u003cbr /\u003e\n\nMethods\n-------\n\n### `get_config`\n\n[View source](https://github.com/tensorflow/tensorflow/blob/v2.0.0/tensorflow/python/keras/constraints.py#L40-L41) \n\n get_config()\n\n### `__call__`\n\n[View source](https://github.com/tensorflow/tensorflow/blob/v2.0.0/tensorflow/python/keras/constraints.py#L86-L87) \n\n __call__(\n w\n )\n\nCall self as a function."]]