Skip to content

Commit 0c26a30

Browse files
committed
Fixed section markers
1 parent 2dea445 commit 0c26a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/lstm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ output gates and, subsequently, their outputs :
124124
h_t = o_t * tanh(C_t)
125125

126126
Our model
127-
---------
127+
=========
128128

129129
The model we used in this tutorial is a variation of the standard LSTM model.
130130
In this variant, the activation of a cell’s output gate does not depend on the
@@ -216,7 +216,7 @@ Please email `Kyunghyun Cho <http://www.kyunghyuncho.me/>`_ for any
216216
problem report or feedback. We will be glad to hear from you.
217217

218218
References
219-
==========
219+
++++++++++
220220

221221
* Hochreiter, S., & Schmidhuber, J. (1997). Long short-term memory. Neural computation, 9(8), 1735-1780.
222222

0 commit comments

Comments
 (0)