Skip to content

Commit

Permalink
Documentation updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan authored and Jan committed Jan 21, 2018
1 parent 768178b commit 32c1d6a
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 34 deletions.
44 changes: 44 additions & 0 deletions docs/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,50 @@ pydeep

.. automodule:: pydeep

ae
````````````````````````````````````````````````````

.. automodule:: pydeep.ae

model
''''''''''''''''''''''''''''''''''''''''''''''''''''

.. automodule:: pydeep.ae.model

AutoEncoder
....................................................

.. autoclass:: pydeep.ae.model.AutoEncoder
:members:
:private-members:
:special-members: __init__

sae
''''''''''''''''''''''''''''''''''''''''''''''''''''

.. automodule:: pydeep.ae.sae

SAE
....................................................

.. autoclass:: pydeep.ae.sae.SAE
:members:
:private-members:
:special-members: __init__

trainer
''''''''''''''''''''''''''''''''''''''''''''''''''''

.. automodule:: pydeep.ae.trainer

GDTrainer
....................................................

.. autoclass:: pydeep.ae.trainer.GDTrainer
:members:
:private-members:
:special-members: __init__

base
````````````````````````````````````````````````````

Expand Down
68 changes: 34 additions & 34 deletions docs/welcome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,73 +19,73 @@ News
Features index
''''''''''''''''''''''''''''''''''''''''''''''''''''

- Principal Component Analysis (PCA)
- Principal Component Analysis (PCA)

--- Zero Phase Component Analysis (ZCA)
* Zero Phase Component Analysis (ZCA)

- Independent Component Analysis (ICA)
- Independent Component Analysis (ICA)

- Restricted Boltzmann machines
- Restricted Boltzmann machines

--- centered BinaryBinary RBM (BB-RBM)
* centered BinaryBinary RBM (BB-RBM)

--- centered GaussianBinary RBM (GB-RBM) with fixed variance
* centered GaussianBinary RBM (GB-RBM) with fixed variance

--- centered GaussianBinaryVariance RBM (GB-RBM) with trainable variance
* centered GaussianBinaryVariance RBM (GB-RBM) with trainable variance

--- centered BinaryBinaryLabel RBM (BBL-RBM)
* centered BinaryBinaryLabel RBM (BBL-RBM)

--- centered GaussianBinaryLabel RBM (GBL-RBM)
* centered GaussianBinaryLabel RBM (GBL-RBM)

--- centered BinaryRect RBM (BR-RBM)
* centered BinaryRect RBM (BR-RBM)

--- centered RectBinary RBM (RB-RBM)
* centered RectBinary RBM (RB-RBM)

--- centered RectRect RBM (RR-RBM)
* centered RectRect RBM (RR-RBM)

--- centered GaussianRect RBM (GR-RBM)
* centered GaussianRect RBM (GR-RBM)

--- centered GaussianRectVariance RBM (GRV-RBM)
* centered GaussianRectVariance RBM (GRV-RBM)

--- Sampling Algorithms for RBMs
* Sampling Algorithms for RBMs

------ Gibbs Sampling
+ Gibbs Sampling

------ Persistent Gibbs Sampling
+ Persistent Gibbs Sampling

------ Parallel Tempering Sampling
+ Parallel Tempering Sampling

------ Independent Parallel Tempering Sampling
+ Independent Parallel Tempering Sampling

--- Training for RBMs
* Training for RBMs

------ Exact gradient (GD)
+ Exact gradient (GD)

------ Contrastive Divergence (CD)
+ Contrastive Divergence (CD)

------ Persistent Contrastive Divergence (PCD)
+ Persistent Contrastive Divergence (PCD)

------ Independent Parallel Tempering Sampling
+ Independent Parallel Tempering Sampling

--- Log-likelihodd estimation for RBMs
* Log-likelihodd estimation for RBMs

------ Exact Partition function
+ Exact Partition function

------ Annealed Importance Sampling (AIS)
+ Annealed Importance Sampling (AIS)

------ reverse Annealed Importance Sampling (AIS)
+ reverse Annealed Importance Sampling (AIS)

- Autoencoder
- Autoencoder

--- Centered denoising autoencoder including various noise functions
* Centered denoising autoencoder including various noise functions

--- Centered contractive autoencoder
* Centered contractive autoencoder

--- Centered sparse autoencoder
* Centered sparse autoencoder

--- Centered slowness autoencoder
* Centered slowness autoencoder

--- Several regularization methods like l1,l2 norm, Dropout, gradient clipping, ...
* Several regularization methods like l1,l2 norm, Dropout, gradient clipping, ...


Scientific use
Expand Down

0 comments on commit 32c1d6a

Please sign in to comment.