Tenncor
Namespaces | Functions
err_approx.cpp File Reference
#include "eteq/generated/api.hpp"
#include "layr/err_approx.hpp"
Include dependency graph for err_approx.cpp:

Namespaces

 layr
 

Functions

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...