mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 18:11:15 +08:00
21 lines
267 B
ReStructuredText
21 lines
267 B
ReStructuredText
.. _common_optimizers:
|
|
|
|
Common Optimizers
|
|
=================
|
|
|
|
.. currentmodule:: mlx.optimizers
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
:template: optimizers-template.rst
|
|
|
|
SGD
|
|
RMSprop
|
|
Adagrad
|
|
Adafactor
|
|
AdaDelta
|
|
Adam
|
|
AdamW
|
|
Adamax
|
|
Lion
|