Merge pull request #727 from hossein-pourbozorg/patch-1

add other optimizers to documentation
This commit is contained in:
Dhairya Gandhi 2019-04-05 20:18:24 +05:30 committed by GitHub
commit 30fc68047e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -49,5 +49,12 @@ All optimisers return an object that, when passed to `train!`, will update the p
Descent
Momentum
Nesterov
RMSProp
ADAM
AdaMax
ADAGrad
ADADelta
AMSGrad
NADAM
ADAMW
```