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§
- Anti
Hebbian Rule - Anti-Hebbian learning rule.
- BCM
- BCM (Bienenstock-Cooper-Munro) plasticity rule.
- Hebbian
Rule - Hebbian learning rule.
- Homeostatic
Plasticity - Homeostatic plasticity for maintaining stable activity levels.
- Meta
Plasticity - Meta-plasticity: plasticity of plasticity.
- Ojas
Rule - Oja’s rule for normalized Hebbian learning.
- STDP
- Spike-Timing Dependent Plasticity (STDP) implementation.