Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.2 KB

Spike-driven plasticity

Event-driven plasticity

A synapse with spike-timing-dependent plasticity (STDP) has been added to Arbor.

The implementation is validated against the Brian 2 simulator.

How to

First, install Arbor. If you install from source, make sure arbor-build-catalogue from the Arbor scripts directory is in PATH, or modify the Makefile accordingly.

Next, if necessary, adapt run_arbor.sh and run_brian2.sh to your environment.

Parameters can be changed in config_brian2_arbor_*.json or copied to a new configuration file, e.g., config_modified.json.

Then, call make like below for the modified configuration:

make comparison_modified.png

Or simply call

make

for the default configuration.

Comparison between Arbor and Brian2

Requirements