Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create LUT for cos and sin plasticity rules #5

Open
ChiaraBartolozzi opened this issue Oct 9, 2018 · 1 comment
Open

Create LUT for cos and sin plasticity rules #5

ChiaraBartolozzi opened this issue Oct 9, 2018 · 1 comment
Assignees

Comments

@ChiaraBartolozzi
Copy link

understand required range

@ChiaraBartolozzi
Copy link
Author

ChiaraBartolozzi commented Oct 11, 2018

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.

@ChiaraBartolozzi ChiaraBartolozzi self-assigned this Oct 11, 2018
@pabogdan pabogdan transferred this issue from SpiNNakerManchester/sPyNNaker8 Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant