add other optimizers to documentation

This commit is contained in:
Hossein Pourbozorg 2019-04-05 01:25:21 +04:30 committed by GitHub
parent bd9d73a941
commit cad2df2c41
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
```