1 - Introduction
1 - Introduction
The historical review shows that significant progress has been made
in this field. Neural network based chips are emerging and
applications to complex problems are being developed. Surely, today
is a period of transition for neural network technology.
ANN Definition
An artificial neural network (ANN) may be defined as an
information-processing model that is inspired by the way biological
nervous systems, such as the brain, process information.
This model tries to replicate only the most basic functions of the
brain. An ANN is composed of a large number of highly
interconnected processing elements (neurons) working in unison to
solve specific problems.
Artificial neural networks, like people, learn by example. An ANN is
configured for a specific application, such as pattern recognition or
data classification through a learning process. In biological
systems, learning involves adjustments to the synaptic connections
that exist between the neurons.
Many neural networks now being designed are statistically quite
accurate, but they still leave their users with a bad taste as they
falter when it comes to solving problems accurately. They might be
85—90% accurate. There exist certain real-world applications
which tolerate that level of error.
Biological Neuron
Cell Body = 10-80 m
Synaptic junction gap = 200 nm
Length of neuron = 0.01 – 1m
The following table shows the comparison between ANN and BNN:
The output can be calculated by applying the activation function over the
net input.
McCulloch-Pitts Model of ANN
Activation of an M-P neuron is binary i.e. at any point of time
the neuron will fire or it will not fire. If the net input yin is more
than a threshold , the neuron fires otherwise it does not.
y
1 if yin >
1.0 y=
0 if yin <
0 yin
Binary
The net input for the network shown in the figure is given as-
The separating line for which the boundary lies between the
values x1 and x2, so that the net gives a positive response on one
side and negative response on the other side, is given as
Linear Separability
Sol:
Example 3