lava-nc / lava

A Software Framework for Neuromorphic Computing
https://lava-nc.org
Other
535 stars 136 forks source link

DelayLearningSparse class #752

Open Alex-Vasilache opened 11 months ago

Alex-Vasilache commented 11 months ago

User story

As a user, I want to be able to learn (online) weights of a DelaySparse (basically LearningSparse with fixed delays) to simulate a 3D configuration of neurons capable of online learning.

The 3D neurons structure could be simulated in Lava by redefining it as a 1D LIF layer with a recurrent DelayLearningSparse connection that simulates the distance between neurons.