Artificial Neural Network Introduction
Artificial Neural Network Introduction
Artificial Neural Network Introduction
Credits:
Dendrite : Extends away from the cell body and is the main input
to the neuron. It receives information from thousands of other
neurons. Receive information
Dendrite
Soma
Axon
Synapse
x1
w1
x2 w2
w3
x3
wn
xn
Artificial neural network
x1
w1
x2 w2
w3
x3
…..
wn
xn
The input signals are passed on to the cell body through the
synapse, which may accelerate or retard an arriving signal.
Hence, the total input say I received by the soma of the artificial
neuron is
where
Thresholding functions can be of two types: Binary (1, 0) or Bipolar [-1, 1].
output
+1.0
(I)
(I)
0 input -1.0
Bipolar Threshold
Transformation functions
McCulloch-Pitts model does not exhibit any learning but just serves
as a basic building block for significant work in NN research.
Other transformation functions
1 �� � > 1
∅(�) = � �� − 1 ≤ � ≤ 1
−1 �� � <− 1
Other transformation functions
Unipolar Sigmoidal
Transfer functions in ANN
α=10
1
α=1.0 α=0.5
(I) α=0.3
-1 1 -1 1
α=1.0 α=0.5
0
-1 -1
ANNs exhibits mapping capabilities, that is, they can map input
patterns to their associated output pattern.
The ANNs are robust system and fault tolerant. They can
therefore, recall full patterns from incomplete, partial or noisy
patterns.