#include <nnet-trnopts.h>

Public Member Functions | |
| RbmTrainOptions () | |
| void | Register (OptionsItf *opts) |
Public Attributes | |
| BaseFloat | learn_rate |
| BaseFloat | momentum |
| BaseFloat | momentum_max |
| int32 | momentum_steps |
| int32 | momentum_step_period |
| BaseFloat | l2_penalty |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const RbmTrainOptions &opts) |
Definition at line 65 of file nnet-trnopts.h.
|
inline |
Definition at line 75 of file nnet-trnopts.h.
|
inline |
Definition at line 86 of file nnet-trnopts.h.
References OptionsItf::Register().
Referenced by main().
|
friend |
Definition at line 103 of file nnet-trnopts.h.
| BaseFloat l2_penalty |
Definition at line 72 of file nnet-trnopts.h.
Referenced by Rbm::RbmUpdate().
| BaseFloat learn_rate |
Definition at line 67 of file nnet-trnopts.h.
Referenced by main(), and Rbm::RbmUpdate().
| BaseFloat momentum |
Definition at line 68 of file nnet-trnopts.h.
Referenced by main(), and Rbm::RbmUpdate().
| BaseFloat momentum_max |
Definition at line 69 of file nnet-trnopts.h.
Referenced by main().
| int32 momentum_step_period |
Definition at line 71 of file nnet-trnopts.h.
Referenced by main().
| int32 momentum_steps |
Definition at line 70 of file nnet-trnopts.h.
Referenced by main().