jeshraghian / snntorch

Deep and online learning with spiking neural networks in Python
https://snntorch.readthedocs.io/en/latest/
MIT License
1.17k stars 202 forks source link

There is no explanation of "STDP" in our documentation. #289

Open MoerAI opened 5 months ago

MoerAI commented 5 months ago

There is an implementation of snntorch.functional.stdp_learner.py on the GitHub. However, when I search for STDP in the snnTorch documentation, there are no results, and when I go to the functional page, STDP does not exist.

MoerAI commented 3 months ago

The file functional.stdp_learner.py is not even registered in the functional init. There are also no open issues related to STDP, is there anything we should be discussing in this regard?

HaoboShen commented 3 months ago

Hello, I have the same problem about using STDP in snntorch, did you have any idea about how to use it?