You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A prototype implementation has been implemented in spyx.experimental.
Need to verify the dimensions of internal calculation as right now there's broadcasting issues if the output dimension isn't a multiple/fraction of the input dim.
Training accuracy on SHD comparable to regularly trained recurrent SNNs in Spyx. Performance is comparable to recurrent model at small scales tested locally with short sequences (64). Testing notebook is at research/SPSN.
Considering creating a stochastic Axon class for _SigmoidBernoulli and refactoring it.
Investigate limiting the sigmoid maximum to <1.0 to prevent extreme firing when oversaturated.
Implement CuBaSPSN with second constant.
Consider changing name schame to ParaLIF and ParaCuBaLIF
Add Stochastic Parallelizable Spiking Neuron model.
Paper:
https://arxiv.org/abs/2306.12666#:~:text=In%20this%20paper%2C%20we%20propose,run%20in%20parallel%20over%20time.
Torch implementation:
https://github.com/NECOTIS/Stochastic-Parallelizable-Spiking-Neuron-SPSN/blob/main/neurons/spsn.py
The text was updated successfully, but these errors were encountered: