lava-nc / lava

A Software Framework for Neuromorphic Computing
https://lava-nc.org
Other
529 stars 136 forks source link

Neurons with firing adaptation #845

Closed jlubo closed 2 months ago

jlubo commented 3 months ago

So far, neurons with firing adaptation have not yet been added to the Lava library (although according neurons have been implemented in Lava-DL, see the links below). But such neurons are needed for applications that require sophisticated neuron-intrinsic plasticity as well for realistic neuroscience models.

jlubo commented 3 months ago

One possible such model is given by a Leaky Integrate-and-Fire neuron with adaptive threshold and adaptive refractoriness (which I'd therefore call ATRLIF neuron).

The dynamics of the model are described by the following formulation, originating from Lava-DL (see here and here):

With the following parameters (cf. the PR here):

PhilippPlank commented 2 months ago

Thanks for adding this. I will take a look at the PR.