uni-courses / snncompare

Runs networkx graphs representing spiking neural networks of LIF-neurons on lava-nc or networkx.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Generalise adaptation mechanism to run on each node regardless of its function. #43

Closed a-t-0 closed 1 year ago

a-t-0 commented 2 years ago

Currently, the concept of adaptation in the form of redundancy is implemented based on the MDSA SNN algorithm. This has a limited type of neurons and the redundancy is hardcoded per neuron type. It would be valuable if this redundancy can be generalised to automatically apply the redundancy to arbitrary SNNs.

a-t-0 commented 1 year ago

This is moved into future work.