You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In plasticity_helper.py we created a new function that generates the LUT for the PFPC STDP kernel:
exp(dt/tau)sin(dt/tau)^20
the LUT has been checked and used to implement the plasticity update on SpiNNaker.
TODO:
tidy the code and check the equations to find the maximum for the normalisation
write the LUT for the MFVN plasticity (it is a coincidence detector, symmetric around the PC event so we can write the LUT for one side and use the absolute value of dt). The temporal window in which the kernel has an effect is about +/-20ms, so we can use a LTU of 64 (or 32?) elements.
understand required range
The text was updated successfully, but these errors were encountered: