GestureRecognitionToolkit  Version: 0.2.5
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/GRTTypedefs.h"
#include "../../DataStructures/MatrixFloat.h"
#include "../../CoreModules/MLBase.h"

Go to the source code of this file.

Classes

class  BernoulliRBM
 
struct  BernoulliRBM::BatchIndexs
 

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.