Replies: 1 comment
-
Hey @Dola47, LSMs are definitely an interesting idea. Preventing weights from being updated is quite straightforward via PyTorch already, though I'm not sure if that's the best way to implement it: Defining the graph connectivity in the reservoir - EchoTorch does a great job in that space already: https://github.com/nschaetti/EchoTorch It'd be worth looking to see if EchoTorch + SnnTorch could work together here. In the meantime, I'll keep you updated on E/I neurons & R-SNNs. |
Beta Was this translation helpful? Give feedback.
-
Hi @jeshraghian ,
Have you ever used Liquid State Machine (LSM) in one of your previous works? If so, do you find it interesting? As a lot of people have already used it and kept saying that it is quite advantageous.
So, the main idea of the LSM can be summed up from the above figure from https://ieeexplore.ieee.org/document/8852472.
The question is, is that doable using snnTorch?
As far as I see we need:
Looking forward to your response.
And really thanks for always being supportive.
Beta Was this translation helpful? Give feedback.
All reactions