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.
1 parent f920e6b commit cf441d2Copy full SHA for cf441d2
doc/rnnslu.txt
@@ -233,7 +233,7 @@ The followin (Elman) recurrent neural network (E-RNN) takes as input the current
233
(time ``t``) and the previous hiddent state (time ``t-1``). Then it iterates.
234
235
In the previous section, we processed the input to fit this
236
-sequential/temporal. It consists in a matrix where the row ``0`` corresponds to
+sequential/temporal structure. It consists in a matrix where the row ``0`` corresponds to
237
the time step ``t=0``, the row ``1`` corresponds to the time step ``t=1``, etc.
238
239
The **parameters** of the E-RNN to be learned are:
0 commit comments