remove sentence about usage of rmsprop for RNN
This commit is contained in:
parent
61d004089c
commit
8cc3c1f4e1
@ -229,9 +229,6 @@ class RMSprop(Optimizer):
|
|||||||
at their default values
|
at their default values
|
||||||
(except the learning rate, which can be freely tuned).
|
(except the learning rate, which can be freely tuned).
|
||||||
|
|
||||||
This optimizer is usually a good choice for recurrent
|
|
||||||
neural networks.
|
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
lr: float >= 0. Learning rate.
|
lr: float >= 0. Learning rate.
|
||||||
rho: float >= 0.
|
rho: float >= 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user