Last modified by spreizer on 2025/08/26 09:19

From version 16.5
edited by spreizer
on 2025/07/30 09:48
Change comment: There is no comment for this version
To version 16.7
edited by spreizer
on 2025/07/30 11:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,7 +33,9 @@
33 33  
34 34  1) The first part of the tutorial, we look at NEST Desktop.  As a goal we will create and analyze a balanced two-population network.
35 35  
36 +* [[https:~~/~~/wiki.ebrains.eu/bin/view/Collabs/nest-desktop>>https://wiki.ebrains.eu/bin/view/Collabs/nest-desktop]]
36 36  
38 +
37 37  2) The tutorial will then turn to Jupyter (Python) notebooks where we will start by creating a spiking neurons. Here, we learn advanced steps to write code with NEST Simulation syntax. The scripting codes allow us to customize sophisticated use cases with NEST simulations. Examples are:
38 38  
39 39  * neuronal dynamics
... ... @@ -42,11 +42,11 @@
42 42  * using plasticity
43 43  
44 44  
47 +
45 45  3) The last part is using NESTML to create custom neuron and synapse models for NEST Simulator. A functional plasticity rule will then be introduced into the balanced E/I network to implement a biologically realistic version of reinforcement learning. This will be done by formulating the learning model in the NESTML language syntax, and using the associated toolchain to generate code for NEST [4].
46 46  
47 47  * [[https:~~/~~/wiki.ebrains.eu/bin/view/Collabs/nestml-tutorials>>https://wiki.ebrains.eu/bin/view/Collabs/nestml-tutorials]]
48 48  
49 -
50 50  
51 51  )))
52 52