PLearn 0.1
|
#include <plearn_learners/generic/PLearner.h>
#include <plearn_learners/generic/GradientCorrector.h>
#include <plearn/sys/Profiler.h>
Go to the source code of this file.
Classes | |
class | PLearn::NatGradSMPNNet |
Multi-layer neural network trained with an efficient Natural Gradient optimization. More... | |
class | PLearn::DiffTemplate< ObjectType, NatGradSMPNNet > |
class | PLearn::TypeTraits< NatGradSMPNNet > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const NatGradSMPNNet &o) |
PStream & | PLearn::operator>> (PStream &in, NatGradSMPNNet &o) |
PStream & | PLearn::operator>> (PStream &in, NatGradSMPNNet *&o) |
PStream & | PLearn::operator<< (PStream &out, const NatGradSMPNNet &o) |
PStream & | PLearn::operator>> (PStream &in, PP< NatGradSMPNNet > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, NatGradSMPNNet > *opt, PLearnDiff *diffs) |
Definition in file NatGradSMPNNet.h.