Module plasticity

Module plasticity 

Source
Expand description

Synaptic plasticity rules for learning and memory.

This module implements various plasticity mechanisms including:

  • Spike-Timing Dependent Plasticity (STDP)
  • BCM (Bienenstock-Cooper-Munro) rule
  • Oja’s rule
  • Hebbian and Anti-Hebbian learning
  • Homeostatic plasticity
  • Meta-plasticity

Structs§

AntiHebbianRule
Anti-Hebbian learning rule.
BCM
BCM (Bienenstock-Cooper-Munro) plasticity rule.
HebbianRule
Hebbian learning rule.
HomeostaticPlasticity
Homeostatic plasticity for maintaining stable activity levels.
MetaPlasticity
Meta-plasticity: plasticity of plasticity.
OjasRule
Oja’s rule for normalized Hebbian learning.
STDP
Spike-Timing Dependent Plasticity (STDP) implementation.