Closed ago109 closed 4 months ago
Short-term plasticity and eligibility tracing have been successfully integrated into main ngc-learn -- a new lesson/tutorial has been written on how modulated STDP (w/ eligibility traces) works and one on short-term plasticity (the new STPDenseSynapse
will be written in the near future.
Stub to nudge/push incorporation of short-term facilitation and depression into synapse components (via dynamics in http://www.scholarpedia.org/article/Short-term_synaptic_plasticity)
A branch has been created (yesterday) --
short_term_plasticity
-- which contains a draft ofSTPDenseSynapse
and its corresponding dynamics and some notes for facilitation-dominated and depression-dominated dynamics. In addition, anEligibilityTrace
component has been drafted in this feature branch.