Description Usage Arguments Value Author(s)
Initialize a RMSprop optimizer.
| 1 | cg_optim_rmsprop(parms = list(), eta = 0.01, gamma = 0.9, eps = 1e-08)
 | 
| parms | list of cg_node objects, the nodes to be optimzed. | 
| eta | numeric scalar, learning rate. | 
| gamma | numeric scalar, momentum rate. | 
| eps | numeric scalar, small term to improve numerical stability (optional). | 
cg_optim object.
Ron Triepels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.