We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebf71f1 + 4829202 commit b28a152Copy full SHA for b28a152
doc/lstm.txt
@@ -194,6 +194,11 @@ can run the code by calling:
194
195
The script will automatically download the data and decompress it.
196
197
+**Note** : The provided code supports the Stochastic Gradient Descent (SGD),
198
+AdaDelta and RMSProp optimization methods. You are advised to use AdaDelta or
199
+RMSProp because SGD appears to performs poorly on this task with this
200
+particular model.
201
+
202
Papers
203
======
204
0 commit comments