mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-26 18:51:14 +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
|