Skip to content

Commit

Permalink
New Experimental setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MelJan committed Oct 14, 2018
1 parent eed8d4e commit f6aa96e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/RBM_MNIST_big.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Learned filters of a centered binary RBM with 500 hidden units on the MNIST data
The filters have been normalized such that the structure is more prominent.

.. figure:: images/BRBM_big_centered_weights.png
:scale: 40 %
:scale: 30 %
:alt: weights centered
:align: center

Sampling results for some examples. The first row shows some training data and the following rows are the results after one Gibbs-sampling step starting from the previous row.

.. figure:: images/BRBM_big_centered_samples.png
:scale: 40 %
:scale: 30 %
:alt: samples centered
:align: center

Expand All @@ -46,14 +46,14 @@ Now we have a look at the filters learned for a normal binary RBM with 500 hidde
The filters have also been normalized such that the structure is more prominent.

.. figure:: images/BRBM_big_normal_weights.png
:scale: 40 %
:scale: 30 %
:alt: weights centered
:align: center

Sampling results for some examples. The first row shows the training data and the following rows are the results after one Gibbs-sampling step starting from the previous row.

.. figure:: images/BRBM_big_normal_samples.png
:scale: 40 %
:scale: 30 %
:alt: samples centered
:align: center

Expand Down

0 comments on commit f6aa96e

Please sign in to comment.