| ngme_optimizers | R Documentation |
This function returns a list of supported optimizers in the ngme package.
The optimizers are categorized into three groups:
Gradient descent: "sgd", "sgld", "momentum", "adaptive_gd"
Adaptive learning rate: "adagrad", "rmsprop", "adam", "adamW"
Preconditioner: "precond_sgd", "bfgs"
ngme_optimizers()
a character vector of supported optimizers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.