SlideShare uma empresa Scribd logo
1 de 6
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
24
Artificial Neural Network
Neha Gupta
Institute of Engineerinf and Technology,DAVV,Indore
Email:-nehaguptaneema@gmail.com
ABSTRACT
The long course of evolution has given the human brain many desirable characteristics not present in Von
Neumann or modern parallel computers. These include massive parallelism, distributed representation and
computation, learning ability, generalization ability,adaptivity, inherent contextual information processing, fault
tolerance, and low energy consumption. It is hoped that devices based on biological neural networks will possess
some of these desirable characteristics.On this basic we come out with the concept of artificial neural network.
An artificial neural network, often just called a neural network, is a mathematical model inspired by biological
neural networks. A neural network consists of an interconnected group of artificial neurons, and it processes
information using a connectionist approach to computation. Neural networks have emerged in the past few years
as an area of unusual opportunity for research, development and application to a variety of real world problems.
Indeed, neural networks exhibit characteristics and capabilities not provided by any other technology. The article
discusses the motivations behind the development of ANNs and describes the basic biological neuron. This
paper presents a brief tutorial on artificial neural networks, some of the most commonly used ANN models and
briefly describes several applications of it.
1. INTRODUCTION
Inspired by biological neural networks, ANNs are massively parallel computing systems consisting of an
exremely large number of simple processors with many interconnections. ANN models attempt to use some
“organizational” principles believed to be used in the human. One type of network sees the nodes as ‘artificial
neurons’. These are called artificial neural networks (ANNs). An artificial neuron is a computational model
inspired in the natural neurons. Since the function of ANNs is to process information, they are used mainly in
fields related with it. There are a wide variety of ANNs that are used to model real neural networks, and study
behaviour and control in animals and machines, but also there are ANNs which are used for engineering
purposes, such as pattern recognition, forecasting,and data compression. These basically consist of inputs (like
synapses), which are multiplied by weights. Weights assigned with each arrow represent information flow. These
weights are then computed by a mathematical function which determines the activation of the neuron. Another
function (which may be the identity) computes the output of the artificial neuron (sometimes in dependence of a
certain threshold). The neurons of this network just sum their inputs. Since the input neurons have only one input,
their output will be the input they received multiplied by a weight.
Biological Neuron
Network and Complex Systems
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online
Vol.3, No.1, 2013-Selected from Inter national Conference on
If the weight is high,then input will be strong. By adjusting the weights of an artificial neuron we can obtain the
output we want for specific inputs. But when we have an ANN of hundreds or thousands of neurons, it would be
quite complicated to find by hand all the necessary weights. But we can find algorithms which can adjust the
weights of the ANN in order to obtain the desired output from the network. This process of adjusting the weights
is called learning or training. . The training begins with random
error will be minimal.
2.CHALLENGING PROBLEMS
a)Pattern recognization:
Pattern recognition is the assignment of a label to a given input value. Well known application include Other
typical applications of pattern recognition techniques are automatic
spam email messages), the automatic recognition of handwritten postal
recognition of images of human faces, or handwriting image extraction from medical forms.
b)Clustering/Categorization:
Categorization is the process in which ideas and objects are
and understood. Categorization implies that objects are grouped into categories,
purpose.applications of clustering include data mining,data compression and exploratory data analysis.
c)Prediction/Forecasting:
It has a significant impacton decition making in bussiness,science and engineering. Stock market
weather forecasting are typical application of prediction/forecasting techniques.
3. NETWORK ARCHITECTURE
Based on the connection pattern network architecture can be grouped into two categories :
• Feed-forward networks, in which graphs have
• Recurrent (or feedback) networks, in which loops occur because of feedback connections.
Generally,Feed-Forward Networks
sequence of values from a given input. Feedforwar
an input is independent of the previous network state.
Multilayer Perceptron Architecture:
network. “Fully connected” means that the output from each input and hidden neuron is distributed to all of the
neurons in the following layer. All neural networks have an input layer and an output layer, but the number of
hidden layers may vary. Here is a diagram of a perceptron ne
When there is more than one hidden layer, the output from one hidden layer is fed into the next hidden layer and
separate weights are applied to the sum going into each layer.
Radial Basis Function network: A
basis functions as activation functions
functions of the inputs and neuron parameters. Radial basis function networks are used for
approximation, time series prediction
(Online)
Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
25
Artificial Neuron
If the weight is high,then input will be strong. By adjusting the weights of an artificial neuron we can obtain the
output we want for specific inputs. But when we have an ANN of hundreds or thousands of neurons, it would be
nd all the necessary weights. But we can find algorithms which can adjust the
weights of the ANN in order to obtain the desired output from the network. This process of adjusting the weights
. . The training begins with random weights, and the goal is to adjust them so that the
is the assignment of a label to a given input value. Well known application include Other
of pattern recognition techniques are automatic recognition, classification
automatic recognition of handwritten postal codes on postal envelopes,
of human faces, or handwriting image extraction from medical forms.
in which ideas and objects are recognized
Categorization implies that objects are grouped into categories, usually for some specific
purpose.applications of clustering include data mining,data compression and exploratory data analysis.
It has a significant impacton decition making in bussiness,science and engineering. Stock market
weather forecasting are typical application of prediction/forecasting techniques.
3. NETWORK ARCHITECTURE
Based on the connection pattern network architecture can be grouped into two categories :
networks, in which graphs have no loops.
networks, in which loops occur because of feedback connections.
Forward Networks are static,that is, they produce only one set of output values
sequence of values from a given input. Feedforward networks are memory-less in the sense that their response to
an input is independent of the previous network state.
Multilayer Perceptron Architecture: This is a full-connected, three layer, feed-forward, perceptron neural
means that the output from each input and hidden neuron is distributed to all of the
neurons in the following layer. All neural networks have an input layer and an output layer, but the number of
hidden layers may vary. Here is a diagram of a perceptron network with two hidden layers and four total layers:
When there is more than one hidden layer, the output from one hidden layer is fed into the next hidden layer and
separate weights are applied to the sum going into each layer.
A radial basis function network is an artificial neural network
activation functions. The output of the network is a linear combination
functions of the inputs and neuron parameters. Radial basis function networks are used for
time series prediction, and system control.
www.iiste.org
Recent Trends in Applied Sciences with Engineering Applications
If the weight is high,then input will be strong. By adjusting the weights of an artificial neuron we can obtain the
output we want for specific inputs. But when we have an ANN of hundreds or thousands of neurons, it would be
nd all the necessary weights. But we can find algorithms which can adjust the
weights of the ANN in order to obtain the desired output from the network. This process of adjusting the weights
weights, and the goal is to adjust them so that the
is the assignment of a label to a given input value. Well known application include Other
recognition, classification (e.g. spam/non-
on postal envelopes, automatic
of human faces, or handwriting image extraction from medical forms.
recognized, differentiated,
usually for some specific
purpose.applications of clustering include data mining,data compression and exploratory data analysis.
It has a significant impacton decition making in bussiness,science and engineering. Stock market prediction and
Based on the connection pattern network architecture can be grouped into two categories :
networks, in which loops occur because of feedback connections.
that is, they produce only one set of output values rather than a
less in the sense that their response to
forward, perceptron neural
means that the output from each input and hidden neuron is distributed to all of the
neurons in the following layer. All neural networks have an input layer and an output layer, but the number of
twork with two hidden layers and four total layers:
When there is more than one hidden layer, the output from one hidden layer is fed into the next hidden layer and
artificial neural network that uses radial
linear combination of radial basis
functions of the inputs and neuron parameters. Radial basis function networks are used for function
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
26
Issues: There are many issues in designing feed-forward networks:
How many layers are needed for a given task,
How many units are needed per layer,
How will the network perform on data not included in the training set (generalization ability), and
How large the training set should be for “good” generalization.
Although multilayer feed-forward networks using back propagation have been widely employed for
classification and function approximation.
Recurrent, or feedback, networks, on the other hand, are dynamic systems. When a new input pattern is
presented, the neuron outputs are computed. Because of the feedback paths, the inputs to each neuron are then
modified, which leads the network to enter a new state. Different network architectures require appropriate
learning algorithms.
4. OVERVIEW OF LEARNING PROCESSES:
A learning process in the ANN context can be viewed as the problem of updating network architecture and
connection weights so that a network can efficiently perform a specific task. The network usually must learn the
connection weights from available training patterns. Performance is improved over time by iteratively updating
the weights in the network. ANNs' ability to automatically learn from examples makes them attractive and
exciting. Instead of following a set of rules specified by human experts, ANNs appear to learn underlying rules
(like input-output relationships) from the given collection of representative examples. This is one of the major
advantages of neural networks over traditional expert systems.
Learning paradigms:
There are three major learning paradigms, each corresponding to a particular abstract learning task.These
are supervised learning, unsupervised learning and reinforcement learning.
Supervised learning the network is provided with a correct answer (output) for every input pattern.
Weights are determined to allow the network to produce answers as close as possible to the known
correct answers.
Unsupervised learning does not require a correct answer associated with each input pattern in the
training data set. It explores the underlying structure in the data, or correlations between patterns in the
data, and organizes patterns into categories from these correlations. Hybrid learning combines
supervised and unsupervised learning. Part of the weights are usually determined through supervised
learning, while the others are obtained through unsupervised learning.
Reinforcement learning is a variant of supervised learning in which the network is provided with only a
critique on the correctness of network outputs, not the correct answers themselves.
Error-Correction Rules:
In the supervised learning paradigm, the network is given a desired output for each input pattern. During the
learning process, the actual output generated by the network may not be equal to the desired output. The basic
principle of error-correction learning rules is to use the error signal (target output-obtained output) to modify the
connection weights to gradually reduce this error.
Perceptron learning rule:
The perceptron is an algorithm for supervised classification of an input into one of several possible non-binary
outputs. The learning algorithm for perceptrons is an online algorithm, in that it processes elements in the
training set one at a time. In the context of artificial neural networks, a perceptron is similar to a linear
neuron except that it does classification rather than regression. That is, where a perceptron adjusts its weights to
separate the training examples into their respective classes, a linear neuron adjusts its weights to reduce a real-
valued prediction error. The perceptron algorithm is also termed the single-layer perceptron, to distinguish it
from a multilayer perceptron, which is a misnomer for a more complicated neural network. As a linear classifier,
the single-layer perceptron is the simplest feedforward neural network.
Boltzmann learning
Boltzmann learning is derived from information-theoretic and thermodynamic principles.The objective of
Boltzmann learning is to adjust the connection weights so that the states of visible units satisfy a particular
desired probability distribution. Boltzmann learning can be viewed as a special case of error-correction learning
in which error is measured not as the direct difference between desired and actual outputs, but as the difference
between the correlations among the outputs of two neurons under clamped and free running operating conditions.
Hebbian Rule
The theory is often summarized as "Cells that fire together, wire together." Hebb's principle can be described as
a method of determining how to alter the weights between model neurons. The weight between two neurons
increases if the two neurons activate simultaneously and reduces if they activate separately. Nodes that tend to be
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
27
either both positive or both negative at the same time have strong positive weights, while those that tend to be
opposite have strong negative weights.
Wi(new)=Wi(old)+XiY
For example, we have heard the word Nokia for many years, and are still hearing it. We are pretty used to
hearing Nokia Mobile Phones, i.e. the word 'Nokia' has been associated with the word 'Mobile Phone' in our
Mind. Every time we see a Nokia Mobile, the association between the two words 'Nokia' and 'Phone' gets
strengthened in our mind. The association between 'Nokia' and 'Mobile Phone' is so strong that if someone tried
to say Nokia is manufacturing Cars and Trucks, it would seem odd.
Competitive Wing Rules
Unlike Hebbian learning, competitive-learning output units compete among themselves for activation. As a
result, only one output unit is active at any given time. This phenomenon is known as winner-take-all.
Competitive learning has beenfound to exist in biological neural network.Competitive learning often clusters or
categorizes the input data. Similar patterns are grouped by the network and represented by a single unit. This
grouping is done automatically based on data correlations. The simplest competitive learning network consists of
a single layer of output units.
[Note: Only the weights of the winner unit get updated.]
The effect of this learning rule is to move the stored pattern in the winner unit (weights) a little bit closer to the
input pattern. From the competitive learning rule we can see that the network will not stop learning (updating
weights) unless the learning rate 0. A particular input pattern can fire different output units at different iterations
during learning. This brings up the stability issue of a learning system. The system is said to be stable if no
pattern in the training data changes its category after a finite number of learning iterations. One way to achieve
stability is to force the learning rate to decrease gradually as the learning process proceeds .
However, this artificial freezing of learning causes another problem termed plasticity, which is the
ability to adapt to new data. This is known as Grossberg’s stability plasticity dilemma in competitive learning.
Eg: Vector quantization for data compression: It has been widely used in speech and image processing for
efficient storage, transmission, and modeling. Its goal is to represent a set or distribution of input vectors with a
relatively small number of prototype vectors (weight vectors), or a codebook. Once a codebook has been
constructed and agreed upon by both the transmitter and the receiver, you need only transmit or store the index
of the corresponding prototype to the input vector.
The Back propagation Algorithm
The back propagation algorithm (Rumelhart and McClelland, 1986) is used in layered feed-forward ANNs. This
means that the artificial neurons are organized in layers, and send their signals “forward”, and then the errors are
propagated backwards. The network receives inputs by neurons in the input layer, and the output of the network
is given by the neurons on an output layer. There may be one or more intermediate hidden layers. The
backpropagation algorithm uses supervised learning. After finding error, we can adjust the weights using the
method of gradient descendent:
(formule of back prop algo)
For practical reasons, ANNs implementing the backpropagation algorithm do not have too many layers, since the
time for training the networks grows exponentially. Also, there are refinements to the backpropagation algorithm
which allow a faster learning.
5. APPLICATIONS
Although successful applications can be found in certain well-constrained environments, none is flexible enough
to perform well outside its domain. ANNs provide exciting alternatives, and many applications could benefit
from using them. Modern digital computers outperform humans in the domain of numeric computation and
related symbol manipulation.
Air traffic control could be automated with the location,altitude,direction and speed of each radar blip taken
as input to the network. The would be the air traffic controller’s instruction in response to each blip.
Animal behavior and population cycles may be suitable for analysis by neural networks. Appraisal and
valuation of property, building,automobiles…etc should be ab easy task for a neural network.
Echo pattern from sonar,radar and magnetic instruments could be used to predict their targets.
Weather prediction may be possible.
Voice recognization could be obtained by analyzing audio oscilloscope pattern.
Traffic flows could be predicted so that signal timing could be optimized…..many more.
CONCLUTION
Using artificial neural networks modern digital computers outperform humans in the domain of numeric
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
28
computation and related symbol manipulation.
REFERENCE
“Principles Of Soft Computing” by S. N. Sivanandam,S. N. Deepa,(2008).
“Soft Computing And Intelligent System Design-Theory Tools And Application” by Fakhreddine Karray
and Clarence De Silva (2004).
“Neural Network- A Comprehensive Foundation” by Simon S. Haykin. (1999).
“An Introduction To Neural Network”, by James A. Anderson,(1997).
“Fundamentals Of Neural Network” by Laurene V. Fausett,(1993).
Ash, T. (1989), ‘Dynamic node creation in backpropagation neural networks’, Connection Science 1(4),
365–375.
Jain,Anil K. Michigan State Univ., East Lansing,MI,USA Mao,Jianchang; Mohiuddin,K.M. (1996)
Related documents from internet.
This academic article was published by The International Institute for Science,
Technology and Education (IISTE). The IISTE is a pioneer in the Open Access
Publishing service based in the U.S. and Europe. The aim of the institute is
Accelerating Global Knowledge Sharing.
More information about the publisher can be found in the IISTE’s homepage:
http://www.iiste.org
CALL FOR PAPERS
The IISTE is currently hosting more than 30 peer-reviewed academic journals and
collaborating with academic institutions around the world. There’s no deadline for
submission. Prospective authors of IISTE journals can find the submission
instruction on the following page: http://www.iiste.org/Journals/
The IISTE editorial team promises to the review and publish all the qualified
submissions in a fast manner. All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than
those inseparable from gaining access to the internet itself. Printed version of the
journals is also available upon request of readers and authors.
IISTE Knowledge Sharing Partners
EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische
Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial
Library , NewJour, Google Scholar

Mais conteúdo relacionado

Mais procurados

Neural networks.ppt
Neural networks.pptNeural networks.ppt
Neural networks.pptSrinivashR3
 
Neural networks of artificial intelligence
Neural networks of artificial  intelligenceNeural networks of artificial  intelligence
Neural networks of artificial intelligencealldesign
 
Artificial Neural Network Abstract
Artificial Neural Network AbstractArtificial Neural Network Abstract
Artificial Neural Network AbstractAnjali Agrawal
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural networkNagarajan
 
Fuzzy Logic Final Report
Fuzzy Logic Final ReportFuzzy Logic Final Report
Fuzzy Logic Final ReportShikhar Agarwal
 
Neural network and artificial intelligent
Neural network and artificial intelligentNeural network and artificial intelligent
Neural network and artificial intelligentHapPy SumOn
 
NEURAL NETWORKS
NEURAL NETWORKSNEURAL NETWORKS
NEURAL NETWORKSESCOM
 
Neural Networks
Neural Networks Neural Networks
Neural Networks Eric Su
 
Question bank soft computing
Question bank   soft computingQuestion bank   soft computing
Question bank soft computingMohit Singh
 
VLSI IN NEURAL NETWORKS
VLSI IN NEURAL NETWORKSVLSI IN NEURAL NETWORKS
VLSI IN NEURAL NETWORKSMohan Moki
 
Artificial neural networks and its application
Artificial neural networks and its applicationArtificial neural networks and its application
Artificial neural networks and its applicationHưng Đặng
 
Ai and neural networks
Ai and neural networksAi and neural networks
Ai and neural networksNikhil Kansari
 
Artifical neural networks
Artifical neural networksArtifical neural networks
Artifical neural networksalldesign
 
neural networks
 neural networks neural networks
neural networksjoshiblog
 
Fundamentals of Neural Networks
Fundamentals of Neural NetworksFundamentals of Neural Networks
Fundamentals of Neural NetworksGagan Deep
 
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...COMPEGENCE
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkMuhammad Ishaq
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSREHMAT ULLAH
 

Mais procurados (20)

Neural networks.ppt
Neural networks.pptNeural networks.ppt
Neural networks.ppt
 
Neural networks of artificial intelligence
Neural networks of artificial  intelligenceNeural networks of artificial  intelligence
Neural networks of artificial intelligence
 
Artificial Neural Network Abstract
Artificial Neural Network AbstractArtificial Neural Network Abstract
Artificial Neural Network Abstract
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
Project Report -Vaibhav
Project Report -VaibhavProject Report -Vaibhav
Project Report -Vaibhav
 
Fuzzy Logic Final Report
Fuzzy Logic Final ReportFuzzy Logic Final Report
Fuzzy Logic Final Report
 
Neural network and artificial intelligent
Neural network and artificial intelligentNeural network and artificial intelligent
Neural network and artificial intelligent
 
NEURAL NETWORKS
NEURAL NETWORKSNEURAL NETWORKS
NEURAL NETWORKS
 
Neural Networks
Neural Networks Neural Networks
Neural Networks
 
Question bank soft computing
Question bank   soft computingQuestion bank   soft computing
Question bank soft computing
 
VLSI IN NEURAL NETWORKS
VLSI IN NEURAL NETWORKSVLSI IN NEURAL NETWORKS
VLSI IN NEURAL NETWORKS
 
Artificial neural networks and its application
Artificial neural networks and its applicationArtificial neural networks and its application
Artificial neural networks and its application
 
Ai and neural networks
Ai and neural networksAi and neural networks
Ai and neural networks
 
Artifical neural networks
Artifical neural networksArtifical neural networks
Artifical neural networks
 
neural networks
 neural networks neural networks
neural networks
 
Fundamentals of Neural Networks
Fundamentals of Neural NetworksFundamentals of Neural Networks
Fundamentals of Neural Networks
 
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
40120140507007
4012014050700740120140507007
40120140507007
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKS
 

Destaque

Application Methods artificial neural network(Ann) Back propagation structure...
Application Methods artificial neural network(Ann) Back propagation structure...Application Methods artificial neural network(Ann) Back propagation structure...
Application Methods artificial neural network(Ann) Back propagation structure...irjes
 
Techniques for Smart Traffic Control: An In-depth Review
Techniques for Smart Traffic Control: An In-depth ReviewTechniques for Smart Traffic Control: An In-depth Review
Techniques for Smart Traffic Control: An In-depth ReviewEditor IJCATR
 
ANN Modeling of Monthly and Weekly Behaviour of the Runoff of Kali River Catc...
ANN Modeling of Monthly and Weekly Behaviour of the Runoff of Kali River Catc...ANN Modeling of Monthly and Weekly Behaviour of the Runoff of Kali River Catc...
ANN Modeling of Monthly and Weekly Behaviour of the Runoff of Kali River Catc...IOSR Journals
 
11.rainfall runoff modelling of a watershed
11.rainfall runoff modelling of a watershed11.rainfall runoff modelling of a watershed
11.rainfall runoff modelling of a watershedAlexander Decker
 
Neural network for real time traffic signal control
Neural network for real time traffic signal controlNeural network for real time traffic signal control
Neural network for real time traffic signal controlSnehal Takawale
 
Literature Review: Application of Artificial Neural Network in Civil Engineering
Literature Review: Application of Artificial Neural Network in Civil EngineeringLiterature Review: Application of Artificial Neural Network in Civil Engineering
Literature Review: Application of Artificial Neural Network in Civil EngineeringBid4Papers
 
Presentation neuromarketing
Presentation neuromarketingPresentation neuromarketing
Presentation neuromarketingLouiseDandanell
 

Destaque (9)

Application Methods artificial neural network(Ann) Back propagation structure...
Application Methods artificial neural network(Ann) Back propagation structure...Application Methods artificial neural network(Ann) Back propagation structure...
Application Methods artificial neural network(Ann) Back propagation structure...
 
Techniques for Smart Traffic Control: An In-depth Review
Techniques for Smart Traffic Control: An In-depth ReviewTechniques for Smart Traffic Control: An In-depth Review
Techniques for Smart Traffic Control: An In-depth Review
 
Kavitha soft computing
Kavitha soft computingKavitha soft computing
Kavitha soft computing
 
ANN Modeling of Monthly and Weekly Behaviour of the Runoff of Kali River Catc...
ANN Modeling of Monthly and Weekly Behaviour of the Runoff of Kali River Catc...ANN Modeling of Monthly and Weekly Behaviour of the Runoff of Kali River Catc...
ANN Modeling of Monthly and Weekly Behaviour of the Runoff of Kali River Catc...
 
Wearable BioSignal Interface
Wearable BioSignal InterfaceWearable BioSignal Interface
Wearable BioSignal Interface
 
11.rainfall runoff modelling of a watershed
11.rainfall runoff modelling of a watershed11.rainfall runoff modelling of a watershed
11.rainfall runoff modelling of a watershed
 
Neural network for real time traffic signal control
Neural network for real time traffic signal controlNeural network for real time traffic signal control
Neural network for real time traffic signal control
 
Literature Review: Application of Artificial Neural Network in Civil Engineering
Literature Review: Application of Artificial Neural Network in Civil EngineeringLiterature Review: Application of Artificial Neural Network in Civil Engineering
Literature Review: Application of Artificial Neural Network in Civil Engineering
 
Presentation neuromarketing
Presentation neuromarketingPresentation neuromarketing
Presentation neuromarketing
 

Semelhante a Artificial neural network

Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networksjsharath
 
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptxEXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptxJavier Daza
 
Neural network
Neural network Neural network
Neural network Faireen
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cseNaveenBhajantri1
 
Artificial neural networks
Artificial neural networks Artificial neural networks
Artificial neural networks ShwethaShreeS
 
Artificial neural network for machine learning
Artificial neural network for machine learningArtificial neural network for machine learning
Artificial neural network for machine learninggrinu
 
Artificial Neural Networks.pdf
Artificial Neural Networks.pdfArtificial Neural Networks.pdf
Artificial Neural Networks.pdfBria Davis
 
Implementation of Feed Forward Neural Network for Classification by Education...
Implementation of Feed Forward Neural Network for Classification by Education...Implementation of Feed Forward Neural Network for Classification by Education...
Implementation of Feed Forward Neural Network for Classification by Education...ijsrd.com
 
Artificial Neural Network Implementation On FPGA Chip
Artificial Neural Network Implementation On FPGA ChipArtificial Neural Network Implementation On FPGA Chip
Artificial Neural Network Implementation On FPGA ChipMaria Perkins
 

Semelhante a Artificial neural network (20)

Neural network
Neural networkNeural network
Neural network
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networks
 
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptxEXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
 
Neural network
Neural network Neural network
Neural network
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cse
 
Artificial neural networks
Artificial neural networks Artificial neural networks
Artificial neural networks
 
Artificial neural network for machine learning
Artificial neural network for machine learningArtificial neural network for machine learning
Artificial neural network for machine learning
 
Artificial Neural Networks.pdf
Artificial Neural Networks.pdfArtificial Neural Networks.pdf
Artificial Neural Networks.pdf
 
40120140507007
4012014050700740120140507007
40120140507007
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Implementation of Feed Forward Neural Network for Classification by Education...
Implementation of Feed Forward Neural Network for Classification by Education...Implementation of Feed Forward Neural Network for Classification by Education...
Implementation of Feed Forward Neural Network for Classification by Education...
 
Kn2518431847
Kn2518431847Kn2518431847
Kn2518431847
 
Kn2518431847
Kn2518431847Kn2518431847
Kn2518431847
 
ANN - UNIT 1.pptx
ANN - UNIT 1.pptxANN - UNIT 1.pptx
ANN - UNIT 1.pptx
 
Neural Network
Neural NetworkNeural Network
Neural Network
 
Artificial Neural Network Implementation On FPGA Chip
Artificial Neural Network Implementation On FPGA ChipArtificial Neural Network Implementation On FPGA Chip
Artificial Neural Network Implementation On FPGA Chip
 
Jack
JackJack
Jack
 
Lesson 37
Lesson 37Lesson 37
Lesson 37
 
AI Lesson 37
AI Lesson 37AI Lesson 37
AI Lesson 37
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 

Mais de Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Mais de Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Último

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 

Último (20)

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 

Artificial neural network

  • 1. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 24 Artificial Neural Network Neha Gupta Institute of Engineerinf and Technology,DAVV,Indore Email:-nehaguptaneema@gmail.com ABSTRACT The long course of evolution has given the human brain many desirable characteristics not present in Von Neumann or modern parallel computers. These include massive parallelism, distributed representation and computation, learning ability, generalization ability,adaptivity, inherent contextual information processing, fault tolerance, and low energy consumption. It is hoped that devices based on biological neural networks will possess some of these desirable characteristics.On this basic we come out with the concept of artificial neural network. An artificial neural network, often just called a neural network, is a mathematical model inspired by biological neural networks. A neural network consists of an interconnected group of artificial neurons, and it processes information using a connectionist approach to computation. Neural networks have emerged in the past few years as an area of unusual opportunity for research, development and application to a variety of real world problems. Indeed, neural networks exhibit characteristics and capabilities not provided by any other technology. The article discusses the motivations behind the development of ANNs and describes the basic biological neuron. This paper presents a brief tutorial on artificial neural networks, some of the most commonly used ANN models and briefly describes several applications of it. 1. INTRODUCTION Inspired by biological neural networks, ANNs are massively parallel computing systems consisting of an exremely large number of simple processors with many interconnections. ANN models attempt to use some “organizational” principles believed to be used in the human. One type of network sees the nodes as ‘artificial neurons’. These are called artificial neural networks (ANNs). An artificial neuron is a computational model inspired in the natural neurons. Since the function of ANNs is to process information, they are used mainly in fields related with it. There are a wide variety of ANNs that are used to model real neural networks, and study behaviour and control in animals and machines, but also there are ANNs which are used for engineering purposes, such as pattern recognition, forecasting,and data compression. These basically consist of inputs (like synapses), which are multiplied by weights. Weights assigned with each arrow represent information flow. These weights are then computed by a mathematical function which determines the activation of the neuron. Another function (which may be the identity) computes the output of the artificial neuron (sometimes in dependence of a certain threshold). The neurons of this network just sum their inputs. Since the input neurons have only one input, their output will be the input they received multiplied by a weight. Biological Neuron
  • 2. Network and Complex Systems ISSN 2224-610X (Paper) ISSN 2225-0603 (Online Vol.3, No.1, 2013-Selected from Inter national Conference on If the weight is high,then input will be strong. By adjusting the weights of an artificial neuron we can obtain the output we want for specific inputs. But when we have an ANN of hundreds or thousands of neurons, it would be quite complicated to find by hand all the necessary weights. But we can find algorithms which can adjust the weights of the ANN in order to obtain the desired output from the network. This process of adjusting the weights is called learning or training. . The training begins with random error will be minimal. 2.CHALLENGING PROBLEMS a)Pattern recognization: Pattern recognition is the assignment of a label to a given input value. Well known application include Other typical applications of pattern recognition techniques are automatic spam email messages), the automatic recognition of handwritten postal recognition of images of human faces, or handwriting image extraction from medical forms. b)Clustering/Categorization: Categorization is the process in which ideas and objects are and understood. Categorization implies that objects are grouped into categories, purpose.applications of clustering include data mining,data compression and exploratory data analysis. c)Prediction/Forecasting: It has a significant impacton decition making in bussiness,science and engineering. Stock market weather forecasting are typical application of prediction/forecasting techniques. 3. NETWORK ARCHITECTURE Based on the connection pattern network architecture can be grouped into two categories : • Feed-forward networks, in which graphs have • Recurrent (or feedback) networks, in which loops occur because of feedback connections. Generally,Feed-Forward Networks sequence of values from a given input. Feedforwar an input is independent of the previous network state. Multilayer Perceptron Architecture: network. “Fully connected” means that the output from each input and hidden neuron is distributed to all of the neurons in the following layer. All neural networks have an input layer and an output layer, but the number of hidden layers may vary. Here is a diagram of a perceptron ne When there is more than one hidden layer, the output from one hidden layer is fed into the next hidden layer and separate weights are applied to the sum going into each layer. Radial Basis Function network: A basis functions as activation functions functions of the inputs and neuron parameters. Radial basis function networks are used for approximation, time series prediction (Online) Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 25 Artificial Neuron If the weight is high,then input will be strong. By adjusting the weights of an artificial neuron we can obtain the output we want for specific inputs. But when we have an ANN of hundreds or thousands of neurons, it would be nd all the necessary weights. But we can find algorithms which can adjust the weights of the ANN in order to obtain the desired output from the network. This process of adjusting the weights . . The training begins with random weights, and the goal is to adjust them so that the is the assignment of a label to a given input value. Well known application include Other of pattern recognition techniques are automatic recognition, classification automatic recognition of handwritten postal codes on postal envelopes, of human faces, or handwriting image extraction from medical forms. in which ideas and objects are recognized Categorization implies that objects are grouped into categories, usually for some specific purpose.applications of clustering include data mining,data compression and exploratory data analysis. It has a significant impacton decition making in bussiness,science and engineering. Stock market weather forecasting are typical application of prediction/forecasting techniques. 3. NETWORK ARCHITECTURE Based on the connection pattern network architecture can be grouped into two categories : networks, in which graphs have no loops. networks, in which loops occur because of feedback connections. Forward Networks are static,that is, they produce only one set of output values sequence of values from a given input. Feedforward networks are memory-less in the sense that their response to an input is independent of the previous network state. Multilayer Perceptron Architecture: This is a full-connected, three layer, feed-forward, perceptron neural means that the output from each input and hidden neuron is distributed to all of the neurons in the following layer. All neural networks have an input layer and an output layer, but the number of hidden layers may vary. Here is a diagram of a perceptron network with two hidden layers and four total layers: When there is more than one hidden layer, the output from one hidden layer is fed into the next hidden layer and separate weights are applied to the sum going into each layer. A radial basis function network is an artificial neural network activation functions. The output of the network is a linear combination functions of the inputs and neuron parameters. Radial basis function networks are used for time series prediction, and system control. www.iiste.org Recent Trends in Applied Sciences with Engineering Applications If the weight is high,then input will be strong. By adjusting the weights of an artificial neuron we can obtain the output we want for specific inputs. But when we have an ANN of hundreds or thousands of neurons, it would be nd all the necessary weights. But we can find algorithms which can adjust the weights of the ANN in order to obtain the desired output from the network. This process of adjusting the weights weights, and the goal is to adjust them so that the is the assignment of a label to a given input value. Well known application include Other recognition, classification (e.g. spam/non- on postal envelopes, automatic of human faces, or handwriting image extraction from medical forms. recognized, differentiated, usually for some specific purpose.applications of clustering include data mining,data compression and exploratory data analysis. It has a significant impacton decition making in bussiness,science and engineering. Stock market prediction and Based on the connection pattern network architecture can be grouped into two categories : networks, in which loops occur because of feedback connections. that is, they produce only one set of output values rather than a less in the sense that their response to forward, perceptron neural means that the output from each input and hidden neuron is distributed to all of the neurons in the following layer. All neural networks have an input layer and an output layer, but the number of twork with two hidden layers and four total layers: When there is more than one hidden layer, the output from one hidden layer is fed into the next hidden layer and artificial neural network that uses radial linear combination of radial basis functions of the inputs and neuron parameters. Radial basis function networks are used for function
  • 3. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 26 Issues: There are many issues in designing feed-forward networks: How many layers are needed for a given task, How many units are needed per layer, How will the network perform on data not included in the training set (generalization ability), and How large the training set should be for “good” generalization. Although multilayer feed-forward networks using back propagation have been widely employed for classification and function approximation. Recurrent, or feedback, networks, on the other hand, are dynamic systems. When a new input pattern is presented, the neuron outputs are computed. Because of the feedback paths, the inputs to each neuron are then modified, which leads the network to enter a new state. Different network architectures require appropriate learning algorithms. 4. OVERVIEW OF LEARNING PROCESSES: A learning process in the ANN context can be viewed as the problem of updating network architecture and connection weights so that a network can efficiently perform a specific task. The network usually must learn the connection weights from available training patterns. Performance is improved over time by iteratively updating the weights in the network. ANNs' ability to automatically learn from examples makes them attractive and exciting. Instead of following a set of rules specified by human experts, ANNs appear to learn underlying rules (like input-output relationships) from the given collection of representative examples. This is one of the major advantages of neural networks over traditional expert systems. Learning paradigms: There are three major learning paradigms, each corresponding to a particular abstract learning task.These are supervised learning, unsupervised learning and reinforcement learning. Supervised learning the network is provided with a correct answer (output) for every input pattern. Weights are determined to allow the network to produce answers as close as possible to the known correct answers. Unsupervised learning does not require a correct answer associated with each input pattern in the training data set. It explores the underlying structure in the data, or correlations between patterns in the data, and organizes patterns into categories from these correlations. Hybrid learning combines supervised and unsupervised learning. Part of the weights are usually determined through supervised learning, while the others are obtained through unsupervised learning. Reinforcement learning is a variant of supervised learning in which the network is provided with only a critique on the correctness of network outputs, not the correct answers themselves. Error-Correction Rules: In the supervised learning paradigm, the network is given a desired output for each input pattern. During the learning process, the actual output generated by the network may not be equal to the desired output. The basic principle of error-correction learning rules is to use the error signal (target output-obtained output) to modify the connection weights to gradually reduce this error. Perceptron learning rule: The perceptron is an algorithm for supervised classification of an input into one of several possible non-binary outputs. The learning algorithm for perceptrons is an online algorithm, in that it processes elements in the training set one at a time. In the context of artificial neural networks, a perceptron is similar to a linear neuron except that it does classification rather than regression. That is, where a perceptron adjusts its weights to separate the training examples into their respective classes, a linear neuron adjusts its weights to reduce a real- valued prediction error. The perceptron algorithm is also termed the single-layer perceptron, to distinguish it from a multilayer perceptron, which is a misnomer for a more complicated neural network. As a linear classifier, the single-layer perceptron is the simplest feedforward neural network. Boltzmann learning Boltzmann learning is derived from information-theoretic and thermodynamic principles.The objective of Boltzmann learning is to adjust the connection weights so that the states of visible units satisfy a particular desired probability distribution. Boltzmann learning can be viewed as a special case of error-correction learning in which error is measured not as the direct difference between desired and actual outputs, but as the difference between the correlations among the outputs of two neurons under clamped and free running operating conditions. Hebbian Rule The theory is often summarized as "Cells that fire together, wire together." Hebb's principle can be described as a method of determining how to alter the weights between model neurons. The weight between two neurons increases if the two neurons activate simultaneously and reduces if they activate separately. Nodes that tend to be
  • 4. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 27 either both positive or both negative at the same time have strong positive weights, while those that tend to be opposite have strong negative weights. Wi(new)=Wi(old)+XiY For example, we have heard the word Nokia for many years, and are still hearing it. We are pretty used to hearing Nokia Mobile Phones, i.e. the word 'Nokia' has been associated with the word 'Mobile Phone' in our Mind. Every time we see a Nokia Mobile, the association between the two words 'Nokia' and 'Phone' gets strengthened in our mind. The association between 'Nokia' and 'Mobile Phone' is so strong that if someone tried to say Nokia is manufacturing Cars and Trucks, it would seem odd. Competitive Wing Rules Unlike Hebbian learning, competitive-learning output units compete among themselves for activation. As a result, only one output unit is active at any given time. This phenomenon is known as winner-take-all. Competitive learning has beenfound to exist in biological neural network.Competitive learning often clusters or categorizes the input data. Similar patterns are grouped by the network and represented by a single unit. This grouping is done automatically based on data correlations. The simplest competitive learning network consists of a single layer of output units. [Note: Only the weights of the winner unit get updated.] The effect of this learning rule is to move the stored pattern in the winner unit (weights) a little bit closer to the input pattern. From the competitive learning rule we can see that the network will not stop learning (updating weights) unless the learning rate 0. A particular input pattern can fire different output units at different iterations during learning. This brings up the stability issue of a learning system. The system is said to be stable if no pattern in the training data changes its category after a finite number of learning iterations. One way to achieve stability is to force the learning rate to decrease gradually as the learning process proceeds . However, this artificial freezing of learning causes another problem termed plasticity, which is the ability to adapt to new data. This is known as Grossberg’s stability plasticity dilemma in competitive learning. Eg: Vector quantization for data compression: It has been widely used in speech and image processing for efficient storage, transmission, and modeling. Its goal is to represent a set or distribution of input vectors with a relatively small number of prototype vectors (weight vectors), or a codebook. Once a codebook has been constructed and agreed upon by both the transmitter and the receiver, you need only transmit or store the index of the corresponding prototype to the input vector. The Back propagation Algorithm The back propagation algorithm (Rumelhart and McClelland, 1986) is used in layered feed-forward ANNs. This means that the artificial neurons are organized in layers, and send their signals “forward”, and then the errors are propagated backwards. The network receives inputs by neurons in the input layer, and the output of the network is given by the neurons on an output layer. There may be one or more intermediate hidden layers. The backpropagation algorithm uses supervised learning. After finding error, we can adjust the weights using the method of gradient descendent: (formule of back prop algo) For practical reasons, ANNs implementing the backpropagation algorithm do not have too many layers, since the time for training the networks grows exponentially. Also, there are refinements to the backpropagation algorithm which allow a faster learning. 5. APPLICATIONS Although successful applications can be found in certain well-constrained environments, none is flexible enough to perform well outside its domain. ANNs provide exciting alternatives, and many applications could benefit from using them. Modern digital computers outperform humans in the domain of numeric computation and related symbol manipulation. Air traffic control could be automated with the location,altitude,direction and speed of each radar blip taken as input to the network. The would be the air traffic controller’s instruction in response to each blip. Animal behavior and population cycles may be suitable for analysis by neural networks. Appraisal and valuation of property, building,automobiles…etc should be ab easy task for a neural network. Echo pattern from sonar,radar and magnetic instruments could be used to predict their targets. Weather prediction may be possible. Voice recognization could be obtained by analyzing audio oscilloscope pattern. Traffic flows could be predicted so that signal timing could be optimized…..many more. CONCLUTION Using artificial neural networks modern digital computers outperform humans in the domain of numeric
  • 5. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 28 computation and related symbol manipulation. REFERENCE “Principles Of Soft Computing” by S. N. Sivanandam,S. N. Deepa,(2008). “Soft Computing And Intelligent System Design-Theory Tools And Application” by Fakhreddine Karray and Clarence De Silva (2004). “Neural Network- A Comprehensive Foundation” by Simon S. Haykin. (1999). “An Introduction To Neural Network”, by James A. Anderson,(1997). “Fundamentals Of Neural Network” by Laurene V. Fausett,(1993). Ash, T. (1989), ‘Dynamic node creation in backpropagation neural networks’, Connection Science 1(4), 365–375. Jain,Anil K. Michigan State Univ., East Lansing,MI,USA Mao,Jianchang; Mohiuddin,K.M. (1996) Related documents from internet.
  • 6. This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE’s homepage: http://www.iiste.org CALL FOR PAPERS The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. There’s no deadline for submission. Prospective authors of IISTE journals can find the submission instruction on the following page: http://www.iiste.org/Journals/ The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar