Skip to content

Commit fcac646

Browse files
committed
Fix typo.
1 parent f6505b6 commit fcac646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rbm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ all bits are independent. Therefore,
651651

652652
Here :math:`x_{-i}` denotes the set of all bits of :math:`x` except bit
653653
:math:`i`. The log-PL is therefore the sum of the log-probabilities of each
654-
bit :math:`x_i`, conditionned on the state of all other bits. For MNIST, this
654+
bit :math:`x_i`, conditioned on the state of all other bits. For MNIST, this
655655
would involve summing over the 784 input dimensions, which remains rather
656656
expensive. For this reason, we use the following stochastic approximation to
657657
log-PL:

0 commit comments

Comments
 (0)