The Brian simulator

Goodman DFM, Brette R
Frontiers in Neuroscience (2009) 3(2)
doi: 10.3389/neuro.01.026.2009
 

Abstract

"Brian" is a simulator for spiking neural networks (http://www.briansimulator.org ). The focus is on making the writing of simulation code as quick and easy as possible for the user, and on flexibility: new and non-standard models are no more difficult to define than standard ones. This allows scientists to spend more time on the details of their models, and less on their implementation. Neuron models are defined by writing differential equations in standard mathematical notation, facilitating scientific communication. Brian is written in the Python programming language, and uses vector-based computation to allow for efficient simulations. It is particularly useful for neuroscientific modelling at the systems level, and for teaching computational neuroscience.

Links

Related software

Brian

A Python simulator for spiking neural networks.

Categories