SlideShare une entreprise Scribd logo
1  sur  28
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.

Contenu connexe

Tendances

Back propagation
Back propagationBack propagation
Back propagationNagarajan
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systemsYowan Rdotexe
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkmustafa aadel
 
Neuro-fuzzy systems
Neuro-fuzzy systemsNeuro-fuzzy systems
Neuro-fuzzy systemsSagar Ahire
 
Image Representation & Descriptors
Image Representation & DescriptorsImage Representation & Descriptors
Image Representation & DescriptorsPundrikPatel
 
Artificial neural networks and its applications
Artificial neural networks and its applications Artificial neural networks and its applications
Artificial neural networks and its applications PoojaKoshti2
 
Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications Ahmed_hashmi
 
Fuzzy Logic ppt
Fuzzy Logic pptFuzzy Logic ppt
Fuzzy Logic pptRitu Bafna
 
Genetic algorithm ppt
Genetic algorithm pptGenetic algorithm ppt
Genetic algorithm pptMayank Jain
 
Soft Computing
Soft ComputingSoft Computing
Soft ComputingMANISH T I
 
Decision Trees
Decision TreesDecision Trees
Decision TreesStudent
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & ReasoningSajid Marwat
 
An Introduction to Soft Computing
An Introduction to Soft ComputingAn Introduction to Soft Computing
An Introduction to Soft ComputingTameem Ahmad
 
Expert systems Artificial Intelligence
Expert systems Artificial IntelligenceExpert systems Artificial Intelligence
Expert systems Artificial Intelligenceitti rehan
 
Soft Computing-173101
Soft Computing-173101Soft Computing-173101
Soft Computing-173101AMIT KUMAR
 

Tendances (20)

Back propagation
Back propagationBack propagation
Back propagation
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systems
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Neuro-fuzzy systems
Neuro-fuzzy systemsNeuro-fuzzy systems
Neuro-fuzzy systems
 
Image Representation & Descriptors
Image Representation & DescriptorsImage Representation & Descriptors
Image Representation & Descriptors
 
Artificial neural networks and its applications
Artificial neural networks and its applications Artificial neural networks and its applications
Artificial neural networks and its applications
 
Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications
 
Soft computing
Soft computingSoft computing
Soft computing
 
Fuzzy expert system
Fuzzy expert systemFuzzy expert system
Fuzzy expert system
 
Fuzzy Logic ppt
Fuzzy Logic pptFuzzy Logic ppt
Fuzzy Logic ppt
 
Genetic algorithm ppt
Genetic algorithm pptGenetic algorithm ppt
Genetic algorithm ppt
 
Soft Computing
Soft ComputingSoft Computing
Soft Computing
 
Decision Trees
Decision TreesDecision Trees
Decision Trees
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
 
An Introduction to Soft Computing
An Introduction to Soft ComputingAn Introduction to Soft Computing
An Introduction to Soft Computing
 
Fuzzy expert system
Fuzzy expert systemFuzzy expert system
Fuzzy expert system
 
Expert systems Artificial Intelligence
Expert systems Artificial IntelligenceExpert systems Artificial Intelligence
Expert systems Artificial Intelligence
 
Soft Computing-173101
Soft Computing-173101Soft Computing-173101
Soft Computing-173101
 
Introduction to soft computing
 Introduction to soft computing Introduction to soft computing
Introduction to soft computing
 
Hebb network
Hebb networkHebb network
Hebb network
 

Similaire à 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 ProjectValerii Klymchuk
 
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.0Dr. 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
 
Introduction to artificial neural network
Introduction to artificial neural networkIntroduction to artificial neural network
Introduction to artificial neural networkDr. C.V. Suresh Babu
 
Expert System With Python -1
Expert System With Python -1Expert System With Python -1
Expert System With Python -1Ahmad Hussein
 
Artificial intelligence in power system
Artificial intelligence in power systemArtificial intelligence in power system
Artificial intelligence in power systemBittu 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.pptxKunalSingh560957
 
Fuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoningFuzzy logic - Approximate reasoning
Fuzzy logic - Approximate reasoningDr. C.V. Suresh Babu
 
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 SystemsIJEACS
 
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 ReasoningBRNSSPublicationHubI
 
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 SystemsIRJET Journal
 
Artificial intelligent
Artificial intelligentArtificial intelligent
Artificial intelligentALi Akram
 
Expert System Full Details
Expert System Full DetailsExpert System Full Details
Expert System Full Detailsssbd6985
 
Evaluation of rule extraction algorithms
Evaluation of rule extraction algorithmsEvaluation of rule extraction algorithms
Evaluation of rule extraction algorithmsIJDKP
 

Similaire à 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
 
Introduction to artificial neural network
Introduction to artificial neural networkIntroduction to artificial neural network
Introduction to artificial neural network
 
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
 

Plus de 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”
 

Dernier

Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
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.pptxDr. Ravikiran H M Gowda
 
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)Jisc
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
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Ữ Â...Nguyen Thanh Tu Collection
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
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 FellowsMebane Rash
 
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 17Celine George
 
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.docxRamakrishna Reddy Bijjam
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
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.pptxheathfieldcps1
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
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).pptxmarlenawright1
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 

Dernier (20)

Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
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
 
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)
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
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Ữ Â...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
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
 
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
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
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
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
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
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.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.