Function of Single Biological Neuron and Modelling of Artificial Neuron From It
Function of Single Biological Neuron and Modelling of Artificial Neuron From It
Dentrites are branching fibres that extend from the cell body
(or) soma. It receives signals from other neurons.
Soma (or) cell body of neuron contains the nucleus and sum
of all incoming signals and converts them into output signals.
i=1
Yin=X1W1+X2W2+.XmWm =
The nodes internal thresholds is the magnitude
XW
i i
In general, it is non-linear.
1; if I0
Y= I; if -1 I 1
-1; if I<0
Sigmoidal Function:
The non linear curved S-Shaped function is called the sigmoid
function.
=1/(1+exp-I); 0
f(I) =
Where, 1 Slope parameter (or) Shape
parameter
It is an odd function.
1; If I>0
Y= f(I) = 0; If I=0
-1; If I<0
Where H
=0 ; If H<I
I
The neuron fires if the net input to the neuron is greater than
the threshold. The threshold is set such away that the inhibition
is absolute because, non-zero inhibitory input will prevent the
neuron from firing.
It takes only one time step for a signal to pass over one
connection link.
Let Y is the MP neuron, it can receive signal from any number
of other neurons.
Drawbacks:
1) Weights are fixed.
2) Not having capability of learning.
1)AND Function using MP neuron
model:
The truth table for AND function is
The MP neuron to implement AND
X1 X2 Y function is given by
1 1 1
1 0 0 X1 1
0 1 0
Y
0 0 0
X2 1
The threshold on unit Y is 2.
The output Y = Y= f (Yin)
Yin = weights X Inputs.
= 1.X1 + 1.X2
= X1+X2
The activations of o/p neuron can be formed
1; if Yin 2
Y= f(Yin) =
0; if Yin 2
(i) X1=X2=1 Yin = X1+X2 = 1+1 =2
Y= f (Yin) =1 ( since, Yin =2 >1)
X1
3
X2 3
The threshold for the unit is 3.
Yin = 3X1+3X2
1 ; If Yin 3
Y= f(Yin) =
0; If Yin <3
1 0
0 1
1
X Y
X2 -
1
The threshold of unit Y is 1