Skip to main content
  • Poster presentation
  • Open access
  • Published:

Brian 2: neural simulations on a variety of computational hardware

Brian 2 is a fundamental rewrite of the Brian [1, 2] simulator for spiking neural networks. It is written in the Python programming language and focuses on simplicity and extensibility: neuronal and synaptic models can be described using mathematical formulae and with the use of physical units [3]. The same formalism can also be used to specify connectivity patterns (e.g. spatial connectivity), using mathematical expressions to define connections, probabilities of connections, number of synapses between neurons, and synaptic delays.

Brian 2 offers two modes of operation: a “runtime mode”, where executable code is generated from the model descriptions on the fly and executed from Python and a “standalone mode”, where a set of source code files is generated that can then be compiled and executed with no dependency on Brian or Python. The runtime mode is ideal for rapid prototyping and interactive exploration, e.g. from a Python console. The standalone mode on the other hand is designed for maximum of performance and for simulating models on a variety of hardware and platforms.

We show a number of example applications for the standalone mode, generating code for a wide range of devices:

  • C++ code that is completely independent of Brian, Python or Python libraries. Optionally, this code can be parallelized over multiple CPU cores using the OpenMP libraries.

  • Java/Renderscript for Android-based devices, enabling Brian to run neural models on commodity hardware (e.g. phones) for robotic applications [5].

  • The GPU enhanced Neuronal Networks (GeNN) framework [6, 7], a neural simulator using GPUs to accelerate neural simulations.

  • The same approach would also allow the generation of code targeted at neuromorphic computing architectures such as the SpiNNaker platform [8] for which we have started preliminary work.

Brian is made available under a free software license and all development takes place in public code repositories [9].

References

  1. Goodman DFM, Brette R: The Brian Simulator. Frontiers in Neuroscience. 2009, 3: 192-197. 10.3389/neuro.01.026.2009.

    Article  PubMed Central  PubMed  Google Scholar 

  2. The Brian spiking neural network simulator. http://briansimulator.org, accessed 21-02-2014

  3. Stimberg M, Goodman DFM, Benichoux V, Brette R: Equation-oriented specification of neural models for simulations. Frontiers in Neuroinformatics. 2014, 8: 10.3389/fninf.2014.00006.

    Google Scholar 

  4. Goodman DFM: Code Generation: A Strategy for Neural Network Simulators. Neuroinformatics. 2010, 8 (3): 183-196. 10.1007/s12021-010-9082-x.

    Article  PubMed  Google Scholar 

  5. Android-based robotics. http://www.socsci.uci.edu/~jkrichma/ABR/index.html, accessed 21-02-2014

  6. Nowotny T: Flexible neuronal network simulation framework using code generation for NVIDIA CUDA. BMC Neuroscience. 2011, 12 (Suppl 1): P239-10.1186/1471-2202-12-S1-P239.

    Article  PubMed Central  Google Scholar 

  7. Nowotny T, Yavuz E, Turner J: GeNN. http://sourceforge.net/projects/genn/, accessed 21-02-2014

  8. Khan MM, Lester DR, Plana LA, Rast A, Jin X, Painkras E, Furber SB: SpiNNaker: Mapping neural networks onto a massively-parallel chip multiprocessor. IEEE International Joint Conference on Neural Networks. 2008, 2849-2856. 10.1109/IJCNN.2008.4634199.

    Google Scholar 

  9. Brian 2 code repository. https://github.com/brian-team/brian2, accessed 21-02-2014

Download references

Acknowledgements

This work was partly supported by by ANR-11-0001-02 PSL*, ANR-10-LABX-0087, ERC StG 240132 and a Fellowship Grant from the French FRM.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Marcel Stimberg.

Rights and permissions

Open Access  This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made.

The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder.

To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.0/.

The Creative Commons Public Domain Dedication waiver (https://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Goodman, D.F., Stimberg, M., Yger, P. et al. Brian 2: neural simulations on a variety of computational hardware. BMC Neurosci 15 (Suppl 1), P199 (2014). https://doi.org/10.1186/1471-2202-15-S1-P199

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2202-15-S1-P199

Keywords