Can anyone explain the behaviour of this LIF neuron? #649
Replies: 7 comments 13 replies
-
Interesting. Can you past the code here? |
Beta Was this translation helpful? Give feedback.
-
To be clear, I have circled the expected behavior as green, but I'm unsure about the instantaneous post-spike voltage drops, especially sub-threshold. |
Beta Was this translation helpful? Give feedback.
-
It looks like negative weights inducing inter neuron inhibition, hence the
quick drops on membrane voltage. I might be wrong.
Le mer. 9 août 2023 à 17:34, Hananel Hazan ***@***.***> a
écrit :
… This is what I get with the following parameters
[image: Screenshot 2023-08-09 113043]
<https://user-images.githubusercontent.com/3954715/259462361-145dab6e-676e-45cb-a005-da0b723f740a.png>
Also, its will be hard to reproduce or to think of the cause to the
phenomena you mention if you using random inputs and weights. Please change
the code to a fixed weight and constant input (in some freq) and try to
replicate your finding and post the code back here.
—
Reply to this email directly, view it on GitHub
<#649 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKZ2IOCVZPGN7AEDBRQ7FG3XUOUW7ANCNFSM6AAAAAA3JCEA7M>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@Hananel-Hazan okay, so I changed the weights and input tensors to But it still leaves the question, why are some spikes not reaching the threshold and resetting immediately instead of decaying at the set rate of decay? Here, I have highlighted all the spikes that did not reach the threshold, but reset immediately with no decay time: Is there an explanation for this? |
Beta Was this translation helpful? Give feedback.
-
Hi @Hananel-Hazan , I appreciate your help on this. I am just trying to understand the neuron's behavior. So, I have plotted the 's' onto the voltage plot, and it does seem that those voltages that drop before the threshold are considered threshold spikes. Can you explain why the spikes occur that have not reached the voltage threshold? |
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. The reason the voltage plot show that the neuron did not cross the threshold, but spike did omit is base on the
Note that the recorded function that log the I hope this explanation clarifies the behavioral patterns you see in your graphs. |
Beta Was this translation helpful? Give feedback.
-
@Hananel-Hazan Thank you for the explanation and for taking the time to reply to my questions. I am grateful that you are here for support in using BindsNet. |
Beta Was this translation helpful? Give feedback.
-
So, I have been looking at the behavior of the LIf neuron on Jupiter Notebook:
Consider the settings as:
I would like to know why some of the spikes drop almost vertically instead of decaying as per the decay rate of 100ms. If you look at the behavior, some spikes seem to decay at the expected rate, while others take a steep vertical drop.
Why does it behave like this?
Beta Was this translation helpful? Give feedback.
All reactions