|
AssignGroupsT | layr::sgd (const VarErrsT &leaves, PybindT learning_rate=0.5, std::string root_label="") |
|
AssignGroupsT | layr::rms_momentum (const VarErrsT &leaves, PybindT learning_rate=0.5, PybindT discount_factor=0.99, PybindT epsilon=std::numeric_limits< PybindT >::epsilon(), std::string root_label="") |
|
void | layr::assign_groups (const AssignGroupsT &groups, UpdateStepF update_step) |
| Apply all batches of assignments with update_step applied after each batch. More...
|
|
void | layr::assign_groups_preupdate (const AssignGroupsT &groups, UpdateStepF update_step) |
| Apply all batches of assignments with update_step applied before each batch. More...
|
|