tf.keras.optimizers.legacy.Adagrad
Stay organized with collections
Save and categorize content based on your preferences.
tf.keras.optimizers.legacy.Adagrad(
*args, **kwargs
)
Used in the notebooks
Used in the guide |
Used in the tutorials |
|
|
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. Some content is licensed under the numpy license.
Last updated 2024-06-07 UTC.
[null,null,["Last updated 2024-06-07 UTC."],[],[],null,["# tf.keras.optimizers.legacy.Adagrad\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/keras-team/keras/tree/v3.3.3/keras/src/optimizers/__init__.py#L103-L121) |\n\n#### View aliases\n\n\n**Main aliases**\n\n[`tf.keras.optimizers.legacy.Adam`](https://www.tensorflow.org/api_docs/python/tf/keras/optimizers/legacy/Adagrad), [`tf.keras.optimizers.legacy.Ftrl`](https://www.tensorflow.org/api_docs/python/tf/keras/optimizers/legacy/Adagrad), [`tf.keras.optimizers.legacy.Optimizer`](https://www.tensorflow.org/api_docs/python/tf/keras/optimizers/legacy/Adagrad), [`tf.keras.optimizers.legacy.RMSprop`](https://www.tensorflow.org/api_docs/python/tf/keras/optimizers/legacy/Adagrad), [`tf.keras.optimizers.legacy.SGD`](https://www.tensorflow.org/api_docs/python/tf/keras/optimizers/legacy/Adagrad)\n\n\u003cbr /\u003e\n\n tf.keras.optimizers.legacy.Adagrad(\n *args, **kwargs\n )\n\n### Used in the notebooks\n\n| Used in the guide | Used in the tutorials |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| - [Migration examples: Canned Estimators](https://www.tensorflow.org/guide/migrate/canned_estimators) - [Debug a TensorFlow 2 migrated training pipeline](https://www.tensorflow.org/guide/migrate/migration_debugging) - [Migrate multi-worker CPU/GPU training](https://www.tensorflow.org/guide/migrate/multi_worker_cpu_gpu_training) | - [Parameter server training with ParameterServerStrategy](https://www.tensorflow.org/tutorials/distribute/parameter_server_training) - [Uncertainty-aware Deep Learning with SNGP](https://www.tensorflow.org/tutorials/understanding/sngp) - [TensorFlow Constrained Optimization Example Using CelebA Dataset](https://www.tensorflow.org/responsible_ai/fairness_indicators/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study) - [Introduction to Fairness Indicators](https://www.tensorflow.org/responsible_ai/fairness_indicators/tutorials/Fairness_Indicators_Example_Colab) |"]]