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

LIF - individual thresholds for each neuron in the population #819

Open
Alex-Vasilache opened this issue Dec 8, 2023 · 0 comments
Open
Labels
0-needs-review For all new issues 1-feature New feature request

Comments

@Alex-Vasilache
Copy link

User story

As a user, I want to be able to set individual thresholds for each member of a LIF population to allow for more flexibility in designing networks.

Conditions of satisfaction

  • Users can pass an array or list of thresholds as well as a single float to the vth parameter that will assign the corresponding threshold to each LIF neuron in the population.
  • For example: lif = LIF(shape=(4,), vth=[1, 2, 3, 4]) This will create 4 LIF neurons that have individual thresholds of 1, 2, 3 and 4 respectively.
@Alex-Vasilache Alex-Vasilache added the 1-feature New feature request label Dec 8, 2023
@github-actions github-actions bot added the 0-needs-review For all new issues label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-needs-review For all new issues 1-feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant