Event based version of rate based homeostasis

Hi!

Cf. https://github.com/brian-team/brian2/issues/1241; does anybody know about comparisons of event based versions of rate based homeostasis?

Thanks,

Sebastian

I have nothing to add myself, I just want to avoid your question falling to the wayside due to the broken link. Thus, for completeness:
Fixed link to the issue

1 Like

Thanks for the heads up!

Hi again. Not sure this is exactly what you are looking for, but Zenke et al. (2013) implemented a homoeostatic mechanism with spikes that calculates the firing rate as a low-pass filtered version of the spike rate, like I mentioned in the github issue.

Hi!

I’ve put together an example for spike (event) based homeostasis: Add example for spike based homeostasis by schmitts · Pull Request #1331 · brian-team/brian2 · GitHub

Cheers,

Sebastian

1 Like

It got merged, thanks! Example: spike_based_homeostasis — Brian 2 2.4.2.post0.dev296 documentation