tf.keras.regularizers.Regularizer
Stay organized with collections
Save and categorize content based on your preferences.
Regularizer base class.
Methods
from_config
View source
@classmethod
from_config(
config
)
__call__
View source
__call__(
x
)
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.regularizers.Regularizer\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| [TensorFlow 1 version](/versions/r1.15/api_docs/python/tf/keras/regularizers/Regularizer) | [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.0.0/tensorflow/python/keras/regularizers.py#L31-L40) |\n\nRegularizer base class.\n\n#### View aliases\n\n\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.regularizers.Regularizer`](/api_docs/python/tf/keras/regularizers/Regularizer)\n\n\u003cbr /\u003e\n\nMethods\n-------\n\n### `from_config`\n\n[View source](https://github.com/tensorflow/tensorflow/blob/v2.0.0/tensorflow/python/keras/regularizers.py#L38-L40) \n\n @classmethod\n from_config(\n config\n )\n\n### `__call__`\n\n[View source](https://github.com/tensorflow/tensorflow/blob/v2.0.0/tensorflow/python/keras/regularizers.py#L35-L36) \n\n __call__(\n x\n )\n\nCall self as a function."]]