PLearn 0.1
|
#include "HintonDeepBeliefNet.h"
Go to the source code of this file.
Classes | |
class | PLearn::UnfrozenDeepBeliefNet |
Does the same thing as Hinton's deep belief nets without freezing weights of earlier layers. More... | |
class | PLearn::DiffTemplate< ObjectType, UnfrozenDeepBeliefNet > |
class | PLearn::TypeTraits< UnfrozenDeepBeliefNet > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const UnfrozenDeepBeliefNet &o) |
PStream & | PLearn::operator>> (PStream &in, UnfrozenDeepBeliefNet &o) |
PStream & | PLearn::operator>> (PStream &in, UnfrozenDeepBeliefNet *&o) |
PStream & | PLearn::operator<< (PStream &out, const UnfrozenDeepBeliefNet &o) |
PStream & | PLearn::operator>> (PStream &in, PP< UnfrozenDeepBeliefNet > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, UnfrozenDeepBeliefNet > *opt, PLearnDiff *diffs) |
Definition in file UnfrozenDeepBeliefNet.h.