Skip to content

Commit 2b74ca5

Browse files
author
Yoshua Bengio
committed
typo
1 parent 36c1d46 commit 2b74ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/rbm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ follows:
229229

230230
where :math:`h^{(n)}` refers to the set of all hidden units at the n-th step of
231231
the Markov chain. What it means is that, for example, :math:`h^{(n+1)}_i` is
232-
randomly chosen to be 1 (versus 0) with probability :math:`sigm(W_i'x^{(n)} + c_i),
232+
randomly chosen to be 1 (versus 0) with probability :math:`sigm(W_i'x^{(n)} + c_i)`,
233233
and similarly,
234234
:math:`x^{(n+1)}_j` is
235235
randomly chosen to be 1 (versus 0) with probability :math:`sigm(W_{.j}'h^{(n+1)} + b_j).

0 commit comments

Comments
 (0)