The Backend
class is the base class for backend implementations. Each backend is implemented as a library, allowing you to:
To initialize the backend, first download projections containing synapses and populations containing neurons. During initialization of the backend, the loaded synapse projections are subscribed to the spikes of the associated populations or input channels, and the downloaded populations are subscribed to synaptic impacts of the associated projections.
Each object of the Backend
class has the following properties:
core
module, as well as sending messages from modifiers to neurons and synapses.