Artificial NN
Artificial NN
J N N COLLEGE OF ENGINEERING
SHIMOGA -577204
KARNATAKA
DEPARTMENT OF CSE
PRESENTORS:
MEGHANA NAYAK K
4TH SEM CSE
E-Mail:[email protected]
MOB:7204042777
SAHANA B S
4TH SEM CSE
E-Mail:[email protected]
other words, is an emulation of biological neural
system. An Artificial Neural Network (ANN) is an
information processing paradigm that is inspired
by the way biological nervous systems, such as the
ABSTRACT : brain, process information. It is composed of a
large number of highly interconnected processing
This report is an introduction to Artificial Neural
Networks. The various types of neural networks elements (neurones) working in unison to solve
are explained and demonstrated, applications of specific problems. ANNs, like people, learn by
neural networks like ANNs in medicine are example. An ANN is configured for a specific
described, and a detailed historical background is application, such as pattern recognition or data
provided. The connection between the artificial classification, through a learning process.
and the real thing is also investigated and Learning in biological systems involves
explained. Finally, the mathematical models
adjustments to the synaptic connections that exist
involved are presented and demonstrate Artificial
between the neurones. This is true of ANNs as
neural network-based air pollution prediction
well. A neural network is a powerful data
models have become very popular. The paper
modeling tool that is able to capture and represent
describes feature determination and pattern
selection strategies that help to improve
complex input/output relationships. The
significantly the performance of neural-network motivation for the development of neural network
based models. The most important methods for technology stemmed from the desire to develop an
pattern selection are meteorological knowledge- artificial system that could perform "intelligent"
based cluster determination and Kohonen neural tasks similar to those performed by the human
network-based cluster determination. brain. Neural networks resemble the human brain
in the following two ways:
A neural network acquires
Introduction to neural
knowledge through learning.
networks : A neural network's knowledge
is stored within inter-neuron
1.1 What is a Neural Network? connection strengths known as
synaptic weights.
An artificial neural network is a system based on
the operation of biological neural networks, in
1.3Why use neural networks? Fault Tolerance via
techniques. A trained neural network can be may be retained even with major
Components of a neuron
The synapse
An engineering approach
A simple neuron
A simple neuron
X1: 0 0 0 0 1 1 1 1
X2: 0 0 1 1 0 0 1 1
X3: 0 1 0 1 0 1 0 1
Firing rules
X1: 0 0 0 0 1 1 1 1
X2: 0 0 1 1 0 0 1 1
X3: 0 1 0 1 0 1 0 1
For example:
The difference between the two truth tables is The network of figure 1 is trained to recognise the
called the generalization of the neuron. patterns T and H. The associated patterns are all
Therefore the firing rule gives the neuron a black and all white respectively as shown below
sense of similarity and enables it to respond
'sensibly' to patterns not seen during training.
OUT: 1 0 1 1 0 0 1 0
Bottom neuron
Architecture of neural
networks :
Feed-forward networks
In this case, it is obvious that the output should
Feed-forward ANNs (figure 1) allow signals to travel
be all blacks since the input pattern is almost the
one way only; from input to output. There is no
same as the 'T' pattern.
feedback (loops) i.e. the output of any layer does not
affect that same layer. Feed-forward ANNs tend to be
straight forward networks that associate inputs
to denote feedback connections in
withOutputs. They are extensively used in patternsingle-layer organizations.
recognition. This type of organisation is also referred
to as bottom-up or top-down.
Feedback networks
mining, that is, searching for patterns research such as neurology and psychology.
implicit within the explicitly stored They are regularly used to model parts of living
Marketing
There is a marketing
Finally, I would like to state that even though
application which has been integrated
neural networks have a huge potential we will
with a neural network system. The
only get the best of them when they are
Airline Marketing Tactician (a trademark
intergrated with computing, AI, fuzzy logic and
abbreviated as AMT) is a computer
related subjects.
system made of various intelligent
technologies including expert systems. A
feedforward neural network is integrated
with the AMT and was trained using
back-propagation to assist the marketing
control of airline seat allocations References:
Conclusion
1. An introduction to neural computing.
Aleksander, I. and Morton, H. 2nd
edition
2. Neural Networks at Pacific Northwest National
Laboratory
http://www.emsl.pnl.gov:2080/docs/cie/neural/ne
ural.homepage.html
3. Industrial Applications of Neural Networks
(research reports Esprit, I.F.Croall, J.P.Mason)
4. A Novel Approach to Modelling
and Diagnosing the Cardiovascular
System
http://www.emsl.pnl.gov:2080/doc
s/cie/neural/papers2/keller.wcnn95
.abs.html
5. Artificial Neural Networks in
Medicine
http://www.emsl.pnl.gov:2080/doc
s/cie/techbrief/NN.techbrief.ht
6. Neural Networks by Eric Davalo
and Patrick Naim
7. Learning internal representations
by error propagation by
Rumelhart, Hinton and Williams
(1986).