This is a collection of scripts serving to compare results from different spiking neural network simulators.
The scripts have been used, in particular, to compare the outcome of synapse plasticity simulations and neural network simulations run with:
- Arbor (see this repo),
- Brian 2 (see this repo and this repo),
- Stand-alone simulator for synaptic memory consolidation (see this repo).
- plotSimResultsComparisonMeanSEM.py - enables to compare the time course of specific quantities across simulators, in particular, showing the mean and standard error of the mean (SEM) of the quantities from batches of multiple trials
- plotSpikeRasterComp.py - enables to compare spike raster data across simulators
- spikeRasterReformat.py - reformats spike raster data for easier comparison
- isiAnalysisSpikeRaster.py - extracts the distribution of inter-spike intervals from spike raster data
- utilityFunctions.py - diverse utility functions needed by other modules (cf. here)