Enum nn::LearningMode
[-] [+]
[src]
pub enum LearningMode { Incremental, }
Specifies which learning mode to use when training the network
Variants
Incremental | train the network Incrementally (updates weights after each example) |