Skip to main content

Module mirror

Module mirror 

Source
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§

BlockResonance
Per-block resonance accumulator.
MirrorState
Mirror neuron state — loaded from resonance.bin.
MirrorStats
ResonanceEcho
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.