Spiking Neural Network Examples

Spiking Neural Network Examples#

Start here for task-level SNN training and performance evaluation. The runnable scripts live in the repository’s examples directory.

Learning tasks#

Performance examples#

These scripts compare time and memory under synthetic, batched-state, and per-sample vmap execution:

Use these scripts for implementation benchmarking, not as evidence that two algorithms have equivalent gradient accuracy.

Begin with the SNN Online Learning workflow before moving to dataset-scale scripts.