A multi-model-supporting framework implemented in Python for SNN simulating.
A brief introduction to SNN can be seen here: INTRODUCTION (Chinese version)
- Izhikevich neuron
- H-H neuron: low performance so perhaps it would be implemented after a long time XD)
- LIF neuron: fast but low biological plausibility
- AMPA receptor
- NMDA receptor
- GABA_A receptor
- GABA_B receptor
- electrical synapse
- clock-driven method with high precision spiking time searching
- voltage-driven: the best method so far
- event-driven (spiking-driven): best performance but cannot be generally used
- unsupervised STDP
- supervised STDP (ReSuMe)
I am still studying it.
- oscilloscopes
- GPU acceleration