mlpack
3.4.2
mlpack-3.4.2
src
mlpack
methods
ann
rbm
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::ann::BinaryRBM
For more information, see the following paper:
Definition:
rbm_policies.hpp:30
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
add_to_cli11.hpp:21
mlpack::ann::SpikeSlabRBM
For more information, see the following paper:
Definition:
rbm_policies.hpp:44
Generated by
1.8.20