-
Notifications
You must be signed in to change notification settings - Fork 389
Open
Labels
I: No breaking changePreviously written code will work as before, no one should note anything changing (aside the fix)Previously written code will work as before, no one should note anything changing (aside the fix)S: NormalHandle this with default priorityHandle this with default priorityT: MaintenanceWork to keep up the quality of the code and documentation.Work to keep up the quality of the code and documentation.
Description
The synaptic weight should decrease when presynaptic spike time > postsynaptic spike time
However, in simple pynest scripts it seems that things go in the opposite way with stdp_synapse.
Furthermore, it seems that the first pre-post couple is always lost, i.e. the update always starts from the second pre-post couple.
Comparison with theoretical calculation shows that the weight increases as if post-pre is inverted, and the update starts from the second pre-post couple, missing the first one.
stdp.py.zip
Metadata
Metadata
Assignees
Labels
I: No breaking changePreviously written code will work as before, no one should note anything changing (aside the fix)Previously written code will work as before, no one should note anything changing (aside the fix)S: NormalHandle this with default priorityHandle this with default priorityT: MaintenanceWork to keep up the quality of the code and documentation.Work to keep up the quality of the code and documentation.
Type
Projects
Status
In progress