Skip to content

Commit 7a287e5

Browse files
committed
Merge pull request lisa-lab#60 from hans/patch-1
Minor typo fix in rbm.txt
2 parents 970b9a1 + 789f57d commit 7a287e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rbm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ Notice that we modify the updates dictionary to increment the
484484
index of bit :math:`i`. This will result in bit :math:`i` cycling over all possible
485485
values :math:`\{0,1,...,N\}`, from one update to another.
486486

487-
Note that for CD training the cost-entropy cost between the input and the
488-
reconstruction( the same as the one used for the de-noising autoencoder) is more reliable then the pseudo-loglikelihood. Here is the code we use to
487+
Note that for CD training the cross-entropy cost between the input and the
488+
reconstruction (the same as the one used for the de-noising autoencoder) is more reliable then the pseudo-loglikelihood. Here is the code we use to
489489
compute the pseudo-likelihood:
490490

491491
.. literalinclude:: ../code/rbm.py

0 commit comments

Comments
 (0)