Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
rbm_policies.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_METHODS_ANN_RBM_RBM_POLICIES_HPP
13
#define MLPACK_METHODS_ANN_RBM_RBM_POLICIES_HPP
14
15
namespace
mlpack
{
16
namespace
ann {
17
30
class
BinaryRBM
{
/* Nothing to do here */
};
31
44
class
SpikeSlabRBM
{
/* Nothing to do here */
};
45
46
}
// namespace ann
47
}
// namespace mlpack
48
49
#endif
mlpack
strip_type.hpp
Definition:
add_to_po.hpp:21
mlpack::ann::BinaryRBM
For more information, see the following paper:
Definition:
rbm_policies.hpp:30
mlpack::ann::SpikeSlabRBM
For more information, see the following paper:
Definition:
rbm_policies.hpp:44