emer / axon

Axon adds axonal spiking to the Leabra framework for error-driven and associative learning
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

pvlv / boa: put adapting params into (Global?) state, save / load state with weights #304

Open rcoreilly opened 11 months ago

rcoreilly commented 11 months ago

A next-level PVLV / boa step is to start adapting / learning key params such as:

Mechanically, just need to put params somewhere appropriate -- Globals if NData specific, or some layer's specific params, as in the case of VTALayer, and then critically save and load these adapting values with weights file.