Struct fann::IncrementalParams
[−]
[src]
pub struct IncrementalParams {
pub learning_momentum: c_float,
pub learning_rate: c_float,
}Fields
learning_momentum | A higher momentum can be used to speed up incremental training. It should be between 0 and 1, the default is 0. |
learning_rate | The learning rate determines how aggressive training should be. Default is 0.7. |