PLearn 0.1
Classes | Namespaces | Functions
UnfrozenDeepBeliefNet.h File Reference
#include "HintonDeepBeliefNet.h"
Include dependency graph for UnfrozenDeepBeliefNet.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Definition in file UnfrozenDeepBeliefNet.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines