layout | title | date | author | summary | weight |
---|---|---|---|---|---|
notes |
16.stochastic process |
2016-08-05 |
ErbB4 |
stochastic process |
16 |
Why noise?
During simulation, simplified neuron models like RSM, leaky integrate and fire model synthesize regular firing activity. However, in biological reality, the inter spike intervals are exponentially distributed, according to a point process of spike generation.
focus on firing threshold, replace fixed firing threshold with firing probability based on the difference between firing threshold and membrane potential. $$ \rho = f(u-\theta) = \frac{1}{\Delta}\int_{-\infty}^{(u-\theta)} \frac{1}{\sqrt{2\pi}\sigma}e^{-\frac{x^2}{2\sigma^2}}\mathrm{d}x $$
focus on refractory time.
But the amount
focus on stochastic synaptic inputs to the neuron, which leads to fluctuations of membrane potential. Firing or not is based on the distribution of membrane potential.
Let's look at a integrate-and-fire model,
$$
\frac{\mathrm{d}}{\mathrm{d}t}u(t)=-\frac{u(t)}{\tau_m}+\frac{1}{C}I^{ext}(t)+\sum_j\sum_{t_j^{(f)}>\tilde t}w_j\delta(t-t_j^{(f)})+\sum_k\sum_{t_k^{(k)}>\tilde t} w_k\delta(t-t_k^{(f)})
$$
For a model of diffusive noise, the membrane potential is normally distributed, even at the threshold level, if the neuron doesn't fire immediately.
$$
P(u\sim \theta) = \Delta t e^{-\frac{[u_0(t)-\theta]^2}{2<\Delta u^2(t)>}}
$$
According to Stochastic Process,
So, the probability density at
To define a shift of probability density function when
So the similarity of diffusive noise and escape noise is that they all care about the difference between current membrane potential and threshold
notice: noise could improve the signal transmission property of neuronal system, especially in sub-threshold regime.
Noise makes the neuron fire:
$$
|x|=|(u-\theta)/\sigma|.
$$
If the normalized distance is small, the neuron has great probability to fire (exponentially dependence). If noise
Find the optimal noise level: signal-to noise ratio(SNR)
three rate models
$$
v=\frac{n_{sp}(T)}{T}
$$
For constant current input
definition: the process of generation a spike is stochastic, rate of the underlying Poisson process that generate the spikes.
inhomogeneous Poisson model:
where
stochastic model in discrete time(?)
an average activity of a population of equivalent neurons.
$$ A(t)=\mathrm{lim}{\Delta t \to0} \mathrm{lim}{N\to\infty} \frac{1}{\Delta t} \frac{n_{act}(t;t+\Delta t)}{N} $$
The interaction between two groups of neurons (group
where