#include <shark/Unsupervised/RBM/BinaryRBM.h>
#include <shark/Algorithms/GradientDescent/SteepestDescent.h>
#include <shark/Unsupervised/RBM/Problems/BarsAndStripes.h>
#include <shark/Unsupervised/RBM/analytics.h>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 15 of file BinaryRBM.cpp.
References shark::BarsAndStripes::data(), shark::random::globalRng, shark::SteepestDescent::init(), shark::AbstractObjectiveFunction< PointType, ResultT >::init(), shark::initRandomUniform(), shark::BarsAndStripes::inputDimension(), shark::negativeLogLikelihood(), shark::ContrastiveDivergence< Operator >::setData(), shark::ContrastiveDivergence< Operator >::setK(), shark::SteepestDescent::setLearningRate(), shark::SteepestDescent::setMomentum(), shark::RBM< VisibleLayerT, HiddenLayerT, randomT >::setStructure(), and shark::SteepestDescent::step().