Corrected Typo

This commit is contained in:
Sourabh Varshney
2017-12-14 16:34:33 +05:30
parent 5777c6ad40
commit aac0270c46
@@ -108,7 +108,7 @@ class NadamUpdate
*/
iterate -= (stepSize * ((1 - beta1_t) * gradient +beta1_t1 * m)
* sqrt(biasCorrection2)) / ((arma::sqrt(v) + epsilon)
* biasCorrection1)
* biasCorrection1);
}
//! Get the value used to initialise the squared gradient parameter.