Skip to content

Commit

Permalink
tut images
Browse files Browse the repository at this point in the history
  • Loading branch information
MelJan committed Oct 14, 2018
1 parent f6aa96e commit 3668b82
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/GRBM_2D_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ The code_ given below produces the following output.
Visualization of the weight vectors learned by the GRBM with 4 hidden units together with the contour plot of the learned probability density function (PDF).

.. figure:: images/GRBM_2D_PDF.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Visualization of the PDF learned by the GRBM

For a better visualization also the log-PDF.

.. figure:: images/GRBM_2D_logPDF.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Visualization of the log PDF learned by the GRBM

Expand Down Expand Up @@ -65,12 +65,12 @@ The exact log-likelihood, annealed importance sampling estimation, and reverse a
For comparison here is the original mixing matrix an the corresponding ICA estimation.

.. image:: images/GRBM_2D_MIX.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples of mixing matrix 2D

.. image:: images/GRBM_2D_ICA.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples ICA estimation of the mixing matrix.

Expand Down
8 changes: 4 additions & 4 deletions docs/tutorials/ICA_2D_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The code_ given below produces the following output.
Visualization of the data and true mixing matrix projected to the whitened space.

.. figure:: images/ICA_2D_mixing_whitened.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples of mixing matrix 2D in whitened space

Expand All @@ -46,19 +46,19 @@ Amari distanca between true mixing matrix and estimated mixing matrix:
0.00989836830489
.. image:: images/ICA_2D_estimate_whitened.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples of ICA 2D in whitened space

We can also project the ICA projection matrix back to the original space and compare the results in the original space.

.. image:: images/ICA_2D_mixing.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples of mixing matrix 2D

.. image:: images/ICA_2D_estimate.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples of ICA 2D

Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/PCA_2D_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ The code_ given below produces the following output.
The data is plotted with the extracted principal components.

.. figure:: images/PCA_2D.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples of PCA 2D

Data and extracted principal components can also be plotted in the projected space.

.. image:: images/PCA_2D_projected.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples of PCA 2D in projected space

The PCA-class can also perform whitening. Data and extracted principal components are plotted in the whitened space.

.. image:: images/PCA_2D_whitened.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Examples of PCA 2D in whitened space

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/PCA_eigenfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The first 100 principal components extracted from the dataset. The components fo
The cumulative sum of the Eigenvalues show how 'compressable' the dataset is.

.. image:: images/eigenspectrum_faces.png
:scale: 75 %
:scale: 50 %
:align: center
:alt: Eigenspectrum of the face dataset

Expand Down

0 comments on commit 3668b82

Please sign in to comment.