There are 0 repository under stdp topic.
Efficient Spiking Neural Network framework, built on top of PyTorch for GPU acceleration
A curated list of awesome cns frameworks, libraries, and software + First class pure python Tutorial Series for Spiking Neural Networks 🔥
Code for the model presented in the paper "A Biologically Plausible Supervised Learning Method for Spiking Neural Networks Using the Symmetric STDP Rule"
personal repository
spiking-neural-networks
This is a repository with implementations of neuron models, synapses, and spiking neural networks (SNN). It's still in development and it has original content in terms of code.
Repository for the master thesis titled "Local Unsupervised Learning of Multimodal Event-Based Data with Spiking Neural Networks", by Julian Lopez Gordillo (MSc in Artificial Intelligence, 2019-2021).
High-performance Spiking Neural Networks Library Written From Scratch with C++ and Python Interfaces.
Convolutional spiking neural network implementing STDP
A Spiking Neural Network model for Digit Recognition using the N-MNIST dataset.
A generalizable model of spike-timing dependent plasticity for the Neural Simulation Tool (NEST).
Convolutional spiking neural network implementing voltage-dependent synaptic plasticity and single-spike integrate-and-fire neurons
Spiking neural networks are biologically plausible CNNs which learn through a temporally dependent learning method known as Spike Time Dependant Plasticity (STDP)- an alternate to gradient descent. This repository contains layers built on top of Lasagne layers for spiking neural networks. This is the first implementation of spiking neural networks in any tensor based framework to the best of my knowledge. The various layers can be found in snn.py for dense layer and snn_conv.py for other layers. These layers are to be processed for each time step which is done using the Theano scan as a quick hack - in the snn class. The results can be found the ppt. Further details on how to use the code will be put up after later.
Implementation of Spiking Neural Networks (SNNs) using SpykeTorch, featuring STDP and R-STDP training methods for efficient neural computation.
Convolutional Spiking Neural Network to recognize speech utterances using Spike-Timing-Dependent Plasticity
An extension to the SpykeTorch framework for coding SNNs with several new spiking neuron models.
Probably the world most FC implementation of transformers with SNNs
Neuron++ is a library which wraps NEURON (http://www.neuron.yale.edu) with easy to use Python objects.
CPU-based spiking neural network framework for classification layers employing first-spike coding and supervised STDP training.
Implementation of some of the basic neural models and simulation of interactions between neurons in a population and learning process from scratch in Python.
A simulation of unsupervised (STDP) and reinforcement learning (Reward-based STDP) in human brain
[TMLR] S-TLLR: STDP-inspired Temporal Local Learning Rule for Spiking Neural Networks
A simple experiment to compare Artificial and Spiking Neural Networks in Sequential and Few-Shot Learning.
A Python toolkit for advanced mathematics in AI and computational neuroscience, designed to support the development of the Fully Unified Model (FUM).
[IJCNN] TESS: A Scalable Temporally and Spatially Local Learning Rule for Spiking Neural Networks
SNN MNIST "Unsupervised learning of digit recognition using spike-timing-dependent plasticity"
Framework for machine learning with spiking neural networks