Wiki source code of PyNN: resources

Version 14.1 by adavison on 2022/10/04 14:06

Show last authors
1 PyNN (//pronounced 'pine'//) is a simulator-independent language for building neuronal network models.
2
3 In other words, you can write the code for a model once, using the PyNN API and the Python programming language, and then run it without modification on any simulator that PyNN supports (currently [[NEURON>>url:http://www.neuron.yale.edu/neuron/]], [[NEST>>url:http://www.nest-initiative.org/?page=Software]], and [[Brian>>url:http://briansimulator.org/]]), and on the [[SpiNNaker>>url:http://apt.cs.manchester.ac.uk/projects/SpiNNaker/]] and [[BrainScaleS>>url:https://www.humanbrainproject.eu/en/silicon-brains/]] neuromorphic hardware systems.
4
5
6 == Tutorials - Documentation - Homepage - Source code - Issue tracker - Community ==
7
8
9