Books     Neural Networks
Neuron Models

Signal Integration over Time

Introducing time dependence requires the activation to be defined by its rate of change dadt\frac {da}{dt}, the derivative. The input weighted sum is then

uj=jwijxiu_j = \sum_j w_{ij} \cdot x_i

and the activation is

y=dadt=η a+β uy = \frac {da}{dt} = - \eta \space a + \beta \space u

where η\eta and β\beta are positive constants. η-\eta a gives rise to activation decay. βu\beta u represents the input from other neurons.

Decay effect is summarised as follows:

  1. a>0dadt<0a > 0 \longrightarrow \frac {da}{dt} < 0: aa decreases
  2. a<0dadt>0a < 0 \longrightarrow \frac {da}{dt} > 0: aa increases

The neuron will reach equilibrium when dadt=0\frac {da}{dt} = 0. That is, when u=βuηu = \frac {\beta u}{\eta}.