layout | title | date | author | summary | weight |
---|---|---|---|---|---|
notes |
01.Neuron Biological Properties |
2016-03-18 |
ErbB4 |
Neuron biological properties |
1 |
Dendrites receive neurotransmitter and generate local post-synaptic potential (PSP), either excitatory by glutamate or inhibitory by GABA. Soma integrates all PSPs. Once membrane potential reaches the threshold, an action potential is generated. Action potentials are propagated via axon.
In this model, membrane potential is denoted as u(t). When the neuron is at rest state, receiving no external stimulation, the membrane potential is called rest potential.
When a presynaptic spike arrives, there is a local PSP, causing a small disturbance in membrane potential.
Throughout the notes,
According to simplification rule, all PSPs are integrated linearly.
in which
However, when an action potential is generated, there is a dramatic membrane potential change (depolarization), and due to the electrophysiological property of channels, hyperpolarization phenomenon is observed. So the complete but simple presentation of membrane potential is
where
When simulating a neural network, we don't care about the exact trajectory of membrane potential. so Dirac function is used to present an action potential. This provides the first step to computation, using firing times to present the spike train of a neuron.
SRM cares about merely the most recent spike, however in real case, previous spikes could influence the reaction of the neuron to a later simulation. (for example, by changing membrane conductivity)