fixup! Rename RMSprop as RMSProp

This commit is contained in:
Vivek Pal
2017-04-06 21:58:44 +05:30
parent 73b5c68f0a
commit 408f0e8352
@@ -21,7 +21,7 @@ namespace mlpack {
namespace optimization {
/**
* RMS{rop is an optimizer that utilizes the magnitude of recent gradients to
* RMSProp is an optimizer that utilizes the magnitude of recent gradients to
* normalize the gradients. In its basic form, given a step rate \f$ \gamma \f$
* and a decay term \f$ \alpha \f$ we perform the following updates:
*