In the lava stdp implementation are A+ and A- flipped from what they should be? #483
Unanswered
Michaeljurado42
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @Michaeljurado24, thanks for bringing that to our attention. I double checked and you are right indeed, the usage of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Specifically, I am looking at this declaration of the STDP learning rule inside the tutorial:
In the tutorial they link a wiki page resource showing classic STDP hebbian learning:
.
Using a negative A+ does lead to weight increases according to this equation.
I notice that in the stdp tutorial they also flip the order of A+ and A- so the graph looks correct:
. In this example on_post_stdp is A-
I am not sure if this is an issue or an intentional choice which is why I made it a discussion post.
Beta Was this translation helpful? Give feedback.
All reactions