Wiki source code of 01. Introduction to neuronal simulation with PyNN
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="box warningmessage" %) | ||
2 | ((( | ||
3 | tutorial under development | ||
4 | ))) | ||
5 | |||
6 | == Learning objectives == | ||
7 | |||
8 | In this tutorial, you will learn about: | ||
9 | |||
10 | * the different levels of abstraction that can be used in modelling biological nervous systems and their components; | ||
11 | * the range of software tools that are available for modelling and simulation of neural systems; | ||
12 | * the challenges created by having so many different tools; | ||
13 | * some other tools that try to address these challenges, such as PyNN and NeuroML; | ||
14 | * why you might want to use PyNN. | ||
15 | |||
16 | == Audience == | ||
17 | |||
18 | This tutorial is intended for people with at least a basic knowledge of neuroscience (high school level or above) and basic familiarity with the Python programming language. It should also be helpful for people who already have advanced knowledge of neuroscience and neural simulation, who simply wish to learn how to use PyNN, and how it differs from other simulation tools they know. | ||
19 | |||
20 | == Prerequisites == | ||
21 | |||
22 | . | ||
23 | |||
24 | == Format == | ||
25 | |||
26 | . | ||
27 | |||
28 | == Script == | ||
29 | |||
30 | === Introduce yourself (if video) === | ||
31 | |||
32 | . | ||
33 | |||
34 | === State the learning objectives (In this tutorial, you will learn to do X…) === | ||
35 | |||
36 | . | ||
37 | |||
38 | === State prerequisites === | ||
39 | |||
40 | . | ||
41 | |||
42 | === Description, explanation, and practice === | ||
43 | |||
44 | . | ||
45 | |||
46 | === Summary (In this tutorial, you have learned to do X…) === | ||
47 | |||
48 | . | ||
49 | |||
50 | === Acknowledgements if appropriate === | ||
51 | |||
52 | . | ||
53 | |||
54 | === References to websites (For more information, visit us at…) === | ||
55 | |||
56 | . | ||
57 | |||
58 | === Contact information (For questions, contact us at…) === | ||
59 | |||
60 | . |