Skip to content

Commit

Permalink
Tutorial AE MNIST added added (corrections 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan authored and Jan committed Jan 28, 2018
1 parent 27d6a37 commit b74d8aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/AE_MNIST.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you are new on Autoencoders visit `Autoencoder tutorial <http://ufldl.stanfor
.. raw:: html

<div style="margin-top:10px;">
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=vfnxKO2rMq4" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/vfnxKO2rMq4" frameborder="0" allowfullscreen></iframe>
</div>

Results
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/AE_natural_images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you are new on Autoencoders visit `Autoencoder tutorial <http://ufldl.stanfor
.. raw:: html

<div style="margin-top:10px;">
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=vfnxKO2rMq4" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/vfnxKO2rMq4" frameborder="0" allowfullscreen></iframe>
</div>

Results
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/RBM_MNIST_small.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ Further, the models can be trained on the flipped version of MNIST (1-MNIST).
flipped = True
.. _code:

While the centered model has a similar performance on the flipped version,

.. code-block:: Python
Expand Down Expand Up @@ -129,6 +127,8 @@ The normal RBM has not.

For a large number of hidden units see `RBM_MNIST_big <RBM_MNIST_big.html#RBM_MNIST_big>`__.

.. _code:

Source code
***********

Expand Down

0 comments on commit b74d8aa

Please sign in to comment.