Skip to content

alightr/s2net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supervised Spiking Network

PyTorch based implementation of Spiking Neural Network layers:

  • SpikingDenseLayer
  • SpikingConv1DLayer
  • SpikingConv2DLayer
  • SpikingConv3DLayer
  • ReadoutLayer

including optional lateral and recurrent connections.

If you use this code, please consider citing: R. Zimmer, T. Pellegrini2 , S. F. Singh, and T. Masquelier. Technical report: supervised training of convolutional spiking neural networks with PyTorch. In https://arxiv.org/abs/1911.10124

This work is based on F. Zenke's tutorial on surrogate gradient learning in Spiking Neural Networks (https://github.com/fzenke/spytorch).

Speech commands data set

To run the speech_commands notebook:

About

Supervised Spiking Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.0%
  • Python 1.0%