Skip to main content

Module trivial

Module trivial 

Source
Expand description

Compatibility facade for simple integrate-and-fire variants.

Nineteen independent model implementations and their inherited tests live in bounded child modules while historical public re-exports remain unchanged.

Re-exportsยง

pub use adaptive_threshold_if::AdaptiveThresholdIFNeuron;

Modulesยง

adaptive_threshold_if
Exact constant-input relaxation for the composite reduced adaptive-threshold leaky integrate-and-fire neuron: leaky membrane relaxation, the a=0 Mihalasโ€“Niebur threshold-decay limit, and the Platkiewiczโ€“Brette fixed post-spike threshold shift.
closed_form_continuous ๐Ÿ”’
complementary_lif ๐Ÿ”’
energy_lif ๐Ÿ”’
escape_rate ๐Ÿ”’
gated_lif ๐Ÿ”’
inhibitory_lif ๐Ÿ”’
integer_qif ๐Ÿ”’
klif ๐Ÿ”’
mat ๐Ÿ”’
non_resetting_lif ๐Ÿ”’
nonlinear_lif ๐Ÿ”’
parametric_lif ๐Ÿ”’
perfect_integrator ๐Ÿ”’
quadratic_if ๐Ÿ”’
sfa ๐Ÿ”’
sigma_delta ๐Ÿ”’
stochastic_lif ๐Ÿ”’
theta ๐Ÿ”’

Structsยง

ClosedFormContinuousNeuron
Closed-form Continuous-depth (CfC) neuron. Hasani et al. 2022.
ComplementaryLIFNeuron
Complementary LIF โ€” dual-path excitatory/inhibitory.
EnergyLIFNeuron
Energy-aware LIF โ€” metabolic cost modulates gain. Sengupta et al. 2013.
EscapeRateNeuron
Escape-rate neuron โ€” stochastic IF with exponential hazard. Gerstner 2000.
GatedLIFNeuron
Gated LIF โ€” learnable decay and input gates.
InhibitoryLIFNeuron
Inhibitory LIF โ€” LIF with self-inhibition trace.
IntegerQIFNeuron
Wu et al. (2021) IQIF โ€” piecewise-linear integer soma for digital hardware.
KLIFNeuron
KLIF โ€” learnable LIF with scaling factor k. Eshraghian et al. 2021.
MATNeuron
Multi-timescale Adaptive Threshold. Kobayashi et al. 2009.
NonResettingLIFNeuron
Non-resetting LIF with adaptive threshold. Brette 2004.
NonlinearLIFNeuron
Nonlinear LIF โ€” cubic f-I curve with adaptation. Touboul & Brette 2008.
ParametricLIFNeuron
Parametric LIF โ€” learnable decay via sigmoid(a). Fang et al. 2021.
PerfectIntegratorNeuron
Perfect integrator โ€” no leak, pure capacitive charging.
QuadraticIFNeuron
Quadratic Integrate-and-Fire โ€” canonical Type-I excitability. dv/dt = vยฒ + I, reset at v_peak.
SFANeuron
Spike-Frequency Adaptation LIF. Benda & Herz 2003.
SigmaDeltaNeuron
Sigma-Delta neuron โ€” first-order delta modulation.
StochasticLIFNeuron
Stochastic LIF โ€” LIF with Gaussian noise.
ThetaNeuron
Theta neuron โ€” Ermentrout & Kopell canonical form. dฮธ/dt = (1 - cosฮธ) + (1 + cosฮธ)ยทI, spike at ฮธ crossing ฯ€.