Skip to content

Commit 789f57d

Browse files
committed
Minor typo fix in rbm.txt
Great tutorials! Just a quick typo fix here..
1 parent 970b9a1 commit 789f57d

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)