Expand description
Compatibility facade for bounded AI-optimised neuron modules.
Modulesยง
- adaptive_
threshold_ ๐moe_ neuron - arcane_
neuron ๐ - attention_
gated_ ๐neuron - compositional_
binding_ ๐neuron - continuous_
attractor_ ๐neuron - differentiable_
surrogate_ ๐neuron - hybrid_
linear_ ๐attention_ neuron - meta_
plastic_ ๐neuron - multi_
timescale_ ๐neuron - predictive_
coding_ ๐neuron - quantum_
inspired_ ๐lif_ neuron - self_
referential_ ๐neuron
Structsยง
- Adaptive
Threshold MoENeuron - Adaptive threshold spiking neuron matching the SpikingBrain architecture.
- Arcane
Neuron - ArcaneNeuron โ unified self-referential cognition model.
- Attention
Gated Neuron - Spiking neuron with learned sigmoid attention gate. gate = sigmoid(w_key * I + w_query * v), modulates input before integration.
- Compositional
Binding Neuron - Phase-coding neuron for compositional variable binding. Spike when amplitude * cos(phase) > threshold.
- Continuous
Attractor Neuron - Ring attractor for continuous working memory. Mexican hat connectivity; holds a continuous value in persistent activity.
- Differentiable
Surrogate Neuron - Spiking neuron with learnable surrogate gradient parameters. alpha (decay), beta (steepness), theta (threshold) all trainable.
- Hybrid
Linear Attention Neuron - Hybrid linear attention neuron for spiking environments.
- Meta
Plastic Neuron - Neuron with self-regulating meta-learning rate. error_trace adapts learning speed: high error โ learn faster, low error โ stabilize.
- Multi
Timescale Neuron - Three-compartment memory neuron (fast/medium/slow timescales). Slow compartment accumulates context, modulating excitability.
- Predictive
Coding Neuron - Fires only on prediction errors. Silent when input matches prediction.
- Quantum
InspiredLIF Neuron - Quantum-inspired LIF neuron with non-classical probability logic.
- Self
Referential Neuron - Introspects on its own spike history; adjusts tau based on firing rate.