#include <shark/Unsupervised/RBM/RBM.h>#include <shark/Unsupervised/RBM/Energy.h>#include <shark/Unsupervised/RBM/Neuronlayers/BinaryLayer.h>#include <shark/Unsupervised/RBM/Neuronlayers/TruncatedExponentialLayer.h>#include <shark/Unsupervised/RBM/Sampling/GibbsOperator.h>#include <shark/Unsupervised/RBM/Sampling/TemperedMarkovChain.h>#include <shark/Unsupervised/RBM/Sampling/MarkovChain.h>#include <shark/Unsupervised/RBM/GradientApproximations/ContrastiveDivergence.h>#include <shark/Unsupervised/RBM/GradientApproximations/MultiChainApproximator.h>#include <shark/Unsupervised/RBM/GradientApproximations/SingleChainApproximator.h>#include <shark/Rng/GlobalRng.h>Go to the source code of this file.
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Typedefs | |
| typedef RBM< TruncExpBinaryEnergy, Rng::rng_type > | shark::TruncExpBinaryRBM |
| typedef GibbsOperator< TruncExpBinaryRBM > | shark::TruncExpBinaryGibbsOperator |
| typedef MarkovChain< TruncExpBinaryGibbsOperator > | shark::TruncExpBinaryGibbsChain |
| typedef TemperedMarkovChain< TruncExpBinaryGibbsOperator > | shark::TruncExpBinaryPTChain |
| typedef MultiChainApproximator< TruncExpBinaryGibbsChain > | shark::TruncExpBinaryPCD |
| typedef ContrastiveDivergence< TruncExpBinaryGibbsOperator > | shark::TruncExpBinaryCD |
| typedef SingleChainApproximator< TruncExpBinaryPTChain > | shark::TruncExpBinaryParallelTempering |