SlideShare a Scribd company logo
Department of Information Technology 1Soft Computing (ITC4256 )
Dr. C.V. Suresh Babu
Professor
Department of IT
Hindustan Institute of Science & Technology
Hybrid Systems
Department of Information Technology 2Soft Computing (ITC4256 )
Action Plan
• Hybrid Systems
• Hybridization
• Combinations
• Comparison of Expert Systems, Fuzzy Systems, Neural Networks and Genetic Algorithms
• Current Progress
• Primary Components
• MultiComponents
• Degree of Integration
• Transformational, hierarchial and integrated
• Stand Alone Models
• Integrated – Fused Architectures
• Generalized Fused Framework
• System Types for Hybridization
• Quiz
Department of Information Technology 3Soft Computing (ITC4256 )
 A hybrid intelligent system is one that combines at least two intelligent technologies.
 For example, combining a neural network with a fuzzy system results in a hybrid neuro-fuzzy
system.
 The combination of:
 probabilistic reasoning,
 fuzzy logic,
 neural networks and
 evolutionary computation forms the core of soft computing,
 Soft Computing is an emerging approach to building hybrid intelligent systems capable of reasoning
and learning in an uncertain and imprecise environment.
Hybrid Systems
Department of Information Technology 4Soft Computing (ITC4256 )
Hybridization
• Integrated architectures for machine learning have been shown
to provide performance improvements over single
representation architectures.
• Integration, or hybridization, is achieved using a spectrum of
module or component architectures ranging from those sharing
independently functioning components to architectures in which
different components are combined in inherently inseparable
ways.
• In this presentation we briefly survey prototypical integrated
architectures
Department of Information Technology 5Soft Computing (ITC4256 )
 Although words are less precise than numbers, precision carries a high cost.
 We use words when there is a tolerance for imprecision.
 Soft computing exploits the tolerance for uncertainty and imprecision to
achieve greater tractability and robustness, and lower the cost of solutions.
 We also use words when the available data is not precise enough to use
numbers.
 This is often the case with complex problems, and while “hard” computing
fails to produce any solution, soft computing is still capable of finding good
solutions.
Using “words” rather than strict numbers
Department of Information Technology 6Soft Computing (ITC4256 )
 Lotfi Zadeh is reputed to have said that a good hybrid would be
“British Police, German Mechanics, French Cuisine, Swiss Banking
and Italian Love”.
 But “British Cuisine, German Police, French Mechanics, Italian
Banking and Swiss Love” would be a bad one.
 Likewise, a hybrid intelligent system can be good or bad – it depends
on which components constitute the hybrid.
 So our goal is to select the right components for building a good
hybrid system.
Department of Information Technology 7Soft Computing (ITC4256 )
Comparison of Expert Systems, Fuzzy Systems,
Neural Networks and Genetic Algorithms
Knowledge representation
Uncertainty tolerance
Imprecision tolerance
Adaptability
Learning ability
Explanation ability
Knowledge discovery and data mining
Maintainability
ES FS NN GA
  

  
 
 







* The terms used for grading are:
- bad, - rather bad, - good - rather good and 
Department of Information Technology 8Soft Computing (ITC4256 )
 The combination of knowledge based systems, neural networks and
evolutionary computation forms the core of an emerging approach to
building hybrid intelligent systems capable of reasoning and learning
in an uncertain and imprecise environment.
Combinations
Department of Information Technology 9Soft Computing (ITC4256 )
Current Progress
• In recent years multiple module integrated machine learning
systems have been developed to overcome the limitations inherent
in single component systems.
• Integrations of neural networks (NN), fuzzy logic (FL) and global
optimization algorithms have received considerable attention but
increasing attention is being paid to integrations with case based
reasoning (CBR) and rule induction (RI).
Department of Information Technology 10Soft Computing (ITC4256 )
Primary Components
• The full spectrum of knowledge representation in such systems is
not confined to the primary components.
• For example, in CBR systems although much knowledge resides in
the case library significant problem solving knowledge may reside in
secondary technologies such as in the similarity metric used to
retrieve problem solution pairs from the case library, in the
adaptation mechanisms used to improve an approximate solution
and in the case library maintenance mechanisms.
Department of Information Technology 11Soft Computing (ITC4256 )
MultiComponents
• Although it is possible to generalize about the relative utilities of
these component types based on the primary knowledge
representation mechanisms these generalizations may no longer
remain valid in particular cases depending on the characteristics of
the secondary mechanisms employed.
• Table 1 attempts to gauge the relative utilities of single components
systems based on the primary knowledge representation.
Department of Information Technology 12Soft Computing (ITC4256 )
Degree of Integration
• Besides differing in the types of component systems employed, different
integrated architectures have emerged in a rather ad hoc way.
• Least integrated architectures consisting of independent components
communicating with each other on a side by side basis.
• More integration is shown in transformational or hierarchial systems in which
one technique may be used for development and another for delivery or one
component may be used to optimize the performance of another component.
• More fully integrated architectures combine different effects to produce a
balanced overall computational model.
Department of Information Technology 13Soft Computing (ITC4256 )
Transformational,
hierarchial and integrated
• This categorizeses such systems as transformational,
hierarchial and integrated. In a transformational integrated
system the system may use one type of component to produce
another which is the functional system.
• For example, a rule based system may be used to set the
initial conditions for a neural network solution to a problem.
• Thus, to create a modern intelligent system it may be
necessary to make a choice of complementary techniques.
Department of Information Technology 14Soft Computing (ITC4256 )
Stand Alone Models
• Independent components that do not interact
• Solving problems that have naturally independent
components – eg., decision support and categorization
Department of Information Technology 15Soft Computing (ITC4256 )
Transformational
• Expert systems with neural networks
• Knowledge from the ES is used to set the initial conditions
and training set of the NN
Department of Information Technology 16Soft Computing (ITC4256 )
Hierarchial Hybrid
• An ANN uses a GA to optimize its topology and the
output fed into an ES which creates the desired output
or explanation
Department of Information Technology 17Soft Computing (ITC4256 )
Integrated – Fused Architectures
• Combine different techniques in one computational
model
• Share data structures and knowledge representations
• Extended range of capabilities – e.g., classification with
explanation, or, adaptation with classification
Department of Information Technology 18Soft Computing (ITC4256 )
Generalized Fused Framework
Department of Information Technology 19Soft Computing (ITC4256 )
Fused Architecture
The architecture consists of four components and the environment.
• The performance element (PE) is the actual controller.
• The learning element.(LE) updates the knowledge in the PE .
The LE has access to the environment, the past states and the performance
measure. It updates the PE. The examines the external performance
and provides feedback to the LE. The critic faces the problem of converting
an external reinforcement into an internal one. The problem generator is to
contribute to the exploration of the problem space in an efficient way.
The framework does not specify the techniques.
Department of Information Technology 20Soft Computing (ITC4256 )
System Types for Hybridization
• Knowledge-based Systems and if-then rules
• CBR Systems
• Evolutionary Intelligence and Genetic algorithms
• Artificial Neural Networks and Learning
• Fuzzy Systems
• PSO Systems
Department of Information Technology 21Soft Computing (ITC4256 )
Knowledge in Intelligent Systems
• In rule induction systems knowledge is represented explicitly by if-then rules
that are obtained from example sets.
• In neural networks knowledge is captures in synaptic weights in systems of
neurons that capture categorizations in data sets.
• In evolutionary systems knowledge is captured in evolving pools of selected
genes and in heuristics for selection of more adapted chromosomes.
• In case based systems knowledge is primarily stored in the form of case
histories that represent previously developed problem-solution pairs.
• In PSO systems the knowledge is stored in the prticle swarms
Department of Information Technology 22Soft Computing (ITC4256 )
CBR KB NN GA FL
Know. rep. 3 4 1 2 4
Uncertainty 1 1 4 4 4
Approximation (noisy
incomplete data)
1 1 4 4 4
Adaptable 4 2 4 4 2
Learnable 3 1 4 4 2
Interpretable 3 4 1 2 4
Table 1 (Adapted from [Abr, Jac] and [Neg]). A comparison of the utility of
case based reasoning systems (CBR), rule induction systems (RI),
neural networks (NN) genetic algorithms (GA) and fuzzy systems (FS),
with 1 representing low and 4 representing a high utility.
Department of Information Technology 23Soft Computing (ITC4256 )
Interpretability
• Synaptic weights in trained neural networks are not easy to
interpret with particular difficulties if interpretations are required.
• Genetic algorithms model natural genetic adaptation to changing
environments and thus are inherently adaptable and learn well
• Not easily interpretable because although the knowledge resides
partly in the selection mechanism it is in the most part deeply
embedded within a population of adapted genes.
Department of Information Technology 24Soft Computing (ITC4256 )
Adaptability
• Case based systems are adaptable because changing
the case library may be sufficient to port a system to a
related area. If changes need to be made to the similarity
metric or the adaptation mechanism or if the case
structure needs to be changed much more work may be
required.
Department of Information Technology 25Soft Computing (ITC4256 )
Learnability
• Fuzzy rule based systems offer more option through
which learnability may be more easily achieved.
• Fuzzy rules may be fine tuned by adjusting the shapes of
the fuzzy sets according to user feedback
Department of Information Technology 26Soft Computing (ITC4256 )
Rules and cases
• Rule based systems employ an easily comprehensible but rigid
representation of expert knowledge such systems may afford
better interpretation mechanisms.
• Similarly recent research shows [SØR] that explanation
techniques for large case bases is most promising while case
based learning and maintenance can often be very efficient
because of the transparency of typical case libraries.
Department of Information Technology 27Soft Computing (ITC4256 )
Test Yourself
1. When it comes to the areas of data and knowledge, computers are much better at handling:
A. knowledge first, then processing the data.
B. knowledge than data.
C. data than knowledge.
D. only knowledge.
2. When a computer can correctly recognize faces of users with a high degree of reliability, it is using:
A. fuzzy logic.
B. pattern recognition.
C. image analysis.
D. OCR.
3. A software program designed to replicate the decision-making process of a human expert is a(n):
A. data system.
B. database.
C. expert system.
D. semantic system.
4. When a conclusion is stated as a probability rather than an exact fact, it is known as:
A. an expert system.
B. a database.
C. fuzzy logic.
D. a pattern recognition system
5. Expert systems primarily started in the:
A. insurance field.
B. medical field.
C. aviation field.
D. library reference field.
Department of Information Technology 28Soft Computing (ITC4256 )
Answers
1. When it comes to the areas of data and knowledge, computers are much better at handling:
A. knowledge first, then processing the data.
B. knowledge than data.
C. data than knowledge.
D. only knowledge.
2. When a computer can correctly recognize faces of users with a high degree of reliability, it is using:
A. fuzzy logic.
B. pattern recognition.
C. image analysis.
D. OCR.
3. A software program designed to replicate the decision-making process of a human expert is a(n):
A. data system.
B. database.
C. expert system.
D. semantic system.
4. When a conclusion is stated as a probability rather than an exact fact, it is known as:
A. an expert system.
B. a database.
C. fuzzy logic.
D. a pattern recognition system
5. Expert systems primarily started in the:
A. insurance field.
B. medical field.
C. aviation field.
D. library reference field.

More Related Content

What's hot

Expert system
Expert systemExpert system
Expert system
Sayeed Far Ooqui
 
Fuzzy expert system
Fuzzy expert systemFuzzy expert system
Fuzzy expert system
Hsuvas Borkakoty
 
Fuzzy logic and application in AI
Fuzzy logic and application in AIFuzzy logic and application in AI
Fuzzy logic and application in AI
Ildar Nurgaliev
 
Soft computing (ANN and Fuzzy Logic) : Dr. Purnima Pandit
Soft computing (ANN and Fuzzy Logic)  : Dr. Purnima PanditSoft computing (ANN and Fuzzy Logic)  : Dr. Purnima Pandit
Soft computing (ANN and Fuzzy Logic) : Dr. Purnima Pandit
Purnima Pandit
 
Applications of hybrid systems
Applications of hybrid systemsApplications of hybrid systems
Applications of hybrid systems
Dr. C.V. Suresh Babu
 
Soft Computing
Soft ComputingSoft Computing
Soft Computing
MANISH T I
 
Fuzzy inference systems
Fuzzy inference systemsFuzzy inference systems
Fuzzy logic member functions
Fuzzy logic member functionsFuzzy logic member functions
Fuzzy logic member functions
Dr. C.V. Suresh Babu
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systems
Yowan Rdotexe
 
Neuro-fuzzy systems
Neuro-fuzzy systemsNeuro-fuzzy systems
Neuro-fuzzy systems
Sagar Ahire
 
Genetic algorithms vs Traditional algorithms
Genetic algorithms vs Traditional algorithmsGenetic algorithms vs Traditional algorithms
Genetic algorithms vs Traditional algorithms
Dr. C.V. Suresh Babu
 
Back propagation
Back propagationBack propagation
Back propagation
Nagarajan
 
Vc dimension in Machine Learning
Vc dimension in Machine LearningVc dimension in Machine Learning
Vc dimension in Machine Learning
VARUN KUMAR
 
An Introduction to Soft Computing
An Introduction to Soft ComputingAn Introduction to Soft Computing
An Introduction to Soft Computing
Tameem Ahmad
 
Max net
Max netMax net
Soft computing
Soft computingSoft computing
Soft computing
Dr Sandeep Kumar Poonia
 
T9. Trust and reputation in multi-agent systems
T9. Trust and reputation in multi-agent systemsT9. Trust and reputation in multi-agent systems
T9. Trust and reputation in multi-agent systems
EASSS 2012
 
Anfis (1)
Anfis (1)Anfis (1)
Anfis (1)
TarekBarhoum
 
Reasoning in AI
Reasoning in AIReasoning in AI
Reasoning in AI
Gunjan Chhabra
 
Uncertainty in AI
Uncertainty in AIUncertainty in AI
Uncertainty in AI
Amruth Veerabhadraiah
 

What's hot (20)

Expert system
Expert systemExpert system
Expert system
 
Fuzzy expert system
Fuzzy expert systemFuzzy expert system
Fuzzy expert system
 
Fuzzy logic and application in AI
Fuzzy logic and application in AIFuzzy logic and application in AI
Fuzzy logic and application in AI
 
Soft computing (ANN and Fuzzy Logic) : Dr. Purnima Pandit
Soft computing (ANN and Fuzzy Logic)  : Dr. Purnima PanditSoft computing (ANN and Fuzzy Logic)  : Dr. Purnima Pandit
Soft computing (ANN and Fuzzy Logic) : Dr. Purnima Pandit
 
Applications of hybrid systems
Applications of hybrid systemsApplications of hybrid systems
Applications of hybrid systems
 
Soft Computing
Soft ComputingSoft Computing
Soft Computing
 
Fuzzy inference systems
Fuzzy inference systemsFuzzy inference systems
Fuzzy inference systems
 
Fuzzy logic member functions
Fuzzy logic member functionsFuzzy logic member functions
Fuzzy logic member functions
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systems
 
Neuro-fuzzy systems
Neuro-fuzzy systemsNeuro-fuzzy systems
Neuro-fuzzy systems
 
Genetic algorithms vs Traditional algorithms
Genetic algorithms vs Traditional algorithmsGenetic algorithms vs Traditional algorithms
Genetic algorithms vs Traditional algorithms
 
Back propagation
Back propagationBack propagation
Back propagation
 
Vc dimension in Machine Learning
Vc dimension in Machine LearningVc dimension in Machine Learning
Vc dimension in Machine Learning
 
An Introduction to Soft Computing
An Introduction to Soft ComputingAn Introduction to Soft Computing
An Introduction to Soft Computing
 
Max net
Max netMax net
Max net
 
Soft computing
Soft computingSoft computing
Soft computing
 
T9. Trust and reputation in multi-agent systems
T9. Trust and reputation in multi-agent systemsT9. Trust and reputation in multi-agent systems
T9. Trust and reputation in multi-agent systems
 
Anfis (1)
Anfis (1)Anfis (1)
Anfis (1)
 
Reasoning in AI
Reasoning in AIReasoning in AI
Reasoning in AI
 
Uncertainty in AI
Uncertainty in AIUncertainty in AI
Uncertainty in AI
 

Similar to Hybrid systems

Artificial Intelligence for Automated Decision Support Project
Artificial Intelligence for Automated Decision Support ProjectArtificial Intelligence for Automated Decision Support Project
Artificial Intelligence for Automated Decision Support Project
Valerii Klymchuk
 
Fuzzy expert systems
Fuzzy expert systemsFuzzy expert systems
Fuzzy expert systems
Dr. C.V. Suresh Babu
 
Introduction to soft computing V 1.0
Introduction to soft computing  V 1.0Introduction to soft computing  V 1.0
Introduction to soft computing V 1.0
Dr. C.V. Suresh Babu
 
Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}
FellowBuddy.com
 
Lecture_8.ppt
Lecture_8.pptLecture_8.ppt
Lecture_8.ppt
adil104135
 
Sh ch01
Sh ch01Sh ch01
Expert System With Python -1
Expert System With Python -1Expert System With Python -1
Expert System With Python -1
Ahmad Hussein
 
Artificial intelligence in power system
Artificial intelligence in power systemArtificial intelligence in power system
Artificial intelligence in power system
Bittu Goswami
 
Lecture 1. Introduction to Expert System.pptx
Lecture 1. Introduction to Expert System.pptxLecture 1. Introduction to Expert System.pptx
Lecture 1. Introduction to Expert System.pptx
KunalSingh560957
 
Fuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoningFuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoning
Dr. C.V. Suresh Babu
 
Expert systems
Expert systemsExpert systems
Expert systems
Nitesh Singh
 
Computer Aided Development of Fuzzy, Neural and Neuro-Fuzzy Systems
Computer Aided Development of Fuzzy, Neural and Neuro-Fuzzy SystemsComputer Aided Development of Fuzzy, Neural and Neuro-Fuzzy Systems
Computer Aided Development of Fuzzy, Neural and Neuro-Fuzzy Systems
IJEACS
 
Soft computing01
Soft computing01Soft computing01
Soft computing01
university of sargodha
 
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningA Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
BRNSSPublicationHubI
 
IRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET-AI Neural Network Disaster Recovery Cloud Operations SystemsIRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET Journal
 
Artificial intelligent
Artificial intelligentArtificial intelligent
Artificial intelligent
ALi Akram
 
Expert System Full Details
Expert System Full DetailsExpert System Full Details
Expert System Full Details
ssbd6985
 
Evaluation of rule extraction algorithms
Evaluation of rule extraction algorithmsEvaluation of rule extraction algorithms
Evaluation of rule extraction algorithms
IJDKP
 
SC1.pptx
SC1.pptxSC1.pptx
IRJET- Factoid Question and Answering System
IRJET-  	  Factoid Question and Answering SystemIRJET-  	  Factoid Question and Answering System
IRJET- Factoid Question and Answering System
IRJET Journal
 

Similar to Hybrid systems (20)

Artificial Intelligence for Automated Decision Support Project
Artificial Intelligence for Automated Decision Support ProjectArtificial Intelligence for Automated Decision Support Project
Artificial Intelligence for Automated Decision Support Project
 
Fuzzy expert systems
Fuzzy expert systemsFuzzy expert systems
Fuzzy expert systems
 
Introduction to soft computing V 1.0
Introduction to soft computing  V 1.0Introduction to soft computing  V 1.0
Introduction to soft computing V 1.0
 
Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}
 
Lecture_8.ppt
Lecture_8.pptLecture_8.ppt
Lecture_8.ppt
 
Sh ch01
Sh ch01Sh ch01
Sh ch01
 
Expert System With Python -1
Expert System With Python -1Expert System With Python -1
Expert System With Python -1
 
Artificial intelligence in power system
Artificial intelligence in power systemArtificial intelligence in power system
Artificial intelligence in power system
 
Lecture 1. Introduction to Expert System.pptx
Lecture 1. Introduction to Expert System.pptxLecture 1. Introduction to Expert System.pptx
Lecture 1. Introduction to Expert System.pptx
 
Fuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoningFuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoning
 
Expert systems
Expert systemsExpert systems
Expert systems
 
Computer Aided Development of Fuzzy, Neural and Neuro-Fuzzy Systems
Computer Aided Development of Fuzzy, Neural and Neuro-Fuzzy SystemsComputer Aided Development of Fuzzy, Neural and Neuro-Fuzzy Systems
Computer Aided Development of Fuzzy, Neural and Neuro-Fuzzy Systems
 
Soft computing01
Soft computing01Soft computing01
Soft computing01
 
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningA Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
 
IRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET-AI Neural Network Disaster Recovery Cloud Operations SystemsIRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
IRJET-AI Neural Network Disaster Recovery Cloud Operations Systems
 
Artificial intelligent
Artificial intelligentArtificial intelligent
Artificial intelligent
 
Expert System Full Details
Expert System Full DetailsExpert System Full Details
Expert System Full Details
 
Evaluation of rule extraction algorithms
Evaluation of rule extraction algorithmsEvaluation of rule extraction algorithms
Evaluation of rule extraction algorithms
 
SC1.pptx
SC1.pptxSC1.pptx
SC1.pptx
 
IRJET- Factoid Question and Answering System
IRJET-  	  Factoid Question and Answering SystemIRJET-  	  Factoid Question and Answering System
IRJET- Factoid Question and Answering System
 

More from Dr. C.V. Suresh Babu

Data analytics with R
Data analytics with RData analytics with R
Data analytics with R
Dr. C.V. Suresh Babu
 
Association rules
Association rulesAssociation rules
Association rules
Dr. C.V. Suresh Babu
 
Clustering
ClusteringClustering
Classification
ClassificationClassification
Classification
Dr. C.V. Suresh Babu
 
Blue property assumptions.
Blue property assumptions.Blue property assumptions.
Blue property assumptions.
Dr. C.V. Suresh Babu
 
Introduction to regression
Introduction to regressionIntroduction to regression
Introduction to regression
Dr. C.V. Suresh Babu
 
DART
DARTDART
Mycin
MycinMycin
Expert systems
Expert systemsExpert systems
Expert systems
Dr. C.V. Suresh Babu
 
Dempster shafer theory
Dempster shafer theoryDempster shafer theory
Dempster shafer theory
Dr. C.V. Suresh Babu
 
Bayes network
Bayes networkBayes network
Bayes network
Dr. C.V. Suresh Babu
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
Dr. C.V. Suresh Babu
 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agents
Dr. C.V. Suresh Babu
 
Rule based system
Rule based systemRule based system
Rule based system
Dr. C.V. Suresh Babu
 
Formal Logic in AI
Formal Logic in AIFormal Logic in AI
Formal Logic in AI
Dr. C.V. Suresh Babu
 
Production based system
Production based systemProduction based system
Production based system
Dr. C.V. Suresh Babu
 
Game playing in AI
Game playing in AIGame playing in AI
Game playing in AI
Dr. C.V. Suresh Babu
 
Diagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AIDiagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AI
Dr. C.V. Suresh Babu
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
Dr. C.V. Suresh Babu
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
Dr. C.V. Suresh Babu
 

More from Dr. C.V. Suresh Babu (20)

Data analytics with R
Data analytics with RData analytics with R
Data analytics with R
 
Association rules
Association rulesAssociation rules
Association rules
 
Clustering
ClusteringClustering
Clustering
 
Classification
ClassificationClassification
Classification
 
Blue property assumptions.
Blue property assumptions.Blue property assumptions.
Blue property assumptions.
 
Introduction to regression
Introduction to regressionIntroduction to regression
Introduction to regression
 
DART
DARTDART
DART
 
Mycin
MycinMycin
Mycin
 
Expert systems
Expert systemsExpert systems
Expert systems
 
Dempster shafer theory
Dempster shafer theoryDempster shafer theory
Dempster shafer theory
 
Bayes network
Bayes networkBayes network
Bayes network
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agents
 
Rule based system
Rule based systemRule based system
Rule based system
 
Formal Logic in AI
Formal Logic in AIFormal Logic in AI
Formal Logic in AI
 
Production based system
Production based systemProduction based system
Production based system
 
Game playing in AI
Game playing in AIGame playing in AI
Game playing in AI
 
Diagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AIDiagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AI
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
 

Recently uploaded

S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
sayalidalavi006
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 

Recently uploaded (20)

S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 

Hybrid systems

  • 1. Department of Information Technology 1Soft Computing (ITC4256 ) Dr. C.V. Suresh Babu Professor Department of IT Hindustan Institute of Science & Technology Hybrid Systems
  • 2. Department of Information Technology 2Soft Computing (ITC4256 ) Action Plan • Hybrid Systems • Hybridization • Combinations • Comparison of Expert Systems, Fuzzy Systems, Neural Networks and Genetic Algorithms • Current Progress • Primary Components • MultiComponents • Degree of Integration • Transformational, hierarchial and integrated • Stand Alone Models • Integrated – Fused Architectures • Generalized Fused Framework • System Types for Hybridization • Quiz
  • 3. Department of Information Technology 3Soft Computing (ITC4256 )  A hybrid intelligent system is one that combines at least two intelligent technologies.  For example, combining a neural network with a fuzzy system results in a hybrid neuro-fuzzy system.  The combination of:  probabilistic reasoning,  fuzzy logic,  neural networks and  evolutionary computation forms the core of soft computing,  Soft Computing is an emerging approach to building hybrid intelligent systems capable of reasoning and learning in an uncertain and imprecise environment. Hybrid Systems
  • 4. Department of Information Technology 4Soft Computing (ITC4256 ) Hybridization • Integrated architectures for machine learning have been shown to provide performance improvements over single representation architectures. • Integration, or hybridization, is achieved using a spectrum of module or component architectures ranging from those sharing independently functioning components to architectures in which different components are combined in inherently inseparable ways. • In this presentation we briefly survey prototypical integrated architectures
  • 5. Department of Information Technology 5Soft Computing (ITC4256 )  Although words are less precise than numbers, precision carries a high cost.  We use words when there is a tolerance for imprecision.  Soft computing exploits the tolerance for uncertainty and imprecision to achieve greater tractability and robustness, and lower the cost of solutions.  We also use words when the available data is not precise enough to use numbers.  This is often the case with complex problems, and while “hard” computing fails to produce any solution, soft computing is still capable of finding good solutions. Using “words” rather than strict numbers
  • 6. Department of Information Technology 6Soft Computing (ITC4256 )  Lotfi Zadeh is reputed to have said that a good hybrid would be “British Police, German Mechanics, French Cuisine, Swiss Banking and Italian Love”.  But “British Cuisine, German Police, French Mechanics, Italian Banking and Swiss Love” would be a bad one.  Likewise, a hybrid intelligent system can be good or bad – it depends on which components constitute the hybrid.  So our goal is to select the right components for building a good hybrid system.
  • 7. Department of Information Technology 7Soft Computing (ITC4256 ) Comparison of Expert Systems, Fuzzy Systems, Neural Networks and Genetic Algorithms Knowledge representation Uncertainty tolerance Imprecision tolerance Adaptability Learning ability Explanation ability Knowledge discovery and data mining Maintainability ES FS NN GA                   * The terms used for grading are: - bad, - rather bad, - good - rather good and 
  • 8. Department of Information Technology 8Soft Computing (ITC4256 )  The combination of knowledge based systems, neural networks and evolutionary computation forms the core of an emerging approach to building hybrid intelligent systems capable of reasoning and learning in an uncertain and imprecise environment. Combinations
  • 9. Department of Information Technology 9Soft Computing (ITC4256 ) Current Progress • In recent years multiple module integrated machine learning systems have been developed to overcome the limitations inherent in single component systems. • Integrations of neural networks (NN), fuzzy logic (FL) and global optimization algorithms have received considerable attention but increasing attention is being paid to integrations with case based reasoning (CBR) and rule induction (RI).
  • 10. Department of Information Technology 10Soft Computing (ITC4256 ) Primary Components • The full spectrum of knowledge representation in such systems is not confined to the primary components. • For example, in CBR systems although much knowledge resides in the case library significant problem solving knowledge may reside in secondary technologies such as in the similarity metric used to retrieve problem solution pairs from the case library, in the adaptation mechanisms used to improve an approximate solution and in the case library maintenance mechanisms.
  • 11. Department of Information Technology 11Soft Computing (ITC4256 ) MultiComponents • Although it is possible to generalize about the relative utilities of these component types based on the primary knowledge representation mechanisms these generalizations may no longer remain valid in particular cases depending on the characteristics of the secondary mechanisms employed. • Table 1 attempts to gauge the relative utilities of single components systems based on the primary knowledge representation.
  • 12. Department of Information Technology 12Soft Computing (ITC4256 ) Degree of Integration • Besides differing in the types of component systems employed, different integrated architectures have emerged in a rather ad hoc way. • Least integrated architectures consisting of independent components communicating with each other on a side by side basis. • More integration is shown in transformational or hierarchial systems in which one technique may be used for development and another for delivery or one component may be used to optimize the performance of another component. • More fully integrated architectures combine different effects to produce a balanced overall computational model.
  • 13. Department of Information Technology 13Soft Computing (ITC4256 ) Transformational, hierarchial and integrated • This categorizeses such systems as transformational, hierarchial and integrated. In a transformational integrated system the system may use one type of component to produce another which is the functional system. • For example, a rule based system may be used to set the initial conditions for a neural network solution to a problem. • Thus, to create a modern intelligent system it may be necessary to make a choice of complementary techniques.
  • 14. Department of Information Technology 14Soft Computing (ITC4256 ) Stand Alone Models • Independent components that do not interact • Solving problems that have naturally independent components – eg., decision support and categorization
  • 15. Department of Information Technology 15Soft Computing (ITC4256 ) Transformational • Expert systems with neural networks • Knowledge from the ES is used to set the initial conditions and training set of the NN
  • 16. Department of Information Technology 16Soft Computing (ITC4256 ) Hierarchial Hybrid • An ANN uses a GA to optimize its topology and the output fed into an ES which creates the desired output or explanation
  • 17. Department of Information Technology 17Soft Computing (ITC4256 ) Integrated – Fused Architectures • Combine different techniques in one computational model • Share data structures and knowledge representations • Extended range of capabilities – e.g., classification with explanation, or, adaptation with classification
  • 18. Department of Information Technology 18Soft Computing (ITC4256 ) Generalized Fused Framework
  • 19. Department of Information Technology 19Soft Computing (ITC4256 ) Fused Architecture The architecture consists of four components and the environment. • The performance element (PE) is the actual controller. • The learning element.(LE) updates the knowledge in the PE . The LE has access to the environment, the past states and the performance measure. It updates the PE. The examines the external performance and provides feedback to the LE. The critic faces the problem of converting an external reinforcement into an internal one. The problem generator is to contribute to the exploration of the problem space in an efficient way. The framework does not specify the techniques.
  • 20. Department of Information Technology 20Soft Computing (ITC4256 ) System Types for Hybridization • Knowledge-based Systems and if-then rules • CBR Systems • Evolutionary Intelligence and Genetic algorithms • Artificial Neural Networks and Learning • Fuzzy Systems • PSO Systems
  • 21. Department of Information Technology 21Soft Computing (ITC4256 ) Knowledge in Intelligent Systems • In rule induction systems knowledge is represented explicitly by if-then rules that are obtained from example sets. • In neural networks knowledge is captures in synaptic weights in systems of neurons that capture categorizations in data sets. • In evolutionary systems knowledge is captured in evolving pools of selected genes and in heuristics for selection of more adapted chromosomes. • In case based systems knowledge is primarily stored in the form of case histories that represent previously developed problem-solution pairs. • In PSO systems the knowledge is stored in the prticle swarms
  • 22. Department of Information Technology 22Soft Computing (ITC4256 ) CBR KB NN GA FL Know. rep. 3 4 1 2 4 Uncertainty 1 1 4 4 4 Approximation (noisy incomplete data) 1 1 4 4 4 Adaptable 4 2 4 4 2 Learnable 3 1 4 4 2 Interpretable 3 4 1 2 4 Table 1 (Adapted from [Abr, Jac] and [Neg]). A comparison of the utility of case based reasoning systems (CBR), rule induction systems (RI), neural networks (NN) genetic algorithms (GA) and fuzzy systems (FS), with 1 representing low and 4 representing a high utility.
  • 23. Department of Information Technology 23Soft Computing (ITC4256 ) Interpretability • Synaptic weights in trained neural networks are not easy to interpret with particular difficulties if interpretations are required. • Genetic algorithms model natural genetic adaptation to changing environments and thus are inherently adaptable and learn well • Not easily interpretable because although the knowledge resides partly in the selection mechanism it is in the most part deeply embedded within a population of adapted genes.
  • 24. Department of Information Technology 24Soft Computing (ITC4256 ) Adaptability • Case based systems are adaptable because changing the case library may be sufficient to port a system to a related area. If changes need to be made to the similarity metric or the adaptation mechanism or if the case structure needs to be changed much more work may be required.
  • 25. Department of Information Technology 25Soft Computing (ITC4256 ) Learnability • Fuzzy rule based systems offer more option through which learnability may be more easily achieved. • Fuzzy rules may be fine tuned by adjusting the shapes of the fuzzy sets according to user feedback
  • 26. Department of Information Technology 26Soft Computing (ITC4256 ) Rules and cases • Rule based systems employ an easily comprehensible but rigid representation of expert knowledge such systems may afford better interpretation mechanisms. • Similarly recent research shows [SØR] that explanation techniques for large case bases is most promising while case based learning and maintenance can often be very efficient because of the transparency of typical case libraries.
  • 27. Department of Information Technology 27Soft Computing (ITC4256 ) Test Yourself 1. When it comes to the areas of data and knowledge, computers are much better at handling: A. knowledge first, then processing the data. B. knowledge than data. C. data than knowledge. D. only knowledge. 2. When a computer can correctly recognize faces of users with a high degree of reliability, it is using: A. fuzzy logic. B. pattern recognition. C. image analysis. D. OCR. 3. A software program designed to replicate the decision-making process of a human expert is a(n): A. data system. B. database. C. expert system. D. semantic system. 4. When a conclusion is stated as a probability rather than an exact fact, it is known as: A. an expert system. B. a database. C. fuzzy logic. D. a pattern recognition system 5. Expert systems primarily started in the: A. insurance field. B. medical field. C. aviation field. D. library reference field.
  • 28. Department of Information Technology 28Soft Computing (ITC4256 ) Answers 1. When it comes to the areas of data and knowledge, computers are much better at handling: A. knowledge first, then processing the data. B. knowledge than data. C. data than knowledge. D. only knowledge. 2. When a computer can correctly recognize faces of users with a high degree of reliability, it is using: A. fuzzy logic. B. pattern recognition. C. image analysis. D. OCR. 3. A software program designed to replicate the decision-making process of a human expert is a(n): A. data system. B. database. C. expert system. D. semantic system. 4. When a conclusion is stated as a probability rather than an exact fact, it is known as: A. an expert system. B. a database. C. fuzzy logic. D. a pattern recognition system 5. Expert systems primarily started in the: A. insurance field. B. medical field. C. aviation field. D. library reference field.