GestureRecognitionToolkit  Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
BernoulliRBM.h File Reference

This class implements a Bernoulli Restricted Boltzmann machine. More...

#include "../../Util/MatrixDouble.h"
#include "../../CoreModules/MLBase.h"

Go to the source code of this file.

Classes

class  GRT::BernoulliRBM
 
struct  GRT::BernoulliRBM::BatchIndexs
 

Namespaces

 GRT
 

Detailed Description

This class implements a Bernoulli Restricted Boltzmann machine.

Author
Nicholas Gillian ngill.nosp@m.ian@.nosp@m.media.nosp@m..mit.nosp@m..edu
Version
1.0
Remarks
This implementation is based on the RBM algorithm in the DeepLearnToolbox: https://github.com/rasmusbergpalm/DeepLearnToolbox

Definition in file BernoulliRBM.h.