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

Human-Centered Artificial Intelligence: Reliable, Safe & Trustworthy
Human-Centered Artificial Intelligence: Reliable, Safe & TrustworthyHuman-Centered Artificial Intelligence: Reliable, Safe & Trustworthy
Human-Centered Artificial Intelligence: Reliable, Safe & TrustworthyJalnaAfridi
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceDhrumil Shah
 
Introduction to-machine-learning
Introduction to-machine-learningIntroduction to-machine-learning
Introduction to-machine-learningBabu Priyavrat
 
CNN Machine learning DeepLearning
CNN Machine learning DeepLearningCNN Machine learning DeepLearning
CNN Machine learning DeepLearningAbhishek Sharma
 
NLP - updated (Natural Language Processing))
NLP - updated (Natural Language Processing))NLP - updated (Natural Language Processing))
NLP - updated (Natural Language Processing))Jitendra Kumar Yadav
 
Deep Learning With Neural Networks
Deep Learning With Neural NetworksDeep Learning With Neural Networks
Deep Learning With Neural NetworksAniket Maurya
 
Machine Learning Real Life Applications By Examples
Machine Learning Real Life Applications By ExamplesMachine Learning Real Life Applications By Examples
Machine Learning Real Life Applications By ExamplesMario Cartia
 
Intro to modelling-supervised learning
Intro to modelling-supervised learningIntro to modelling-supervised learning
Intro to modelling-supervised learningJustin Sebok
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence PresentationMiraz Hossain
 
Cognitive computing ppt.
Cognitive computing ppt.Cognitive computing ppt.
Cognitive computing ppt.KRIPAPIOUS
 
Lecture 2 Basic Concepts in Machine Learning for Language Technology
Lecture 2 Basic Concepts in Machine Learning for Language TechnologyLecture 2 Basic Concepts in Machine Learning for Language Technology
Lecture 2 Basic Concepts in Machine Learning for Language TechnologyMarina Santini
 
Inference in Bayesian Networks
Inference in Bayesian NetworksInference in Bayesian Networks
Inference in Bayesian Networksguestfee8698
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?NVIDIA
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkPrakash K
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceMegha Jain
 

What's hot (20)

1.Introduction to deep learning
1.Introduction to deep learning1.Introduction to deep learning
1.Introduction to deep learning
 
Human-Centered Artificial Intelligence: Reliable, Safe & Trustworthy
Human-Centered Artificial Intelligence: Reliable, Safe & TrustworthyHuman-Centered Artificial Intelligence: Reliable, Safe & Trustworthy
Human-Centered Artificial Intelligence: Reliable, Safe & Trustworthy
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
(Ch#1) artificial intelligence
(Ch#1) artificial intelligence(Ch#1) artificial intelligence
(Ch#1) artificial intelligence
 
Introduction to-machine-learning
Introduction to-machine-learningIntroduction to-machine-learning
Introduction to-machine-learning
 
MIS
MISMIS
MIS
 
NLP(Natural Language Processing)
NLP(Natural Language Processing)NLP(Natural Language Processing)
NLP(Natural Language Processing)
 
CNN Machine learning DeepLearning
CNN Machine learning DeepLearningCNN Machine learning DeepLearning
CNN Machine learning DeepLearning
 
NLP - updated (Natural Language Processing))
NLP - updated (Natural Language Processing))NLP - updated (Natural Language Processing))
NLP - updated (Natural Language Processing))
 
Deep Learning With Neural Networks
Deep Learning With Neural NetworksDeep Learning With Neural Networks
Deep Learning With Neural Networks
 
Machine Learning Real Life Applications By Examples
Machine Learning Real Life Applications By ExamplesMachine Learning Real Life Applications By Examples
Machine Learning Real Life Applications By Examples
 
Intro to modelling-supervised learning
Intro to modelling-supervised learningIntro to modelling-supervised learning
Intro to modelling-supervised learning
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Cognitive computing ppt.
Cognitive computing ppt.Cognitive computing ppt.
Cognitive computing ppt.
 
Lecture 2 Basic Concepts in Machine Learning for Language Technology
Lecture 2 Basic Concepts in Machine Learning for Language TechnologyLecture 2 Basic Concepts in Machine Learning for Language Technology
Lecture 2 Basic Concepts in Machine Learning for Language Technology
 
Inference in Bayesian Networks
Inference in Bayesian NetworksInference in Bayesian Networks
Inference in Bayesian Networks
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Introduction to soft computing
 Introduction to soft computing Introduction to soft computing
Introduction to soft computing
 

Similar to Ch1-Introduction to computation Intelligence.pptx

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 KumarDr.S.Jagadeesh Kumar
 
Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2karenmclaughlin1961
 
Neural networks...
Neural networks...Neural networks...
Neural networks...Molly Chugh
 
Artificial intelligence conversational agents
Artificial intelligence conversational agentsArtificial intelligence conversational agents
Artificial intelligence conversational agentsSasa Arsovski
 
Neural Networks for Pattern Recognition
Neural Networks for Pattern RecognitionNeural Networks for Pattern Recognition
Neural Networks for Pattern RecognitionVipra Singh
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceHITESH Kumawat
 
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 SystemsAchini_Adikari
 
A.i lecture-01
A.i lecture-01A.i lecture-01
A.i lecture-01yarafghani
 
Soft Computing
Soft ComputingSoft Computing
Soft ComputingMANISH T I
 
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 BiologyMrinal Vashisth
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence habeebulla g
 
Mind reading computers
Mind reading computersMind reading computers
Mind reading computersAMALANTONY30
 

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

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 

Recently uploaded (20)

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 

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