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

Excitatory/Inhibitory LIF Neuron Model (Float Precision) #887

Open
monkin77 opened this issue Aug 24, 2024 · 0 comments
Open

Excitatory/Inhibitory LIF Neuron Model (Float Precision) #887

monkin77 opened this issue Aug 24, 2024 · 0 comments
Labels
0-needs-review For all new issues 1-feature New feature request

Comments

@monkin77
Copy link
Contributor

User story

As a user, I want to model E/I LIF neurons to represent more complex behaviors containing positive and negative inputs, each with their own decay time constants (du_exc and du_inh).

On top of that, dv, du_exc and du_inh can vary on a neuron-to-neuron basis.

Conditions of satisfaction

  • Create the Processes and ProcessModels that implement the neuron E/I neuron model.
  • Include a Refractory version of this model

Acceptance tests

  • Validate the dynamics of the neuron model only relying on biases.
  • Validate the dynamics of the model when feeding the same input to a layer of neurons containing different du_exc and du_inh per neuron.
  • Validate the dynamics of the refractory version of the model.

Note

This only contains the floating-point precision version of the model. I believe it is possible to implement a fixed-precision version of it, although it requires further investigation.

@monkin77 monkin77 added the 1-feature New feature request label Aug 24, 2024
@github-actions github-actions bot added the 0-needs-review For all new issues label Aug 24, 2024
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