Changes for page NESTML

Last modified by abonard on 2025/06/13 16:09

From version 1.1
edited by adavison
on 2023/02/27 16:46
Change comment: There is no comment for this version
To version 2.1
edited by jessicamitchell
on 2023/09/11 11:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.adavison
1 +XWiki.jessicamitchell
Content
... ... @@ -1,9 +1,33 @@
1 1  Available tutorials:
2 2  
3 -* [[Izhikevich tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/izhikevich/nestml_izhikevich_tutorial.html||rel=" noopener noreferrer" target="_blank"]] (beginner)
4 -* [[Active dendrite tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/active_dendrite/nestml_active_dendrite_tutorial.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
5 -* [[Dopamine-modulated STDP synapse tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/stdp_dopa_synapse/stdp_dopa_synapse.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
6 -* [[Ornstein-Uhlenbeck noise tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/ornstein_uhlenbeck_noise/nestml_ou_noise_tutorial.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
7 -* [[STDP synapse tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/triplet_stdp_synapse/triplet_stdp_synapse.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
8 -* [[STDP windows tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/stdp_windows/stdp_windows.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
3 +=== [[Izhikevich tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/izhikevich/nestml_izhikevich_tutorial.html||rel=" noopener noreferrer" target="_blank"]] ===
9 9  
5 +//Level: beginner//
6 +
7 +Learn how to write the Izhikevich spiking neuron model in NESTML.
8 +=== [[Active dendrite tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/active_dendrite/nestml_active_dendrite_tutorial.html||rel=" noopener noreferrer" target="_blank"]] ===
9 +
10 +//Level: advanced//
11 +
12 +Learn how to model a dendritic action potential in an existing NESTML neuron.
13 +=== [[Dopamine-modulated STDP synapse tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/stdp_dopa_synapse/stdp_dopa_synapse.html||rel=" noopener noreferrer" target="_blank"]] ===
14 +
15 +//Level: advanced//
16 +
17 +Adding dopamine modulation to the weight update rule of an STDP synapse allows it to be used in reinforcement learning tasks. This allows a network to learn which of the many cues and actions preceding a reward should be credited for the reward.
18 +=== [[Ornstein-Uhlenbeck noise tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/ornstein_uhlenbeck_noise/nestml_ou_noise_tutorial.html||rel=" noopener noreferrer" target="_blank"]] ===
19 +
20 +//Level: advanced//
21 +
22 +Implement the Ornstein-Uhlenbeck process in NESTML and use it to inject a noise current into a neuron.
23 +=== [[STDP synapse tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/triplet_stdp_synapse/triplet_stdp_synapse.html||rel=" noopener noreferrer" target="_blank"]] ===
24 +
25 +//Level: advanced//
26 +
27 +A triplet STDP rule is sensitive to third-order correlations of pre- and postsynaptic spike times, and accounts better for experimentally seen dependence on timing and frequency.
28 +=== [[STDP windows tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/stdp_windows/stdp_windows.html||rel=" noopener noreferrer" target="_blank"]] ===
29 +
30 +//Level: advanced//
31 +
32 +An STDP window describes how the strength of the synapse changes as a function of the relative timing of pre- and postsynaptic spikes. Several different STDP model variants with different window functions are implemented.
33 +