Replies: 2 comments 2 replies
-
Not yet, would be great to implement the neuron models in C though. |
Beta Was this translation helpful? Give feedback.
-
@jeshraghian I have one question related to the number of computations made inside of the Normally, for the conventional ANNs, we can use some of the available libraries to get to know how many GMacs we have in our network. However, I think for SNNs it is not only the GMacs done for example inside of a Spiking CNNs, but there should be also some computations related to the Spiking neuron itself (some computations done inside of the synaptic and the integration done on the spikes until we pass the threshold). I wonder have can we know the exact Multiplication-Additions (GMacs) we have in our Spiking Neural Network? |
Beta Was this translation helpful? Give feedback.
-
Do we have any C code implementation for a single (Stein) Synaptic neuron?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions