Supriya Ghosh (Editor)

Tempotron

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Tempotron is a supervised synaptic learning algorithm which is applied when the information is encoded in spatiotemporal spiking patterns. This is an advancement of the perceptron which does not incorporate a spike timing framework.

It is general consensus that spike timing (STDP) plays a crucial role in the development of synaptic efficacy for many different kinds of neurons Therefore a large variety of STDP-rules has been developed one of which is the tempotron.

Algorithm

Assuming a leaky integrate-and-fire-model the potential V ( t ) of the synapse can be described by

V ( t ) = i ω i t i K ( t t i ) + V r e s t ,

where t i denotes the spike time of the i-th afferent synapse with synaptic efficacy ω i and V r e s t the resting potential. K ( t t i ) describes the postsynaptic potential (PSP) elicited by each incoming spike:

K ( t t i ) = { V 0 [ exp ( ( t t i ) / τ ) exp ( ( t t i ) / τ s ) ] t t i 0 t < t i

with parameters τ and τ s denoting decay time constants of the membrane integration and synaptic currents. The factor V 0 is used for the normalization of the PSP kernels. When the potential crosses the firing threshold V t h the potential is reset to its resting value by shunting all incoming spikes.

Next, a binary classification of the input patterns is needed( refers to a pattern which should elicit at least one post synaptic action potential and refers to a pattern which should have no response accordingly). In the beginning, the neuron does not know which pattern belongs to which classification and has to learn it iteratively, similar to the perceptron . The tempotron learns its tasks by adapting the synaptic efficacy ω i . If a pattern is presented and the postsynaptic neuron did not spike, all synaptic efficacies are increased by Δ ω i whereas a pattern followed by a postsynaptic response leads to a decrease of the synaptic efficacies by Δ ω i with

Δ ω i = λ t i < t m a x K ( t m a x t i ) .

Here t m a x denotes the time at which the postsynaptic potential V ( t ) reaches its maximal value.

It should be mentioned that the Tempotron is a special case of an older paper which dealt with continuous inputs.

References

Tempotron Wikipedia


Similar Topics