mlpack 3.4.2
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
15namespace mlpack {
16namespace ann {
17
30class BinaryRBM { /* Nothing to do here */ };
31
44class SpikeSlabRBM { /* Nothing to do here */ };
45
46} // namespace ann
47} // namespace mlpack
48
49#endif
For more information, see the following paper:
For more information, see the following paper:
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1