#include <shark/Unsupervised/RBM/RBM.h>#include <shark/Unsupervised/RBM/Energy.h>#include <shark/Unsupervised/RBM/Neuronlayers/BipolarLayer.h>#include <shark/Unsupervised/RBM/Sampling/MarkovChain.h>#include <shark/Unsupervised/RBM/Sampling/TemperedMarkovChain.h>#include <shark/Unsupervised/RBM/Sampling/GibbsOperator.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< BipolarLayer, BipolarLayer, Rng::rng_type > | shark::BipolarRBM |
| typedef GibbsOperator< BipolarRBM > | shark::BipolarGibbsOperator |
| typedef MarkovChain< BipolarGibbsOperator > | shark::BipolarGibbsChain |
| typedef TemperedMarkovChain< BipolarGibbsOperator > | shark::BipolarPTChain |
| typedef MultiChainApproximator< BipolarGibbsChain > | shark::BipolarPCD |
| typedef ContrastiveDivergence< BipolarGibbsOperator > | shark::BipolarCD |
| typedef SingleChainApproximator< BipolarPTChain > | shark::BipolarParallelTempering |