-
Here is a related question that you might find useful: https://forum.nengo.ai/t/any-example-using-stdp/194/2. The link to the notebook in that answer has been moved to https://github.com/nengo/nengo/blob/master/docs/examples/learning/learn-unsupervised.ipynb.
-
If you would like to implement a different STDP learning rule, you will have to implement it manually yourself. You can also look at this paper which asserts that BCM is equivalent to triplet-based STDP learning rules: https://www.jneurosci.org/content/26/38/9673
1 Like