forked from TensorLayer/tensorlayer3
32 lines
696 B
ReStructuredText
32 lines
696 B
ReStructuredText
API - Optimizers
|
|
================
|
|
|
|
.. automodule:: tensorlayer.optimizers
|
|
|
|
TensorLayer provides simple API and tools to ease research, development and reduce the time to production.
|
|
Therefore, we provide the latest state of the art optimizers that work with Tensorflow.
|
|
The optimizers functions provided by TensorFlow can be used in TensorLayer.
|
|
We have also wrapped the optimizers functions for each framework, which can be found in tensorlayer.optimizers.
|
|
|
|
Optimizers List
|
|
---------------
|
|
|
|
.. autosummary::
|
|
|
|
AMSGrad
|
|
Adadelta
|
|
Adagrad
|
|
Adam
|
|
Adamax
|
|
Ftrl
|
|
Nadam
|
|
RMSprop
|
|
SGD
|
|
Momentum
|
|
Lamb
|
|
LARS
|
|
|
|
AMSGrad Optimizer
|
|
-----------------
|
|
.. autoclass:: AMSGrad
|
|
:members: |