Add Spike Based Loss Methods for Multi Label Classification? #219
Michaeljurado42
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@Michaeljurado42, yes please, we would be happy to have it included. :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello and good day all!
My team and I recently released a paper in which we introduced a spike-based extension to sigmoid, mentioned here. The idea is very similar to Spikemax released last year. Here is a graphic of this new function:
As mentioned in the title, this function is useful when you need to perform multi-label classification with multiple classes available in a single data sample. To test our function, we overlayed MNIST imagery to see if the SNN could successfully perform multi-label classification.
Another difference between this function and Spikemax involves the use of a scaling parameter before the non-linearity. In the paper, we also found that training progressed much more quickly with the same experimental setup when we added this parameter to Spikemax.
Anyhow, please let me know if this would be a feature that you would be interested in incorporating into the codebase. I can create a pull request based on our code if so.
Beta Was this translation helpful? Give feedback.
All reactions