We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c1d46 commit 2b74ca5Copy full SHA for 2b74ca5
1 file changed
doc/rbm.txt
@@ -229,7 +229,7 @@ follows:
229
230
where :math:`h^{(n)}` refers to the set of all hidden units at the n-th step of
231
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),
+randomly chosen to be 1 (versus 0) with probability :math:`sigm(W_i'x^{(n)} + c_i)`,
233
and similarly,
234
:math:`x^{(n+1)}_j` is
235
randomly chosen to be 1 (versus 0) with probability :math:`sigm(W_{.j}'h^{(n+1)} + b_j).
0 commit comments