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
Linear algebra utility functions, generally performed on matrices or vectors.
For more information, see the following paper:
For more information, see the following paper: