Changes for page PyNN: resources
Last modified by adavison on 2022/10/04 14:25
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,22 +1,9 @@ 1 - Thiscollab is currently beingusedtoplantutorials for PyNN. Oncewe have completedat least one ofthe"InstallingPyNN" tutorials and the"Buildingand simulatingasimplemodel"tutorial,we willmakeit 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 - Thefirst three tutorialsshouldbe followed in sequence. Followingthis,the remaining,moreadvanced,tutorialscan befollowedinanyorder.6 +== Tutorials - Documentation - Homepage - Source code - Issue tracker - Community == 7 7 8 -* [[Introduction to PyNN>>doc:.Tutorials.Introduction to PyNN.WebHome]] 9 -* [[Installing PyNN>>doc:.Tutorials.Installing PyNN.WebHome]] 10 -** on Linux 11 -** on Mac OS 12 -** on Windows 13 -** in the EBRAINS Jupyter Lab 14 -* [[Building and simulating a simple model>>doc:.Tutorials.Building and simulating a simple model.WebHome]] 15 -* [[Recording and data handling>>doc:.Tutorials.Recording and data handling.WebHome]] 16 -* [[Structuring larger models>>doc:.Tutorials.Structuring larger models.WebHome]] 17 -* [[Models with spatial structure>>doc:.Tutorials.Models with spatial structure.WebHome]] 18 -* [[Synaptic plasticity>>doc:.Tutorials.Synaptic plasticity.WebHome]] 19 -* [[Randomness and reproducibility>>doc:.Tutorials.Randomness and reproducibility.WebHome]] 20 -* [[Running parallel simulations>>doc:.Tutorials.Running parallel simulations.WebHome]] 21 21 22 22