Wiki source code of 03. Building and simulating a simple model
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 how to build a simple network of integrate-and-fire neurons using PyNN, how to run simulation experiments with this network using different simulators, and how to visualize the data generated by these experiments. | ||
9 | |||
10 | == Audience == | ||
11 | |||
12 | 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. | ||
13 | |||
14 | == Prerequisites == | ||
15 | |||
16 | To follow this tutorial, you need a basic knowledge of neuroscience (high-school level or greater), basic familiarity with the Python programming language, and either a computer with PyNN, NEST, NEURON and Brian 2 installed, or an EBRAINS account and basic familiarity with Jupyter notebooks. If you don't have these tools installed, see one of our previous tutorials which guide you through the installation. | ||
17 | |||
18 | == Format == | ||
19 | |||
20 | This tutorial will be a video combining slides, animations, and screencast elements. The intended duration is 10 minutes. | ||
21 | |||
22 | == Script == | ||
23 | |||
24 | (% class="wikigeneratedid" id="HIntroduceyourself28ifvideo29" %) | ||
25 | (% class="small" %)**Introduce yourself** | ||
26 | |||
27 | Hello, my name is X. | ||
28 | |||
29 | This video is one of a series of tutorials for PyNN, which is Python software for modelling and simulating spiking neural networks. | ||
30 | |||
31 | For a list of the other tutorials in this series, you can visit ebrains.eu/service/pynn, that's p-y-n-n. | ||
32 | |||
33 | (% class="wikigeneratedid" id="HStatethelearningobjectives28Inthistutorial2CyouwilllearntodoX202629" %) | ||
34 | (% class="small" %)**State the learning objectives** | ||
35 | |||
36 | In this tutorial, you will learn the basics of PyNN: how to build a simple network of integrate-and-fire neurons using PyNN, how to run simulation experiments with this network using different simulators, and how to visualize the data generated by these experiments. | ||
37 | |||
38 | (% class="wikigeneratedid" id="HStateprerequisites" %) | ||
39 | (% class="small" %)**State prerequisites** | ||
40 | |||
41 | To follow this tutorial, you need a basic knowledge of neuroscience (high-school level or greater), basic familiarity with the Python programming language, and you should have already followed our earlier tutorial video which guides you through the installation process. | ||
42 | |||
43 | This video covers PyNN 0.10. If you've installed a more recent version of PyNN, you might want to look for an updated version of this video. | ||
44 | |||
45 | (% class="wikigeneratedid" id="HDescription2Cexplanation2Candpractice" %) | ||
46 | (% class="small" %)**Description, explanation, and practice** | ||
47 | |||
48 | . | ||
49 | |||
50 | (% class="wikigeneratedid" id="HSummary28Inthistutorial2CyouhavelearnedtodoX202629" %) | ||
51 | (% class="small" %)**Summary (In this tutorial, you have learned to do X…)** | ||
52 | |||
53 | . | ||
54 | |||
55 | (% class="wikigeneratedid" id="HAcknowledgementsifappropriate" %) | ||
56 | (% class="small" %)**Acknowledgements if appropriate** | ||
57 | |||
58 | . | ||
59 | |||
60 | (% class="wikigeneratedid" id="HReferencestowebsites28Formoreinformation2Cvisitusat202629" %) | ||
61 | (% class="small" %)**References to websites (For more information, visit us at…)** | ||
62 | |||
63 | . | ||
64 | |||
65 | (% class="wikigeneratedid" id="HContactinformation28Forquestions2Ccontactusat202629" %) | ||
66 | (% class="small" %)**Contact information (For questions, contact us at…)** | ||
67 | |||
68 | . |