PLearn 0.1
|
#include "DeepBeliefNet.h"
#include "RBMMatrixTransposeConnection.h"
#include <plearn/io/pl_log.h>
#include <plearn/io/load_and_save.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | PL_LOG_MODULE_NAME "DeepBeliefNet" |
#define | minibatch_hack 0 |
Definition in file DeepBeliefNet.cc.
#define minibatch_hack 0 |
Definition at line 46 of file DeepBeliefNet.cc.
Referenced by PLearn::DeepBeliefNet::build_layers_and_connections(), PLearn::DeepBeliefNet::contrastiveDivergenceStep(), and PLearn::DeepBeliefNet::train().
#define PL_LOG_MODULE_NAME "DeepBeliefNet" |
Definition at line 40 of file DeepBeliefNet.cc.