Skip to content

Commit

Permalink
code references added
Browse files Browse the repository at this point in the history
  • Loading branch information
jan authored and jan committed Apr 22, 2017
1 parent 6706a73 commit f514c6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/Binary_RBM_MNIST_small.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Small centered/normal binary RBM on MNIST
Example for training a centered and normal Binary Restricted Boltzmann machine on the MNIST handwritten digit dataset and the flipped version.
The model is small enough to calculate the exact Log-Likelihood and annealed importance sampling and reverse annealed importance sampling are evaluated.

For an analysis of advantage of centering in RBMs see `How to Center Binary Restricted Boltzmann Machines (Vol. 1311.1354). Melchior, J., Fischer, A., Wang, N., & Wiskott, L.. (2013). arXiv.org e-Print archive. <http://arxiv.org/pdf/1311.1354.pdf>`_
For an analysis of advantage of centering in RBMs see `How to Center Deep Boltzmann Machines. Melchior, J., Fischer, A., & Wiskott, L.. (2016). Journal of Machine Learning Research, 17(99), 1–61. <http://jmlr.org/papers/v17/14-237.html>`_

The code_ given below produces the following output.

Learned filters of a centered binary RBM on the MNIST dataset.

Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/ICA_natural_images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on natural image patches. The independent components (columns of the ICA project

See `ICA_2D_example <ICA_2D_example.html#ICA_2D_example>`__ for a theoretical introduction.

The code_ given below produces the following output.

Visualization of 100 examples of the gray scale natural image dataset.

.. figure:: images/ICA_natural_images_data.png
Expand Down

0 comments on commit f514c6f

Please sign in to comment.