Update the comment about the RMSpropUpdate constructor

This commit is contained in:
Vivek Pal
2017-04-06 21:54:00 +05:30
parent b8a51f3348
commit 1b9cfeafde
@@ -45,7 +45,7 @@ class RMSpropUpdate
{
public:
/**
* Construct the RMSprop update policy with the given epsilon parameter.
* Construct the RMSprop update policy with the given parameters.
*
* @param epsilon The epsilon value used to initialise the squared gradient
* parameter.