Expand description
Mirror neuron layer for Microscope Memory.
“When one pattern fires, similar past patterns resonate.”
Compares incoming activation fingerprints against stored ones. High-resonance matches boost recall — the system “recognizes” familiar activation shapes and strengthens related pathways.
Binary format: resonance.bin (RES1)
Structs§
- Block
Resonance - Per-block resonance accumulator.
- Mirror
State - Mirror neuron state — loaded from resonance.bin.
- Mirror
Stats - Resonance
Echo - A resonance echo — records when a new query matched a past fingerprint.
Functions§
- mirror_
boost - Full mirror neuron cycle: detect resonance and return boosted scores. Call this after Hebbian activation recording.