You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your goal, and if possible provide a code snippet with a motivating example.
Hi,
I would like to model a neuron that has a fixed number of receptors with same synaptic dynamics model, but different parameters. These receptors are AlignPost. I considered splitting out connection matrix for each receptor, or alternatively having dummy neuron groups. But they seem less convenient. So right now, I flatten out receptors and post neurons, and use something like this,
Maybe another question, are there ways to let two Projections use the same instance of SynOut and SynDyn? ie two current=comm(pre) within different Projections go into same SynDyn instance.
alexfanqi
changed the title
Multiple receptors for a single neuron
[Question] Multiple receptors for a single neuron
Dec 15, 2024
Please:
Hi,
I would like to model a neuron that has a fixed number of receptors with same synaptic dynamics model, but different parameters. These receptors are AlignPost. I considered splitting out connection matrix for each receptor, or alternatively having dummy neuron groups. But they seem less convenient. So right now, I flatten out receptors and post neurons, and use something like this,
This will require STDP_Song2000 to be modified accordingly to propagate post spikes. I wonder if there are better solutions?
The text was updated successfully, but these errors were encountered: