Replies: 1 comment 1 reply
-
Yep - this is the most common way to do it. It's definitely possible using You can set the total proportion of desires spikes by modifying the arguments:
How this translates into frequency is up to you and depends on what you define your time-step to be. E.g., if dt = 1 ms, and you simulate 1000 steps (i.e., 1 second), and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have started using snntorch at it looks very effective!
When training output neurons using rate coding, am I correct in saying that the neuron with the highest firing frequency class wins?
Is it possible using snntorch to specify an output frequency that you want an output neuron to spike at? E.g. enter output frequency parameter in code for an output neuron to spike at (e.g. 100Hz) when it recognises an input pattern sample? So when this input pattern is inputted, the output neuron will spike at 100Hz. And if a different pattern is inputted, the output frequency of the same trained output neuron will then be different?
Beta Was this translation helpful? Give feedback.
All reactions