|
12345678910111213141516171819 |
- 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.
-
- Optimizers List
- ---------------
-
- .. autosummary::
-
- AMSGrad
-
- AMSGrad Optimizer
- -----------------
- .. autoclass:: AMSGrad
- :members:
|