Python API
The following documentation presents the Python API of EvSpikeSim compatible with both CPUs and GPUs.
Note
Only the essential classes and features from the C++ library have been interfaced with Python.
evspikesim
The main module of EvSpikeSim.
Modules
A module containing several weight initializers for Layer objects. |
|
A module containing the different layers of spiking neurons. |
|
Global random generator module used by initializers. |
Classes
Spike event. |
|
An array of Spike. |
|
Spiking Neural Network (SNN) composed of layers of spiking neurons. |