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

Plateau Neuron Model for Simulating Dendritic Plateau Potentials #775

Open
kds300 opened this issue Aug 16, 2023 · 1 comment
Open

Plateau Neuron Model for Simulating Dendritic Plateau Potentials #775

kds300 opened this issue Aug 16, 2023 · 1 comment
Labels
0-needs-review For all new issues 1-feature New feature request

Comments

@kds300
Copy link
Contributor

kds300 commented Aug 16, 2023

User story

I want a neuron model which emulates a simplified version of dendritic plateau potentials. The model will take two separate inputs, one to the "soma" and another to the "dendrite". Both the soma and dendrite potentials will follow sub-threshold LIF dynamics. When the dendrite potential crosses its threshold it resets and sends the neuron to the UP state. The UP state will last for a specified duration of time steps. During this time, the soma is able to spike and reset if its potential crosses its threshold. If the neuron is in the DOWN state, the soma potential will follow subthreshold LIF dynamics regardless of whether it crosses the threshold.

In summary, the plateau neuron couples two separate inputs such that a spike is generated by sufficiently strong input from one followed by the other within a short enough time period.

Conditions of satisfaction

  • Users can specify two separate thresholds for the dendrite and soma, respectively.
  • Users can specify two separate voltage decays.
  • Users can specify the duration of the UP state, in time steps.

Acceptance tests

  • The neuron only spikes if it is in the UP state

Pull Request

@#781

@kds300 kds300 added the 1-feature New feature request label Aug 16, 2023
@github-actions github-actions bot added the 0-needs-review For all new issues label Aug 16, 2023
@PhilippPlank
Copy link
Contributor

Thank you for this effort!

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

2 participants