GaussianBinaryRBM.h File Reference

Go to the source code of this file.

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Typedefs

typedef RBM< GaussianLayer, BinaryLayer, random::rng_type > shark::GaussianBinaryRBM
 
typedef GibbsOperator< GaussianBinaryRBM > shark::GaussianBinaryGibbsOperator
 
typedef MarkovChain< GaussianBinaryGibbsOperator > shark::GaussianBinaryGibbsChain
 
typedef TemperedMarkovChain< GaussianBinaryGibbsOperator > shark::GaussianBinaryPTChain
 
typedef MultiChainApproximator< GaussianBinaryGibbsChain > shark::GaussianBinaryPCD
 
typedef ContrastiveDivergence< GaussianBinaryGibbsOperator > shark::GaussianBinaryCD
 
typedef SingleChainApproximator< GaussianBinaryPTChain > shark::GaussianBinaryParallelTempering