Changes for page PyNN: resources

Last modified by adavison on 2022/10/04 14:25

From version 6.1
edited by adavison
on 2021/08/03 15:23
Change comment: There is no comment for this version
To version 14.1
edited by adavison
on 2022/10/04 14:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,18 +1,9 @@
1 -This collab is currently being used to plan tutorials for PyNN. Once we have some complete tutorials, we will make it public.
1 +PyNN (//pronounced 'pine'//) is a simulator-independent language for building neuronal network models.
2 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.
3 3  
4 -== Planned tutorials ==
5 5  
6 -* Introduction to PyNN
7 -* Installing PyNN on Linux
8 -* Installing PyNN on Mac OS
9 -* Installing PyNN on Windows
10 -* Building and simulating a simple model
11 -* Recording and data handling
12 -* Structuring larger models
13 -* Models with spatial structure
14 -* Synaptic plasticity
15 -* Randomness and reproducibility
16 -* Running parallel simulations
6 +== Tutorials - Documentation - Homepage - Source code - Issue tracker - Community ==
17 17  
8 +
18 18