SlideShare a Scribd company logo
1 of 23
Knowing is not enough; we must
apply. Wishing is not enough; we
must do.
Introduction to
Computational Intelligence
By
Abhijeet Gole
A.I
• what is intelligence?
• Dictionaries define intelligence as the ability to
comprehend, to understand and profit from
experience, to interpret intelligence, having the
capacity for thought and reason
• Can computers be intelligent?
• Alan Turing gave much thought to this question.
He believed that machines could be created that
would mimic the processes of the human brain.
• Turing strongly believed that there was nothing the
brain could do that a well-designed computer
could not. More than fifty years later his
statements are still visionary.
Computational
Intelligence
Paradigms
Computational Intelligence Paradigms
• ANNs- Artificial Neural Networks: Biological Neural Systems
• SI- Swarm Intelligences: Social Behavior of organisms living in swarms or colonies
• EC- Evolutionary Computations: Natural Evolution
• AIS- Artificial Immune Systems: the human immune system
• FS- Fuzzy Systems: studies of how organisms interact with their environment.
Artificial Neural Networks
• The brain is a complex,
nonlinear and parallel
computer
• It is estimated that there is in
the order of 10-500 billion
neurons in the human cortex,
with 60 trillion synapses.
• The neurons are arranged in
approximately 1000 main
modules, each having about
500 neural networks.
Artificial Neural Networks
• An artificial neuron (AN) is a model
of a biological neuron (BN).
• Each AN receives signals from
the environment, or other ANs,
gathers these signals, and when
fired, transmits a signal to all
connected ANs.
• The firing of an AN and the
strength of the exiting signal are
controlled via a function, referred
to as the activation function.
• The AN collects all incoming
signals, and computes a net input
signal as a function of the
respective weights.
• The net input signal serves as
input to the activation function
which calculates the output signal
of the AN.
An artificial neural network
(NN) • An artificial neural network
(NN) is a layered network of
Ans
• An NN may consist of an
input layer, hidden layers
and an output layer.
• ANs in one layer are
connected, fully or partially,
to the ANs in the next layer.
• Feedback connections to
previous layers are also
possible.
Types of NNs
• Single-layer nns, such as the Hopfield network
• Multilayer feedforward nns, including, for
example, standard backpropagation, functional
link and product unit networks;
• Temporal nns, such as the elman and jordan
simple recurrent networks as well as time-delay
neural networks;
• Self-organizing nns, such as the kohonen self-
organizing feature maps and the learning vector
quantizer;
• Combined supervised and unsupervised nns,
e.g. Some radial basis function networks.
Application
of ANNs
• Diagnosis of diseases
• Speech recognition
• Data mining
• Composing music
• Image processing,
• Forecasting
• Robot control
• Credit approval
• Classification
• Pattern recognition
• Planning
• Game strategies
• Compression
Evolutionary Computation
• Evolutionary computation
(EC) has as its objective
to mimic processes from
natural evolution, where
the main concept is
survival of the fittest: the
weak must die.
• In natural evolution,
survival is achieved
through reproduction.
• Offspring, reproduced
from two parents
(sometimes more than
two), contain genetic
material of both (or all)
parents – hopefully the
best characteristics of
each parent.
Different
classes of
evolutionary
algorithms (EA)
• Genetic programming which is based on genetic
algorithms, but individuals are programs (represented as
trees).
• Evolutionary programming which is derived from the
simulation of adaptive behavior in evolution (phenotypic
evolution).
• Evolution strategies which are geared toward modeling the
strategy parameters that control variation in evolution, i.e.
the evolution of evolution.
• Differential evolution, which is similar to genetic
algorithms, differing in the reproduction mechanism used.
• Cultural evolution which models the evolution of culture of
a population and how the culture influences the genetic
and phenotypic evolution of individuals.
• Coevolution where initially “dumb” individuals evolve
through cooperation, or in competition with one another,
acquiring the necessary characteristics to survive.
Application
of EC
• Data mining
• Combinatorial optimization
• Fault diagnosis
• Classification
• Clustering,
• Scheduling
• Time series approximation
Swarm
Intelligence
• Swarm intelligence (SI) originated from the study
of colonies, or swarms of social organisms.
• Studies of the social behavior of organisms
(individuals) in swarms prompted the design of
very efficient optimization and clustering
algorithms.
• For example
• simulation studies of the graceful, but
unpredictable, choreography of bird flocks led
to the design of the particle swarm
optimization algorithm, and studies of the
foraging
• behavior of ants resulted in ant colony
optimization algorithms.
Types of SI
• Particle swarm optimization (PSO) is a stochastic
optimization approach, modeled on the social
behavior of bird flocks
• Colony optimization Algorithm are studies of ant
colonies, have contributed in abundance to the
set of intelligent algorithms.
• Clustering and structural optimization
algorithms are studies of the nest building of
ants and bees
Applications
of SI • Routing optimization
• In telecommunications networks
• Graph coloring
• Scheduling
• Solving the quadratic assignment problem.
Artificial
Immune
Systems
• The natural immune system (NIS) has an amazing
pattern matching ability, used to distinguish
between foreign cells entering the body (referred
to as non-self, or antigen) and the cells belonging
to the body (referred to as self).
• As the NIS encounters antigen, the adaptive
nature of the NIS is exhibited, with the NIS
memorizing the structure of these antigen for
faster future response the antigen.
NIS Models
• The classical view of the immune system is that the
immune system distinguishes between self and non-
self, using lymphocytes produced in the lymphoid
organs. These lymphocytes “learn” to bind to
antigen.
• Clonal selection theory, where an active B-Cell
produces antibodies through a cloning process. The
produced clones are also mutated.
• Danger theory, where the immune system can
distinguish between dangerous and non-dangerous
antigen.
• Network theory, where it is assumed that B-Cells
form a network. When a B-Cell responds to an
antigen, that B-Cell becomes activated and stimulates
all other B-Cells to which it is connected in the
network.
AIS
applications
• Feature extraction
• Pattern recognition
• Memory
• Learning
• Classification
• Adaption for utilization in computer
security
• Fraud detection
• Machine learning
• Data analysis
• Optimization algorithms
Fuzzy
Systems
Fuzzy sets and fuzzy logic allow what is
referred to as approximate reasoning.
With fuzzy sets, an element belongs to a set
to a certain degree of certainty.
Fuzzy logic allows reasoning with these
uncertain facts to infer new facts, with a
degree of certainty associated with each fact.
Types of Uncertainty in
FLS
Statistical uncertainty
is based on the laws of
probability
Nonstatistical
uncertainty is based
on vagueness,
imprecision and/or
ambiguity
Applications
of FLS
• Applied successfully to control systems
• Facial pattern recognition
• Air conditioners
• Washing machines
• Vacuum cleaners
• Antiskid braking systems
• Transmission systems
• Control of subway systems
• Unmanned helicopters
• knowledge-based systems
Assignments
1. Comment on the eligibility of Turing’s test for
computer intelligence, and his belief that computers
with 109 bits of storage would pass a 5-minute
version of test with 70% probability.
2. Comment on the eligibility of the definition of artificial
intelligence as given by the 1996 IEEE Neural
Networks Council.
3. Based on the definition of CI given in this chapter,
show that each of the paradigms (NN, EC, SI, AIS,
and FS) does satisfy the definition

More Related Content

What's hot

What's hot (20)

Design Patterns - General Introduction
Design Patterns - General IntroductionDesign Patterns - General Introduction
Design Patterns - General Introduction
 
Introduction and architecture of expert system
Introduction  and architecture of expert systemIntroduction  and architecture of expert system
Introduction and architecture of expert system
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Mycin presentation
Mycin presentationMycin presentation
Mycin presentation
 
An introduction to AI (artificial intelligence)
An introduction to AI (artificial intelligence)An introduction to AI (artificial intelligence)
An introduction to AI (artificial intelligence)
 
Artificial immune system
Artificial immune systemArtificial immune system
Artificial immune system
 
A Brief History Of Artificial Intelligence | Developing Text To Speech Recogn...
A Brief History Of Artificial Intelligence | Developing Text To Speech Recogn...A Brief History Of Artificial Intelligence | Developing Text To Speech Recogn...
A Brief History Of Artificial Intelligence | Developing Text To Speech Recogn...
 
Complexity Explained: A brief intro to complex systems
Complexity Explained: A brief intro to complex systemsComplexity Explained: A brief intro to complex systems
Complexity Explained: A brief intro to complex systems
 
Java Course 11: Design Patterns
Java Course 11: Design PatternsJava Course 11: Design Patterns
Java Course 11: Design Patterns
 
Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications
 
Java - Generic programming
Java - Generic programmingJava - Generic programming
Java - Generic programming
 
Basic java important interview questions and answers to secure a job
Basic java important interview questions and answers to secure a jobBasic java important interview questions and answers to secure a job
Basic java important interview questions and answers to secure a job
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
Creational pattern
Creational patternCreational pattern
Creational pattern
 
Introduction to Neural Networks
Introduction to Neural NetworksIntroduction to Neural Networks
Introduction to Neural Networks
 
Exception Handling In Java
Exception Handling In JavaException Handling In Java
Exception Handling In Java
 
Design Pattern in Software Engineering
Design Pattern in Software EngineeringDesign Pattern in Software Engineering
Design Pattern in Software Engineering
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence
 
AI-900 Slides.pptx
AI-900 Slides.pptxAI-900 Slides.pptx
AI-900 Slides.pptx
 
Explainable AI: Building trustworthy AI models?
Explainable AI: Building trustworthy AI models? Explainable AI: Building trustworthy AI models?
Explainable AI: Building trustworthy AI models?
 

Similar to Ch1-Introduction to computation Intelligence.pptx

Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2
karenmclaughlin1961
 
Neural networks...
Neural networks...Neural networks...
Neural networks...
Molly Chugh
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
HITESH Kumawat
 

Similar to Ch1-Introduction to computation Intelligence.pptx (20)

Introduction to Soft Computing by Dr.S.Jagadeesh Kumar
Introduction to Soft Computing by Dr.S.Jagadeesh KumarIntroduction to Soft Computing by Dr.S.Jagadeesh Kumar
Introduction to Soft Computing by Dr.S.Jagadeesh Kumar
 
Ai introduction
Ai introductionAi introduction
Ai introduction
 
Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
SC1.pptx
SC1.pptxSC1.pptx
SC1.pptx
 
Swarm intelligence
Swarm intelligenceSwarm intelligence
Swarm intelligence
 
AI Introduction
AI Introduction AI Introduction
AI Introduction
 
Neural networks...
Neural networks...Neural networks...
Neural networks...
 
Artificial intelligence conversational agents
Artificial intelligence conversational agentsArtificial intelligence conversational agents
Artificial intelligence conversational agents
 
Neural Networks for Pattern Recognition
Neural Networks for Pattern RecognitionNeural Networks for Pattern Recognition
Neural Networks for Pattern Recognition
 
Abhinav
AbhinavAbhinav
Abhinav
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Bio-inspired Artificial Intelligence for Collective Systems
Bio-inspired Artificial Intelligence for Collective SystemsBio-inspired Artificial Intelligence for Collective Systems
Bio-inspired Artificial Intelligence for Collective Systems
 
A.i lecture-01
A.i lecture-01A.i lecture-01
A.i lecture-01
 
Soft Computing
Soft ComputingSoft Computing
Soft Computing
 
Introduction to Systemics with focus on Systems Biology
Introduction to Systemics with focus on Systems BiologyIntroduction to Systemics with focus on Systems Biology
Introduction to Systemics with focus on Systems Biology
 
Botany Softare
Botany SoftareBotany Softare
Botany Softare
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Cognitive Science.ppt
Cognitive Science.pptCognitive Science.ppt
Cognitive Science.ppt
 
Mind reading computers
Mind reading computersMind reading computers
Mind reading computers
 

Recently uploaded

Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
AnaAcapella
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Our Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdfOur Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdf
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Introduction to TechSoup’s Digital Marketing Services and Use Cases
Introduction to TechSoup’s Digital Marketing  Services and Use CasesIntroduction to TechSoup’s Digital Marketing  Services and Use Cases
Introduction to TechSoup’s Digital Marketing Services and Use Cases
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of Play
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 

Ch1-Introduction to computation Intelligence.pptx

  • 1. Knowing is not enough; we must apply. Wishing is not enough; we must do.
  • 3. A.I • what is intelligence? • Dictionaries define intelligence as the ability to comprehend, to understand and profit from experience, to interpret intelligence, having the capacity for thought and reason • Can computers be intelligent? • Alan Turing gave much thought to this question. He believed that machines could be created that would mimic the processes of the human brain. • Turing strongly believed that there was nothing the brain could do that a well-designed computer could not. More than fifty years later his statements are still visionary.
  • 5. Computational Intelligence Paradigms • ANNs- Artificial Neural Networks: Biological Neural Systems • SI- Swarm Intelligences: Social Behavior of organisms living in swarms or colonies • EC- Evolutionary Computations: Natural Evolution • AIS- Artificial Immune Systems: the human immune system • FS- Fuzzy Systems: studies of how organisms interact with their environment.
  • 6. Artificial Neural Networks • The brain is a complex, nonlinear and parallel computer • It is estimated that there is in the order of 10-500 billion neurons in the human cortex, with 60 trillion synapses. • The neurons are arranged in approximately 1000 main modules, each having about 500 neural networks.
  • 7. Artificial Neural Networks • An artificial neuron (AN) is a model of a biological neuron (BN). • Each AN receives signals from the environment, or other ANs, gathers these signals, and when fired, transmits a signal to all connected ANs. • The firing of an AN and the strength of the exiting signal are controlled via a function, referred to as the activation function. • The AN collects all incoming signals, and computes a net input signal as a function of the respective weights. • The net input signal serves as input to the activation function which calculates the output signal of the AN.
  • 8. An artificial neural network (NN) • An artificial neural network (NN) is a layered network of Ans • An NN may consist of an input layer, hidden layers and an output layer. • ANs in one layer are connected, fully or partially, to the ANs in the next layer. • Feedback connections to previous layers are also possible.
  • 9. Types of NNs • Single-layer nns, such as the Hopfield network • Multilayer feedforward nns, including, for example, standard backpropagation, functional link and product unit networks; • Temporal nns, such as the elman and jordan simple recurrent networks as well as time-delay neural networks; • Self-organizing nns, such as the kohonen self- organizing feature maps and the learning vector quantizer; • Combined supervised and unsupervised nns, e.g. Some radial basis function networks.
  • 10. Application of ANNs • Diagnosis of diseases • Speech recognition • Data mining • Composing music • Image processing, • Forecasting • Robot control • Credit approval • Classification • Pattern recognition • Planning • Game strategies • Compression
  • 11. Evolutionary Computation • Evolutionary computation (EC) has as its objective to mimic processes from natural evolution, where the main concept is survival of the fittest: the weak must die. • In natural evolution, survival is achieved through reproduction. • Offspring, reproduced from two parents (sometimes more than two), contain genetic material of both (or all) parents – hopefully the best characteristics of each parent.
  • 12. Different classes of evolutionary algorithms (EA) • Genetic programming which is based on genetic algorithms, but individuals are programs (represented as trees). • Evolutionary programming which is derived from the simulation of adaptive behavior in evolution (phenotypic evolution). • Evolution strategies which are geared toward modeling the strategy parameters that control variation in evolution, i.e. the evolution of evolution. • Differential evolution, which is similar to genetic algorithms, differing in the reproduction mechanism used. • Cultural evolution which models the evolution of culture of a population and how the culture influences the genetic and phenotypic evolution of individuals. • Coevolution where initially “dumb” individuals evolve through cooperation, or in competition with one another, acquiring the necessary characteristics to survive.
  • 13. Application of EC • Data mining • Combinatorial optimization • Fault diagnosis • Classification • Clustering, • Scheduling • Time series approximation
  • 14. Swarm Intelligence • Swarm intelligence (SI) originated from the study of colonies, or swarms of social organisms. • Studies of the social behavior of organisms (individuals) in swarms prompted the design of very efficient optimization and clustering algorithms. • For example • simulation studies of the graceful, but unpredictable, choreography of bird flocks led to the design of the particle swarm optimization algorithm, and studies of the foraging • behavior of ants resulted in ant colony optimization algorithms.
  • 15. Types of SI • Particle swarm optimization (PSO) is a stochastic optimization approach, modeled on the social behavior of bird flocks • Colony optimization Algorithm are studies of ant colonies, have contributed in abundance to the set of intelligent algorithms. • Clustering and structural optimization algorithms are studies of the nest building of ants and bees
  • 16. Applications of SI • Routing optimization • In telecommunications networks • Graph coloring • Scheduling • Solving the quadratic assignment problem.
  • 17. Artificial Immune Systems • The natural immune system (NIS) has an amazing pattern matching ability, used to distinguish between foreign cells entering the body (referred to as non-self, or antigen) and the cells belonging to the body (referred to as self). • As the NIS encounters antigen, the adaptive nature of the NIS is exhibited, with the NIS memorizing the structure of these antigen for faster future response the antigen.
  • 18. NIS Models • The classical view of the immune system is that the immune system distinguishes between self and non- self, using lymphocytes produced in the lymphoid organs. These lymphocytes “learn” to bind to antigen. • Clonal selection theory, where an active B-Cell produces antibodies through a cloning process. The produced clones are also mutated. • Danger theory, where the immune system can distinguish between dangerous and non-dangerous antigen. • Network theory, where it is assumed that B-Cells form a network. When a B-Cell responds to an antigen, that B-Cell becomes activated and stimulates all other B-Cells to which it is connected in the network.
  • 19. AIS applications • Feature extraction • Pattern recognition • Memory • Learning • Classification • Adaption for utilization in computer security • Fraud detection • Machine learning • Data analysis • Optimization algorithms
  • 20. Fuzzy Systems Fuzzy sets and fuzzy logic allow what is referred to as approximate reasoning. With fuzzy sets, an element belongs to a set to a certain degree of certainty. Fuzzy logic allows reasoning with these uncertain facts to infer new facts, with a degree of certainty associated with each fact.
  • 21. Types of Uncertainty in FLS Statistical uncertainty is based on the laws of probability Nonstatistical uncertainty is based on vagueness, imprecision and/or ambiguity
  • 22. Applications of FLS • Applied successfully to control systems • Facial pattern recognition • Air conditioners • Washing machines • Vacuum cleaners • Antiskid braking systems • Transmission systems • Control of subway systems • Unmanned helicopters • knowledge-based systems
  • 23. Assignments 1. Comment on the eligibility of Turing’s test for computer intelligence, and his belief that computers with 109 bits of storage would pass a 5-minute version of test with 70% probability. 2. Comment on the eligibility of the definition of artificial intelligence as given by the 1996 IEEE Neural Networks Council. 3. Based on the definition of CI given in this chapter, show that each of the paradigms (NN, EC, SI, AIS, and FS) does satisfy the definition