remove sentence about usage of rmsprop for RNN

This commit is contained in:
chie8842 2019-03-21 23:30:57 +09:00
parent 61d004089c
commit 8cc3c1f4e1

View File

@ -229,9 +229,6 @@ class RMSprop(Optimizer):
at their default values
(except the learning rate, which can be freely tuned).
This optimizer is usually a good choice for recurrent
neural networks.
Arguments:
lr: float >= 0. Learning rate.
rho: float >= 0.