Quadratic Integrate And Fire
   HOME

TheInfoList



OR:

The quadratic integrate and fire (QIF) model is a biological neuron model and a type of integrate-and-fire neuron which describes action potentials in neurons. In contrast to physiologically accurate but computationally expensive neuron models like the
Hodgkin–Huxley model The Hodgkin–Huxley model, or conductance-based model, is a mathematical model that describes how action potentials in neurons are initiated and propagated. It is a set of nonlinear differential equations that approximates the electrical charact ...
, the QIF model seeks only to produce
action potential An action potential occurs when the membrane potential of a specific cell location rapidly rises and falls. This depolarization then causes adjacent locations to similarly depolarize. Action potentials occur in several types of animal cells, ...
-like patterns and ignores subtleties like gating variables, which play an important role in generating action potentials in a real neuron. However, the QIF model is incredibly easy to implement and compute, and relatively straightforward to study and understand, thus has found ubiquitous use in computational neuroscience. A quadratic integrate and fire neuron is defined by the
autonomous differential equation In mathematics, an autonomous system or autonomous differential equation is a system of ordinary differential equations which does not explicitly depend on the independent variable. When the variable is time, they are also called time-invariant ...
, : \frac = x^2 + I where I is a real positive constant. Note that a solution to this differential equation is the tangent function, which blows up in finite time. Thus a "spike" is said to have occurred when the solution reaches positive infinity, and the solution is reset to negative infinity. When implementing this model in computers, a threshold crossing value (V_t) and a reset value (V_r) is assigned, so that when the solution rises above the threshold, x(t) \geq V_t, the solution is immediately reset to V_r


References

Computational neuroscience Mathematical modeling Nonlinear systems {{applied-math-stub