Skip to content

Commit 7768809

Browse files
committed
Merge pull request lisa-lab#149 from kyunghyuncho/master
no nonlinearity in z
2 parents c4db209 + 06a9d87 commit 7768809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lstm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ be computed with :
174174

175175
.. math::
176176

177-
z = \sigma(W x_t + U h_{t-1} + b)
177+
z = W x_t + U h_{t-1} + b
178178

179179
The result is then sliced to obtain the pre-nonlinearity activations for
180180
:math:`i`, :math:`f`, :math:`\widetilde{C_t}`, and :math:`o` and the

0 commit comments

Comments
 (0)