|
Bratmobile
|

Public Member Functions | |
| void | set_learning_rate (float f) |
| Bundle | get_Di_weights () |
| Bundle | get_Dn_weights () |
| void | log () |
| void | make_log () |
| virtual void | Di_tune (const Bundle &error, const Bundle &x)=0 |
| Tune weights for Di. More... | |
| virtual Bundle | update_bundle (const Bundle &error, const Bundle &x)=0 |
| Updates a threshold according to a custom learning rule. More... | |
| Threshold | get_weighted (const Threshold &t) |
Protected Attributes | |
| Bundle | Di_weights |
| Bundle | Dn_weights |
| float | mu =0.001 |
Tune weights for Di.
| error | the error |