Hello,
I am planning to design an echo state network in the Brian simulator platform. Can anyone provide me with a supporting document or any guidelines for that?
Thanks.
Hello,
I am planning to design an echo state network in the Brian simulator platform. Can anyone provide me with a supporting document or any guidelines for that?
Thanks.
Hello,
I haven’t found any echo state implementations in Brian after a quick search.
Another good place to look for implementations across simulation platforms is ModelDB
ModelDB - search results: reservoir
Robust Reservoir Generation by Correlation-Based Learning (Yamazaki & Tanaka 2008), [ModelDB page]
[github page], [paper]
the implementations appears to be in C++, but looking at main.c seems like a good place to start when writing a Brain2 implementation
-Adam