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

Add STDP learning to a spiking network #19

Open
GuillaumeLam opened this issue Aug 27, 2021 · 3 comments
Open

Add STDP learning to a spiking network #19

GuillaumeLam opened this issue Aug 27, 2021 · 3 comments

Comments

@GuillaumeLam
Copy link
Contributor

I am planning to add code for STDP in the next couple of days. Did you have an advice/experience in adding STDP capabilities to the framework?

@SBuercklin
Copy link
Collaborator

I never got around to a full implementation of STDP. That should be handled after the simulation completes, but I didn't build any sort of opinionated "how to update weights" abstraction in

@GuillaumeLam
Copy link
Contributor Author

I am currently looking into which STDP algorithm to follow. The updates could be after each simulation, but would it be more realistic if the updates were after each spike of a neuron? This would for sure incur a larger computational cost, however I am just scared that the per sim updates will be too spaced out for proper unsupervised learning...

@DanielParraUnam
Copy link

Hello, I am very interested in implementing different STDP rules for DL tasks. Does anybody have a simple working example of an STDP rule that you want to share?

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

3 participants