You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
677 B
46 lines
677 B
8 years ago
|
==========
|
||
|
Optimizer
|
||
|
==========
|
||
|
|
||
|
Momentum
|
||
|
========
|
||
|
.. automodule:: paddle.v2.optimizer
|
||
|
:members: Momentum
|
||
|
:noindex:
|
||
|
|
||
|
Adam
|
||
|
====
|
||
|
.. automodule:: paddle.v2.optimizer
|
||
|
:members: Adam
|
||
|
:noindex:
|
||
|
|
||
|
Adamax
|
||
|
======
|
||
|
.. automodule:: paddle.v2.optimizer
|
||
|
:members: Adamax
|
||
|
:noindex:
|
||
|
|
||
|
AdaGrad
|
||
|
=======
|
||
|
.. automodule:: paddle.v2.optimizer
|
||
|
:members: AdaGrad
|
||
|
:noindex:
|
||
|
|
||
|
DecayedAdaGrad
|
||
|
==============
|
||
|
.. automodule:: paddle.v2.optimizer
|
||
|
:members: DecayedAdaGrad
|
||
|
:noindex:
|
||
|
|
||
|
AdaDelta
|
||
|
========
|
||
|
.. automodule:: paddle.v2.optimizer
|
||
|
:members: AdaDelta
|
||
|
:noindex:
|
||
|
|
||
|
RMSProp
|
||
|
=======
|
||
|
.. automodule:: paddle.v2.optimizer
|
||
|
:members: RMSProp
|
||
|
:noindex:
|