jeshraghian/snntorch
Deep and online learning with spiking neural networks in Python
This project helps machine learning engineers and researchers build brain-inspired neural networks that are often more efficient than traditional deep learning models. It takes your standard PyTorch neural network architecture and converts its neurons to 'spiking' neurons, outputting models that mimic how biological brains process information. It's designed for those exploring neuromorphic computing or seeking energy-efficient AI solutions.
1,900 stars. Available on PyPI.
Use this if you are a machine learning practitioner interested in developing and training spiking neural networks for more biologically plausible or energy-efficient AI.
Not ideal if you are solely focused on traditional deep learning architectures without an interest in neuromorphic computing principles.
Stars
1,900
Forks
280
Language
Python
License
MIT
Category
Last pushed
Nov 04, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jeshraghian/snntorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
fangwei123456/spikingjelly
SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
neuromorphs/NIR
Neuromorphic Intermediate Representation reference implementation
BindsNET/bindsnet
Simulation of spiking neural networks (SNNs) using PyTorch.
norse/norse
Deep learning with spiking neural networks (SNNs) in PyTorch.
synsense/rockpool
A machine learning library for spiking neural networks. Supports training with both torch and...