Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example for homeostatic plasticity with firing rate #1241

Closed
schmitts opened this issue Oct 5, 2020 · 2 comments
Closed

Example for homeostatic plasticity with firing rate #1241

schmitts opened this issue Oct 5, 2020 · 2 comments

Comments

@schmitts
Copy link
Contributor

schmitts commented Oct 5, 2020

Hi!

I'm looking for an example for homeostatic plasticity to stabilize firing rates. Is there a notion for firing rates available that can be used to formulate a weight update rule?

Thanks,

Sebastian

@mstimberg
Copy link
Member

Hi. Just as a general remark: our forum on https://brian.discourse.group would be a better place to ask this kind of question.

In spiking networks, there is no direct firing rate variable that is available. What you'd typically do is to use a variable that increases with each spike (via the reset statement) and decays over time. Another option is to low-pass filter the membrane potential and to use this as a proxy for the firing rate (see e.g. the Clopath et al. (2010) example).

@schmitts
Copy link
Contributor Author

schmitts commented Oct 5, 2020

Thanks. Will continue on discourse.

@schmitts schmitts closed this as completed Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants