Home
last modified time | relevance | path

Searched refs:LEARN_backpropWeightDecay (Results 1 – 3 of 3) sorted by relevance

/dports/math/snns/SNNSv4.3/kernel/sources/
H A Dlearn_f.h67 extern krui_err LEARN_backpropWeightDecay (int start_pattern,
H A Dfunc_tbl.c297 {"BackpropWeightDecay", LEARN_FUNC | FF_LEARN_FUNC, 4, 1, (FunctionPtr) LEARN_backpropWeightDecay},
H A Dlearn_f.c1682 krui_err LEARN_backpropWeightDecay (int start_pattern, int end_pattern, in LEARN_backpropWeightDecay() function