... |
... |
@@ -34,19 +34,4 @@ |
34 |
34 |
|
35 |
35 |
An STDP rule that is modulated by a “third factor”, in this case the dendritic action potential current of the postsynaptic neuron with an active dendrite. |
36 |
36 |
In this tutorial, the neuron with dendritic action potentials from the NESTML active dendrite tutorial is combined with a spike-timing dependent synaptic plasticity model. The dendritic action potential current acts as the “third factor” in the learning rule (in addition to pre- and postsynaptic spike timings) and is used to gate the weight update: changes in the weight can only occur during the postsynaptic neuron’s dendritic action potential. |
37 |
|
-=== [[Creating synapse models – STDP windows>>https://nestml.readthedocs.io/en/latest/tutorials/stdp_windows/stdp_windows.html||rel=" noopener noreferrer" target="_blank"]] === |
38 |
38 |
|
39 |
|
-**Level**: advanced(%%) **Type**: interactive tutorial |
40 |
|
- |
41 |
|
-An STDP window describes how the strength of the synapse changes as a function of the relative timing of pre- and postsynaptic spikes. In this tutorial we will be implementing several different STDP model variants with different window functions in NESTML. |
42 |
|
-=== [[Creating neuron models – Inhomogeneous Poisson generator>>https://nestml.readthedocs.io/en/latest/tutorials/inhomogeneous_poisson/inhomogeneous_poisson.html||rel=" noopener noreferrer" target="_blank"]] === |
43 |
|
- |
44 |
|
-**Level**: advanced(%%) **Type**: interactive tutorial |
45 |
|
- |
46 |
|
-This tutorial will show you how to create a model that emits spikes according to an inhomogeneous Poisson distribution. |
47 |
|
-=== [[Creating neuron models – Ornstein-Uhlenbeck noise tutorial>>https://nestml.readthedocs.io/en/latest/tutorials/ornstein_uhlenbeck_noise/nestml_ou_noise_tutorial.html||rel=" noopener noreferrer" target="_blank"]] === |
48 |
|
- |
49 |
|
-**Level**: advanced(%%) **Type**: interactive tutorial |
50 |
|
- |
51 |
|
-This tutorial will show you how to implement the Ornstein-Uhlenbeck process in NESTML and use it to inject a noise current into a neuron. |
52 |
|
- |