Changes for page NESTML

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

From version 24.1
edited by abonard
on 2025/05/23 13:19
Change comment: There is no comment for this version
To version 25.1
edited by abonard
on 2025/05/23 13:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,4 +28,10 @@
28 28  **Level**: advanced(%%) **Type**: interactive tutorial
29 29  
30 30  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. In this tutorial, we will learn to formulate triplet rule (which considers sets of three spikes, i.e., two presynaptic and one postsynaptic spikes or two postsynaptic and one presynaptic spikes) for Spike Timing-Dependent Plasticity (STDP) learning model using NESTML and simulate it with NEST simulator.
31 +=== [[Creating synapse models – Active dendrite third-factor STDP synapse>>https://nestml.readthedocs.io/en/latest/tutorials/stdp_third_factor_active_dendrite/stdp_third_factor_active_dendrite.html||rel=" noopener noreferrer" target="_blank"]] ===
31 31  
33 +**Level**: advanced(%%) **Type**: interactive tutorial
34 +
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 +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 +