Spike Adaptation · Bursting · 20 Patterns · HBP Standard
🧠 Tier: Standard UG · Efficient Spiking Model
Version:
§ 01
Interactive Simulation
Variable 1
—
—
Variable 2
—
—
Input
—
—
Output
—
—
Count
0
—
State
—
—
Time
0
ms
Playback
Preset
Parameters
Parameter 15.0
Parameter 25.0
Input I5.0
T sim (ms)500
Overlays
§ 02
The Idea, Step by Step
▸ From a tired clap to a firing neuron
STEP 1 — Start simple
Clap as fast as you can. The first few claps are quick and sharp, but your hands tire and you naturally slow down. A neuron does almost the same thing. Give it a strong, steady push and it fires a burst of fast electrical "spikes" — then it gets "tired" and the spikes spread further apart. That slowing-down is called adaptation, and AdEx is a small set of rules that captures exactly this rhythm.
STEP 2 — Name the pieces
Two numbers describe the cell at any instant. The first is the membrane voltage $V$ — how charged-up the neuron is. The second is an adaptation current $w$ — the "tiredness" that builds with every spike. A steady input current $I$ charges the cell. When $V$ climbs past a threshold the neuron spikes; then $V$ snaps back to a reset value and $w$ jumps up by a fixed amount $b$. Each jump in $w$ subtracts from the next push, so the cell takes a little longer to reach threshold again. For instance, if every spike adds about $b=60$ pA of "brake" while the input is only $200$ pA, after a few spikes the brake eats most of the drive and the firing settles into a slower, steadier beat.
STEP 3 — The precise rules
AdEx writes this as the two coupled equations in Section 3. The voltage equation carries an exponential term $g_L\Delta_T e^{(V-V_T)/\Delta_T}$ that switches on sharply near the threshold $V_T$ — it manufactures the fast upstroke of a real spike, with $\Delta_T$ setting how sharp it is. The second equation, $\tau_w\,dw/dt = a(V-E_L)-w$, lets $w$ slowly track voltage through the subthreshold coupling $a$, while the reset rule $w\leftarrow w+b$ adds the per-spike kick. Just two knobs, $a$ and $b$, plus the timescale $\tau_w$, reproduce regular-spiking, bursting, fast-spiking and rebound neurons. On the sliders here, Input I sets the drive, Parameter 1 and Parameter 2 stand for the coupling $a$ and the spike increment $b$, and T sim sets how long you watch.
STEP 4 — Try this in the sim above
Push Input I up and watch more spikes appear — notice how they crowd together at the start and spread out later. Raise Parameter 2 (the spike increment $b$) and the firing should slow more steeply: strong adaptation. Drop it back toward zero and the spacing stays even, like a fast-spiking cell that never tires. Lengthen T sim to give the slow adaptation time to settle into its final rhythm.
a (nS): subthreshold adaptation coupling. a>0: resonance (w tracks V). a<0: Class 3. b (pA): spike-triggered increment → adaptation. Large b: strong adaptation (RS). b<0: facilitatory bursting (TC). τ_w: adaptation timescale. Standard HBP model; parameters directly fit from current-clamp recordings.
🧠 ConceptualWhat is the core mathematical insight of Adaptive Exponential I-F (AdEx)?▼
The Adaptive Exponential I-F (AdEx) framework provides a rigorous bridge between microscopic neural parameters and macroscopic observables. The key insight is that complex emergent behaviours — oscillations, memory, coding precision — can be derived from simple mathematical rules governing individual neurons and their connections. The quantitative framework enables testable predictions about circuit function from experimentally measurable quantities.
Key: Mathematical rigour connects single-neuron parameters to network behaviour. Every emergent property (oscillation, attractor, code) is derivable from the microscopic rules.
🌍 AppliedHow is Adaptive Exponential I-F (AdEx) used in neurotechnology?▼
The Adaptive Exponential I-F (AdEx) framework is directly applied in brain-computer interfaces and computational medicine. Mathematical models derived from these principles optimise stimulation parameters for DBS, predict drug effects on network dynamics, decode neural signals for BCI applications, and guide the design of neuromorphic hardware. The quantitative framework enables model-based optimisation rather than empirical trial-and-error approaches in clinical settings.
Key: Direct applications in BCI design, DBS parameter optimisation, pharmacological modelling, and neuromorphic chip architecture.
🔬 SimulationHow do I use the simulation for Adaptive Exponential I-F (AdEx)?▼
Configure the parameter sliders on the right panel, select a preset to set up a canonical example, then press Play. The Main View shows the primary mathematical relationship; the Phase Plane shows geometric structure; the Time Series shows temporal evolution; the Parameter Sweep reveals sensitivity to inputs. All displayed quantities correspond directly to terms in the equations in Section 2. Export the data as CSV for further analysis.
Key: Each tab maps to a specific aspect of the mathematics. Use Parameter Sweep to find bifurcation points and Phase Plane to understand stability.
💡 Non-ObviousWhat is counterintuitive about Adaptive Exponential I-F (AdEx)?▼
The most surprising result in Adaptive Exponential I-F (AdEx) research is that small parameter changes can produce qualitatively different dynamics (bifurcations). A system that is stable for one parameter value can suddenly oscillate, burst, or become chaotic with a tiny perturbation. This sensitivity to parameters is the hallmark of nonlinear systems and has profound implications: the same neural circuit can perform completely different computations depending on its neuromodulatory state, which shifts parameters near bifurcation boundaries.
Key: Bifurcations: tiny parameter changes → qualitative behavioural change. Neuromodulators exploit this by operating near bifurcation points to switch neural circuit function.
📐 ComputationalWhat numerical methods and pitfalls apply to Adaptive Exponential I-F (AdEx)?▼
The appropriate numerical method depends on stiffness: for near-spike dynamics (HH, AdEx) use RK4 with dt ≤ 0.025 ms or implicit methods; for mean-field equations (WC, Amari) use Euler or RK4 with dt ≤ 0.5–1 ms. Always verify accuracy by halving dt and checking solution convergence. The most common errors: wrong units (mixing mV, ms, nS), missing initial conditions (not setting w₀=b×v₀ in Izhikevich), and incorrect boundary conditions in Fokker-Planck or cable equation simulations.
Key: Verify stability by halving dt. Most errors: wrong units, incorrect initial conditions, violated model assumptions. Check the model validity range before trusting any result.
§ 04 Resources
Gerstner et al. — Neuronal Dynamics. Free: neuronaldynamics.epfl.ch
Dayan & Abbott — Theoretical Neuroscience, MIT Press, 2001
Izhikevich — Dynamical Systems in Neuroscience. Free: dynamicalsystems.org
Neuromatch Academy — neuromatch.io (free comp neuro tutorials)
§ 05
Misconceptions & Common Errors
Sub-block A — Conceptual
❌"The Adaptive Exponential I-F (AdEx) model is only theoretical with no experimental support."
✅The Adaptive Exponential I-F (AdEx) framework has been extensively validated. Key predictions have been confirmed in electrophysiology, imaging, and pharmacological experiments. Modern neuroscience uses these models as quantitative tools integrated with the experimental cycle — for prediction, interpretation, and guidance of experiments.
❌Applying Adaptive Exponential I-F (AdEx) equations outside their range of validity (wrong N, dt, or approximation regime).
✅Every model has a validity regime. Always check: (1) Is N large enough for mean-field? (2) Is dt small enough (halve dt and verify solution converges)? (3) Are units consistent (mV, ms, nS throughout)? (4) Are initial conditions correct? When in doubt, compare to direct simulation of the full system.
🔍 Why: Violating assumptions gives quantitatively or qualitatively wrong results — and the error is often invisible without explicit validation.