|
PLearn 0.1
|
#include <plearn_learners/online/OnlineLearningModule.h>#include "RBMConnection.h"#include "RBMMatrixConnection.h"#include "RBMMixedConnection.h"#include "RBMLayer.h"#include "RBMBinomialLayer.h"#include "RBMMultinomialLayer.h"

Go to the source code of this file.
Classes | |
| class | PLearn::RBMClassificationModule |
| Computes the undirected softmax used in deep belief nets. More... | |
| class | PLearn::DiffTemplate< ObjectType, RBMClassificationModule > |
| class | PLearn::TypeTraits< RBMClassificationModule > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const RBMClassificationModule &o) |
| PStream & | PLearn::operator>> (PStream &in, RBMClassificationModule &o) |
| PStream & | PLearn::operator>> (PStream &in, RBMClassificationModule *&o) |
| PStream & | PLearn::operator<< (PStream &out, const RBMClassificationModule &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< RBMClassificationModule > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RBMClassificationModule > *opt, PLearnDiff *diffs) |
Definition in file RBMClassificationModule.h.
1.7.4