SlideShare a Scribd company logo
Presented By:
Akif
Burhan Muzafar
Junaid Hassan
Umar manzoor
Muneer AH
Saleem zahoor
 An Artificial Neural Network (ANN) is an
information processing paradigm that is
inspired by biological nervous systems.
 It is composed of a large number of highly
interconnected processing elements called
neurons.
 An ANN is configured for a specific
application, such as pattern recognition or
data classification
 The neuron receives signals from other neurons,
collects the input signals, and transforms the
collected input signal.
 Human information processing takes place
through the interaction of many billions of
neurons connected to each other, each
sending excitatory or inhibitory signals to
other neurons (excite in positive/suppress in
negative)
Artificial neural networks (ANNs) are biologically
inspired computer programs designed to simulate the way
in which the human brain processes information. ANNs
gather their knowledge by detecting the patterns and
relationships in data and learn (or are trained) through
experience.
Types of artificial neural networks
 Artificial neural network types vary from those with
only one or two layers of single direction logic, to
complicated multi–input many directional feedback
loops and layers. On the whole, these systems use
algorithms in their programming to determine control
and organization of their functions.
 Computational power
The multi-layer perception (MLP) is a universal
function approximate, as proven by the universa
approximation theorem. However, the proof is not
constructive regarding the number of neurons required
or the settings of the weights. Work by Hava
Siegelmann and Eduardo D. Sontag has provided a
proof that a specific recurrent architecture with rational
valued weights (as opposed to full precision real
number-valued weights) has the full power of
a Universal Turing Machine using a finite number of
neurons and standard linear connections. Further, it has
been shown that the use of irrational values for weights
results in a machine with super-Turing power.
 Capacity
Artificial neural network models have a property called
'capacity', which roughly corresponds to their ability to
model any given function. It is related to the amount of
information that can be stored in the network and to the
notion of complexity.
 Convergence
Nothing can be said in general about convergence since it
depends on a number of factors. Firstly, there may exist
many local minima. This depends on the cost function and
the model. Secondly, the optimization method used might
not be guaranteed to converge when far away from a local
minimum. Thirdly, for a very large amount of data or
parameters, some methods become impractical. In general,
it has been found that theoretical guarantees regarding
convergence are an unreliable guide to practical application.
 Generalization and statistics
In applications where the goal is to create a system that generalizes
well in unseen examples, the problem of over-training has emerged.
This arises in convoluted or over-specified systems when the capacity
of the network significantly exceeds the needed free parameters. There
are two schools of thought for avoiding this problem: The first is to
use cross-validation and similar techniques to check for the presence of
overtraining and optimally select hyperparameters such as to minimize
the generalization error. The second is to use some form
of regularization This is a concept that emerges naturally in a
probabilistic (Bayesian) framework, where the regularization can be
performed by selecting a larger prior probability over simpler models;
but also in statistical learning theory, where the goal is to minimize
over two quantities: the 'empirical risk' and the 'structural risk', which
roughly corresponds to the error over the training set and the predicted
error in unseen data due to overfitting.

Over the last decade, neural networks have found
application across a wide range of areas from business,
commerce and industry. Following an overview is provided
of the kinds of business problems to which neural networks
are suited, with a brief discussion of some of the reported
studies Relevant to each area.
 The goal of modern marketing exercises is to
identify customers who are likely to respond
positively to a product, and to target any
advertising or solicitation towards these
customers. Target marketing involves market
segmentation, whereby the market is divided into
distinct groups of customers with very different
consumer behavior. Market segmentation can be
achieved using neural networks by segmenting
customers according to basic characteristics
including demographics, socio-economic status,
geographic location, purchase patterns, and
attitude towards a product.
 Businesses often need to forecast sales to make
decisions about inventory, sta$ng levels, and
pricing. Neural networks have had great success
at sales forecasting, due to their ability to
simultaneously consider multiple variables such
as market demand for a product, consumers'
disposable income, the size of the population,
the price of the product, and the price of
complementary products. Forecasting of sales in
supermarkets and wholesale suppliers has been
studied and the results have been shown to
perform well when compared to traditional
statistical techniques like regression, and human
experts.
 One of the main areas of banking and "nance
that has been affected by neural networks is
trading and financial forecasting. Neural
networks have been applied successfully to
problems like derivative securities pricing and
hedging , futures price forecasting, exchange
rate forecasting and stock performance and
selection prediction.
 There are many areas of the insurance industry
which can benefit from neural networks. Policy
holders can be segmented into groups based
upon their behaviors, which can help to
determine effective premium pricing. Prediction
of claim frequency and claim cost can also help
to set premiums, as well as find an acceptable
mix or portfolio of policy holders characteristics.
The insurance industry, like the banking and
finance sectors, is constantly aware of the need
to detect fraud, and neural networks can be
trained to learn to detect fraudulent claims or
unusual circumstances.
 Like other competitive retail industries, the
telecommunications industry is concerned with the concepts
of churn (when a customer joins a competitor) and win back
(when an ex-customer returns). Neural Technologies Inc., is
a UK-based company which has marketed a product called
DA Churn Manager. Specifically tailored to the
telecommunications industry, this product uses a series of
neural networks to: analyze customer and call data; predict
if, when and why a customer is likely to churn; predict the
elects of forthcoming promotional strategies; and
interrogate the data to find the most profitable customers.
Telecommunications companies are also concerned with
product sales, since the more reliant a customer becomes on
certain products
Models of
ARTIFICIAL NEURAL
NETWORK
Four parts of a typical
nerve cell : -
 DENDRITES: Accepts the
inputs
 SOMA : Process the
inputs
 AXON : Turns the
processed inputs into
outputs.
 SYNAPSES : The
electrochemical
contact between the
neurons.
 Inputs to the network are
represented by the
mathematical symbol, xn
 Each of these inputs are
multiplied by a connection
weight
 These products are simply
summed, fed through the
transfer function, f( ) to
generate a result and then
output.
f
w1
w2
xn
x2
x1
wn
f(w1 x1 + ……+ w
output layer
connections
Input layer
Hidden layers
Neural
network
Including
connections
(called
weights)
between
neuron
Com
pare
Actual
output
Desired
output
Input
output
Figure showing adjust of
neural network
: artificial neural network model
CONTD
The neural network in
which every node is
connected to every other
nodes, and these
connections may be
either excitatory
(positive weights),
inhibitory (negative
weights), or irrelevant
(almost zero weights).
These are networks in
which nodes are
partitioned into subsets
called layers, with no
connections from layer j
to k if j > k.
Input node
Input node
output node
output node
Hidden node
Layer 1 Layer2
Layer0
(Input layer) (Output layer)
 Neurons in an animal’s brain are “hard
wired”. It is equally obvious that animals,
especially higher order animals, learn as
they grow.
 How does this learning occur?
 What are possible mathematical models of
learning?
 In artificial neural networks, learning refers
to the method of modifying the weights of
connections between the nodes of a
specified network.
 The learning ability of a neural network is
determined by its architecture and by the
algorithmic method chosen for training.
TRAINING RISK
HARDWARE RISK
HYBRID APPROACH
 A common risk of neural networks, particularly in
robotics, is that they require a large diversity of
training for real-world operation. This is not
surprising, since any learning machine needs
sufficient representative examples in order to capture
the underlying structure that allows it to generalize to
new cases. Dean Pomerleau, in his research
presented in the paper "Knowledge-based Training of
Artificial Neural Networks for Autonomous Robot
Driving," uses a neural network to train a robotic
vehicle to drive on multiple types of roads (single
lane, multi-lane, dirt, etc.). A large amount of his
research is devoted to extrapolating multiple training
scenarios from a single training experience, and
 Preserving past training diversity so that the
system does not become over trained (if, for
example, it is presented with a series of right turns –
it should not learn to always turn right). These
issues are common in neural networks that must
decide from amongst a wide variety of responses,
but can be dealt with in several ways, for example
by randomly shuffling the training examples, by
using a numerical optimization algorithm that does
not take too large steps when changing the network
connections following an example, or by grouping
examples in so-called mini-batches.
 To implement large and effective software neural networks,
considerable processing and storage resources need to be
committed. While the brain has hardware tailored to the task of
processing signals through a graph of neurons, simulating even a
most simplified form on Von Neumann technology may compel a
neural network designer to fill many millions of database rows
for its connections – which can consume vast amounts of
computer memory and hard disk space. Furthermore, the
designer of neural network systems will often need to simulate
the transmission of signals through many of these connections
and their associated neurons – which must often be matched with
incredible amounts of CPU processing power and time. While
neural networks often yield effective programs, they too often do
so at the cost of efficiency (they tend to consume considerable
amounts of time and money).
 Some other risks come from advocates of
hybrid models (combining neural networks
and symbolic approaches), who believe that
the intermix of these two approaches can
better capture the mechanisms of the human
mind.
Artificial Neural Network

More Related Content

What's hot

Artificial Neural Network report
Artificial Neural Network reportArtificial Neural Network report
Artificial Neural Network report
Anjali Agrawal
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networks
madhu sudhakar
 
Artificial Neural Network Abstract
Artificial Neural Network AbstractArtificial Neural Network Abstract
Artificial Neural Network Abstract
Anjali Agrawal
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
mustafa aadel
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptron
omaraldabash
 
Artificial Neural Network Topology
Artificial Neural Network TopologyArtificial Neural Network Topology
Artificial Neural Network Topology
Harshana Madusanka Jayamaha
 
PPT2: Introduction of Machine Learning & Deep Learning and its types
PPT2: Introduction of Machine Learning & Deep Learning and its typesPPT2: Introduction of Machine Learning & Deep Learning and its types
PPT2: Introduction of Machine Learning & Deep Learning and its types
akira-ai
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
Muhammad Ishaq
 
Artificial Neural Network seminar presentation using ppt.
Artificial Neural Network seminar presentation using ppt.Artificial Neural Network seminar presentation using ppt.
Artificial Neural Network seminar presentation using ppt.
Mohd Faiz
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
NikitaRuhela
 
Unit I & II in Principles of Soft computing
Unit I & II in Principles of Soft computing Unit I & II in Principles of Soft computing
Unit I & II in Principles of Soft computing
Sivagowry Shathesh
 
neural networks
 neural networks neural networks
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkDEEPASHRI HK
 
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Ashish Duggal
 
SPEECH RECOGNITION USING NEURAL NETWORK
SPEECH RECOGNITION USING NEURAL NETWORK SPEECH RECOGNITION USING NEURAL NETWORK
SPEECH RECOGNITION USING NEURAL NETWORK
Kamonasish Hore
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
AkshanshAgarwal4
 
Back propagation
Back propagationBack propagation
Back propagation
Nagarajan
 
Machine learning seminar presentation
Machine learning seminar presentationMachine learning seminar presentation
Machine learning seminar presentation
sweety seth
 
Abstract E-BALL TECHNOLOGY
Abstract   E-BALL TECHNOLOGYAbstract   E-BALL TECHNOLOGY
Abstract E-BALL TECHNOLOGY
vishnu murthy
 
Brain Computer Interface Next Generation of Human Computer Interaction
Brain Computer Interface Next Generation of Human Computer InteractionBrain Computer Interface Next Generation of Human Computer Interaction
Brain Computer Interface Next Generation of Human Computer Interaction
Saurabh Giratkar
 

What's hot (20)

Artificial Neural Network report
Artificial Neural Network reportArtificial Neural Network report
Artificial Neural Network report
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networks
 
Artificial Neural Network Abstract
Artificial Neural Network AbstractArtificial Neural Network Abstract
Artificial Neural Network Abstract
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptron
 
Artificial Neural Network Topology
Artificial Neural Network TopologyArtificial Neural Network Topology
Artificial Neural Network Topology
 
PPT2: Introduction of Machine Learning & Deep Learning and its types
PPT2: Introduction of Machine Learning & Deep Learning and its typesPPT2: Introduction of Machine Learning & Deep Learning and its types
PPT2: Introduction of Machine Learning & Deep Learning and its types
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Artificial Neural Network seminar presentation using ppt.
Artificial Neural Network seminar presentation using ppt.Artificial Neural Network seminar presentation using ppt.
Artificial Neural Network seminar presentation using ppt.
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Unit I & II in Principles of Soft computing
Unit I & II in Principles of Soft computing Unit I & II in Principles of Soft computing
Unit I & II in Principles of Soft computing
 
neural networks
 neural networks neural networks
neural networks
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
Artificial Intelligence (AI) | Prepositional logic (PL)and first order predic...
 
SPEECH RECOGNITION USING NEURAL NETWORK
SPEECH RECOGNITION USING NEURAL NETWORK SPEECH RECOGNITION USING NEURAL NETWORK
SPEECH RECOGNITION USING NEURAL NETWORK
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Back propagation
Back propagationBack propagation
Back propagation
 
Machine learning seminar presentation
Machine learning seminar presentationMachine learning seminar presentation
Machine learning seminar presentation
 
Abstract E-BALL TECHNOLOGY
Abstract   E-BALL TECHNOLOGYAbstract   E-BALL TECHNOLOGY
Abstract E-BALL TECHNOLOGY
 
Brain Computer Interface Next Generation of Human Computer Interaction
Brain Computer Interface Next Generation of Human Computer InteractionBrain Computer Interface Next Generation of Human Computer Interaction
Brain Computer Interface Next Generation of Human Computer Interaction
 

Viewers also liked

Wealth Purification-Zakath
Wealth Purification-ZakathWealth Purification-Zakath
Wealth Purification-ZakathBrother Muneer
 
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
Snehal Takawale
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networksstellajoseph
 
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 Review
Editor 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
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
Alexander Decker
 
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
 
Modeling Road Traffic Accidents
Modeling Road Traffic AccidentsModeling Road Traffic Accidents
Modeling Road Traffic Accidents
Julius Nyerere
 
Artificial intelligent
Artificial intelligentArtificial intelligent
Artificial intelligentALi Akram
 
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
Bid4Papers
 
Gradient Search Cauchy Method
Gradient Search Cauchy MethodGradient Search Cauchy Method
Gradient Search Cauchy Method
Anuja Joshi
 
Artificial Neural Networks
Artificial Neural NetworksArtificial Neural Networks
Artificial Neural Networks
Saif Al-Kalbani
 
Curriculum Vitae Celest Hajek
Curriculum Vitae Celest HajekCurriculum Vitae Celest Hajek
Curriculum Vitae Celest HajekCelest Hajek
 
AlexanderSanderRobinsonCV
AlexanderSanderRobinsonCVAlexanderSanderRobinsonCV
AlexanderSanderRobinsonCVSander Robinson
 
ở đâu thiết kế video quảng cáo giá tốt
ở đâu thiết kế video quảng cáo giá tốtở đâu thiết kế video quảng cáo giá tốt
ở đâu thiết kế video quảng cáo giá tốtbryant534
 
Top 8 mail processing clerk resume samples
Top 8 mail processing clerk resume samplesTop 8 mail processing clerk resume samples
Top 8 mail processing clerk resume samplesdavimores
 

Viewers also liked (20)

Wealth Purification-Zakath
Wealth Purification-ZakathWealth Purification-Zakath
Wealth Purification-Zakath
 
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
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networks
 
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...
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
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
 
Modeling Road Traffic Accidents
Modeling Road Traffic AccidentsModeling Road Traffic Accidents
Modeling Road Traffic Accidents
 
Artificial intelligent
Artificial intelligentArtificial intelligent
Artificial intelligent
 
Zoooooohaib
ZoooooohaibZoooooohaib
Zoooooohaib
 
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
 
Gradient Search Cauchy Method
Gradient Search Cauchy MethodGradient Search Cauchy Method
Gradient Search Cauchy Method
 
Artificial Neural Networks
Artificial Neural NetworksArtificial Neural Networks
Artificial Neural Networks
 
Ann
Ann Ann
Ann
 
Curriculum Vitae Celest Hajek
Curriculum Vitae Celest HajekCurriculum Vitae Celest Hajek
Curriculum Vitae Celest Hajek
 
AlexanderSanderRobinsonCV
AlexanderSanderRobinsonCVAlexanderSanderRobinsonCV
AlexanderSanderRobinsonCV
 
ở đâu thiết kế video quảng cáo giá tốt
ở đâu thiết kế video quảng cáo giá tốtở đâu thiết kế video quảng cáo giá tốt
ở đâu thiết kế video quảng cáo giá tốt
 
Top 8 mail processing clerk resume samples
Top 8 mail processing clerk resume samplesTop 8 mail processing clerk resume samples
Top 8 mail processing clerk resume samples
 

Similar to Artificial Neural Network

Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecasting
Amir Shokri
 
What Is a Neural Network
What Is a Neural NetworkWhat Is a Neural Network
What Is a Neural Network
April Joy Getigan
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
Anupama Kate
 
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
ijscai
 
Power of Convolutional Neural Networks in Modern AI | The Lifesciences Magazine
Power of Convolutional Neural Networks in Modern AI | The Lifesciences MagazinePower of Convolutional Neural Networks in Modern AI | The Lifesciences Magazine
Power of Convolutional Neural Networks in Modern AI | The Lifesciences Magazine
The Lifesciences Magazine
 
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
Wael Alawsey
 
An Overview On Neural Network And Its Application
An Overview On Neural Network And Its ApplicationAn Overview On Neural Network And Its Application
An Overview On Neural Network And Its Application
Sherri Cost
 
Stock Prediction Using Artificial Neural Networks
Stock Prediction Using Artificial Neural NetworksStock Prediction Using Artificial Neural Networks
Stock Prediction Using Artificial Neural Networks
ijbuiiir1
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object Detection
IRJET Journal
 
Artificial Intelligence.docx
Artificial Intelligence.docxArtificial Intelligence.docx
Artificial Intelligence.docx
ashumar
 
IRJET- The Essentials of Neural Networks and their Applications
IRJET- The Essentials of Neural Networks and their ApplicationsIRJET- The Essentials of Neural Networks and their Applications
IRJET- The Essentials of Neural Networks and their Applications
IRJET Journal
 
Neural net NWU 4.3 Graphics Course
Neural net NWU 4.3 Graphics CourseNeural net NWU 4.3 Graphics Course
Neural net NWU 4.3 Graphics Course
Mohaiminur Rahman
 
Neural Networks
Neural Networks Neural Networks
Neural Networks Eric Su
 
F017624449
F017624449F017624449
F017624449
IOSR Journals
 
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: ReviewComparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
iosrjce
 
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
IRJET Journal
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
GauravPandey319
 
Eckovation Machine Learning
Eckovation Machine LearningEckovation Machine Learning
Eckovation Machine Learning
Shikhar Srivastava
 
Deep learning and neural network converted
Deep learning and neural network convertedDeep learning and neural network converted
Deep learning and neural network converted
Janu Jahnavi
 
The Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial ServicesThe Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial Services
Accenture Insurance
 

Similar to Artificial Neural Network (20)

Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecasting
 
What Is a Neural Network
What Is a Neural NetworkWhat Is a Neural Network
What Is a Neural Network
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
 
Power of Convolutional Neural Networks in Modern AI | The Lifesciences Magazine
Power of Convolutional Neural Networks in Modern AI | The Lifesciences MagazinePower of Convolutional Neural Networks in Modern AI | The Lifesciences Magazine
Power of Convolutional Neural Networks in Modern AI | The Lifesciences Magazine
 
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
 
An Overview On Neural Network And Its Application
An Overview On Neural Network And Its ApplicationAn Overview On Neural Network And Its Application
An Overview On Neural Network And Its Application
 
Stock Prediction Using Artificial Neural Networks
Stock Prediction Using Artificial Neural NetworksStock Prediction Using Artificial Neural Networks
Stock Prediction Using Artificial Neural Networks
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object Detection
 
Artificial Intelligence.docx
Artificial Intelligence.docxArtificial Intelligence.docx
Artificial Intelligence.docx
 
IRJET- The Essentials of Neural Networks and their Applications
IRJET- The Essentials of Neural Networks and their ApplicationsIRJET- The Essentials of Neural Networks and their Applications
IRJET- The Essentials of Neural Networks and their Applications
 
Neural net NWU 4.3 Graphics Course
Neural net NWU 4.3 Graphics CourseNeural net NWU 4.3 Graphics Course
Neural net NWU 4.3 Graphics Course
 
Neural Networks
Neural Networks Neural Networks
Neural Networks
 
F017624449
F017624449F017624449
F017624449
 
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: ReviewComparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
 
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Eckovation Machine Learning
Eckovation Machine LearningEckovation Machine Learning
Eckovation Machine Learning
 
Deep learning and neural network converted
Deep learning and neural network convertedDeep learning and neural network converted
Deep learning and neural network converted
 
The Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial ServicesThe Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial Services
 

Recently uploaded

FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 

Artificial Neural Network

  • 1. Presented By: Akif Burhan Muzafar Junaid Hassan Umar manzoor Muneer AH Saleem zahoor
  • 2.  An Artificial Neural Network (ANN) is an information processing paradigm that is inspired by biological nervous systems.  It is composed of a large number of highly interconnected processing elements called neurons.  An ANN is configured for a specific application, such as pattern recognition or data classification
  • 3.  The neuron receives signals from other neurons, collects the input signals, and transforms the collected input signal.  Human information processing takes place through the interaction of many billions of neurons connected to each other, each sending excitatory or inhibitory signals to other neurons (excite in positive/suppress in negative)
  • 4. Artificial neural networks (ANNs) are biologically inspired computer programs designed to simulate the way in which the human brain processes information. ANNs gather their knowledge by detecting the patterns and relationships in data and learn (or are trained) through experience.
  • 5. Types of artificial neural networks  Artificial neural network types vary from those with only one or two layers of single direction logic, to complicated multi–input many directional feedback loops and layers. On the whole, these systems use algorithms in their programming to determine control and organization of their functions.
  • 6.  Computational power The multi-layer perception (MLP) is a universal function approximate, as proven by the universa approximation theorem. However, the proof is not constructive regarding the number of neurons required or the settings of the weights. Work by Hava Siegelmann and Eduardo D. Sontag has provided a proof that a specific recurrent architecture with rational valued weights (as opposed to full precision real number-valued weights) has the full power of a Universal Turing Machine using a finite number of neurons and standard linear connections. Further, it has been shown that the use of irrational values for weights results in a machine with super-Turing power.
  • 7.  Capacity Artificial neural network models have a property called 'capacity', which roughly corresponds to their ability to model any given function. It is related to the amount of information that can be stored in the network and to the notion of complexity.  Convergence Nothing can be said in general about convergence since it depends on a number of factors. Firstly, there may exist many local minima. This depends on the cost function and the model. Secondly, the optimization method used might not be guaranteed to converge when far away from a local minimum. Thirdly, for a very large amount of data or parameters, some methods become impractical. In general, it has been found that theoretical guarantees regarding convergence are an unreliable guide to practical application.
  • 8.  Generalization and statistics In applications where the goal is to create a system that generalizes well in unseen examples, the problem of over-training has emerged. This arises in convoluted or over-specified systems when the capacity of the network significantly exceeds the needed free parameters. There are two schools of thought for avoiding this problem: The first is to use cross-validation and similar techniques to check for the presence of overtraining and optimally select hyperparameters such as to minimize the generalization error. The second is to use some form of regularization This is a concept that emerges naturally in a probabilistic (Bayesian) framework, where the regularization can be performed by selecting a larger prior probability over simpler models; but also in statistical learning theory, where the goal is to minimize over two quantities: the 'empirical risk' and the 'structural risk', which roughly corresponds to the error over the training set and the predicted error in unseen data due to overfitting. 
  • 9.
  • 10. Over the last decade, neural networks have found application across a wide range of areas from business, commerce and industry. Following an overview is provided of the kinds of business problems to which neural networks are suited, with a brief discussion of some of the reported studies Relevant to each area.
  • 11.  The goal of modern marketing exercises is to identify customers who are likely to respond positively to a product, and to target any advertising or solicitation towards these customers. Target marketing involves market segmentation, whereby the market is divided into distinct groups of customers with very different consumer behavior. Market segmentation can be achieved using neural networks by segmenting customers according to basic characteristics including demographics, socio-economic status, geographic location, purchase patterns, and attitude towards a product.
  • 12.  Businesses often need to forecast sales to make decisions about inventory, sta$ng levels, and pricing. Neural networks have had great success at sales forecasting, due to their ability to simultaneously consider multiple variables such as market demand for a product, consumers' disposable income, the size of the population, the price of the product, and the price of complementary products. Forecasting of sales in supermarkets and wholesale suppliers has been studied and the results have been shown to perform well when compared to traditional statistical techniques like regression, and human experts.
  • 13.  One of the main areas of banking and "nance that has been affected by neural networks is trading and financial forecasting. Neural networks have been applied successfully to problems like derivative securities pricing and hedging , futures price forecasting, exchange rate forecasting and stock performance and selection prediction.
  • 14.  There are many areas of the insurance industry which can benefit from neural networks. Policy holders can be segmented into groups based upon their behaviors, which can help to determine effective premium pricing. Prediction of claim frequency and claim cost can also help to set premiums, as well as find an acceptable mix or portfolio of policy holders characteristics. The insurance industry, like the banking and finance sectors, is constantly aware of the need to detect fraud, and neural networks can be trained to learn to detect fraudulent claims or unusual circumstances.
  • 15.  Like other competitive retail industries, the telecommunications industry is concerned with the concepts of churn (when a customer joins a competitor) and win back (when an ex-customer returns). Neural Technologies Inc., is a UK-based company which has marketed a product called DA Churn Manager. Specifically tailored to the telecommunications industry, this product uses a series of neural networks to: analyze customer and call data; predict if, when and why a customer is likely to churn; predict the elects of forthcoming promotional strategies; and interrogate the data to find the most profitable customers. Telecommunications companies are also concerned with product sales, since the more reliant a customer becomes on certain products
  • 17. Four parts of a typical nerve cell : -  DENDRITES: Accepts the inputs  SOMA : Process the inputs  AXON : Turns the processed inputs into outputs.  SYNAPSES : The electrochemical contact between the neurons.
  • 18.  Inputs to the network are represented by the mathematical symbol, xn  Each of these inputs are multiplied by a connection weight  These products are simply summed, fed through the transfer function, f( ) to generate a result and then output. f w1 w2 xn x2 x1 wn f(w1 x1 + ……+ w
  • 19. output layer connections Input layer Hidden layers Neural network Including connections (called weights) between neuron Com pare Actual output Desired output Input output Figure showing adjust of neural network : artificial neural network model CONTD
  • 20. The neural network in which every node is connected to every other nodes, and these connections may be either excitatory (positive weights), inhibitory (negative weights), or irrelevant (almost zero weights). These are networks in which nodes are partitioned into subsets called layers, with no connections from layer j to k if j > k. Input node Input node output node output node Hidden node Layer 1 Layer2 Layer0 (Input layer) (Output layer)
  • 21.  Neurons in an animal’s brain are “hard wired”. It is equally obvious that animals, especially higher order animals, learn as they grow.  How does this learning occur?  What are possible mathematical models of learning?  In artificial neural networks, learning refers to the method of modifying the weights of connections between the nodes of a specified network.  The learning ability of a neural network is determined by its architecture and by the algorithmic method chosen for training.
  • 23.  A common risk of neural networks, particularly in robotics, is that they require a large diversity of training for real-world operation. This is not surprising, since any learning machine needs sufficient representative examples in order to capture the underlying structure that allows it to generalize to new cases. Dean Pomerleau, in his research presented in the paper "Knowledge-based Training of Artificial Neural Networks for Autonomous Robot Driving," uses a neural network to train a robotic vehicle to drive on multiple types of roads (single lane, multi-lane, dirt, etc.). A large amount of his research is devoted to extrapolating multiple training scenarios from a single training experience, and
  • 24.  Preserving past training diversity so that the system does not become over trained (if, for example, it is presented with a series of right turns – it should not learn to always turn right). These issues are common in neural networks that must decide from amongst a wide variety of responses, but can be dealt with in several ways, for example by randomly shuffling the training examples, by using a numerical optimization algorithm that does not take too large steps when changing the network connections following an example, or by grouping examples in so-called mini-batches.
  • 25.  To implement large and effective software neural networks, considerable processing and storage resources need to be committed. While the brain has hardware tailored to the task of processing signals through a graph of neurons, simulating even a most simplified form on Von Neumann technology may compel a neural network designer to fill many millions of database rows for its connections – which can consume vast amounts of computer memory and hard disk space. Furthermore, the designer of neural network systems will often need to simulate the transmission of signals through many of these connections and their associated neurons – which must often be matched with incredible amounts of CPU processing power and time. While neural networks often yield effective programs, they too often do so at the cost of efficiency (they tend to consume considerable amounts of time and money).
  • 26.  Some other risks come from advocates of hybrid models (combining neural networks and symbolic approaches), who believe that the intermix of these two approaches can better capture the mechanisms of the human mind.

Editor's Notes

  1. 2