Questions about the neuron code #212
Replies: 3 comments
-
This was recently updated though there is a chance some errors weren't caught. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Converting this to a discussion.
Hope this makes sense. |
Beta Was this translation helpful? Give feedback.
-
Description
SNN neurons, e.g., the code of the Leaky neuron model, where the forward propagation process that determines whether a neuron is fired by a pulse should be the one in which the membrane potential at the previous moment and the input at this moment jointly influence whether a pulse is fired, rather than the membrane potential at the previous moment alone determining whether a pulse is fired. In addition, some of the code of the state update of Alpha, Leaky, RLeaky,Synaptic neuron models do not conform to the update formula of the document, such as the code of the subtraction mechanism in Leaky's (_build_state_function) function, which I guess may be an error in the position of the brackets.
Beta Was this translation helpful? Give feedback.
All reactions