Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 990 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 990 Bytes

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. Pellegrini , 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: