CARLsim3
Information
- Documentation: https://uci-carl.github.io/CARLsim3
- Github organization: http://github.org/UCI-CARL/CARLsim3
- Docathon project: https://github.com/UCI-CARL/CARLsim3/projects/1
Description
CARLsim is an efficient, easy-to-use, GPU-accelerated library for simulating large-scale spiking neural network (SNN) models with a high degree of biological detail. CARLsim allows execution of networks of Izhikevich spiking neurons with realistic synaptic dynamics on both generic x86 CPUs and standard off-the-shelf GPUs. The simulator provides a PyNN-like programming interface in C/C++, which allows for details and parameters to be specified at the synapse, neuron, and network level.
Open Doc issues
- User Guide: Better explain how to set up STDP
- Add a Tutorial that shows off multi-compartment models
- User Guide Chapter 5: Document DA-STDP
- Fix Doxygen issues on Windows
- Complete CARLsim API documentation
- Document PrePostGroupSpikeGen
- Document InteractiveSpikeGen
- User Guide, Chapter 10: ECJ installation info is out of date