Skip to content

Commit cf441d2

Browse files
author
Grégoire
committed
add word
1 parent f920e6b commit cf441d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rnnslu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The followin (Elman) recurrent neural network (E-RNN) takes as input the current
233233
(time ``t``) and the previous hiddent state (time ``t-1``). Then it iterates.
234234

235235
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
236+
sequential/temporal structure. It consists in a matrix where the row ``0`` corresponds to
237237
the time step ``t=0``, the row ``1`` corresponds to the time step ``t=1``, etc.
238238

239239
The **parameters** of the E-RNN to be learned are:

0 commit comments

Comments
 (0)