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

vspatch is too noisy #305

Closed rcoreilly closed 11 months ago

rcoreilly commented 11 months ago

really bounces around a lot. and never gets up to match Rew levels.. needs more work.

rcoreilly commented 11 months ago

this is also evident in the pvlv posacq case -- takes a long time to kick in and is noisy.

rcoreilly commented 11 months ago

The use of GeIntMax for recv learning activation was problematic in multiple ways (too similar across neurons, underlying GeInt wasn't being reset at start of trial so there was carryover). Now using CaSpkD if above threshold, then falling back on GeIntNorm as normalized GeInt with clean integration. The long tau of GeInt allows it to do most of what Max was supposed to do, and also has more differentiation and sensitivity to sustained activity.

rcoreilly commented 11 months ago

See #306 for discussion -- now working well.