plasticity_none (macula_tweann v0.18.1)
View SourceNo-op plasticity rule (static weights).
This module implements a "do nothing" plasticity rule that leaves weights unchanged. It serves as:
1. A baseline for comparing learning vs no learning 2. A way to disable learning for specific connections 3. A template for implementing new plasticity rules
Summary
Functions
Apply the no-op rule (returns weight unchanged).
Return a description of this rule.
Return the rule name.
Types
-type weight_spec() :: plasticity:weight_spec().
Functions
-spec apply_rule(weight_spec(), float(), float(), float()) -> weight_spec().
Apply the no-op rule (returns weight unchanged).
-spec description() -> binary().
Return a description of this rule.
-spec name() -> atom().
Return the rule name.