SlideShare a Scribd company logo
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
CHAPTER 16
HYBRID SOFT
COMPUTING
TECHNIQUES
Neural Network Systems
Neural networks are the simplified models of the human nervous
systems mimicking our ability to adapt to certain situations and to
learn from the past experiences.
Fuzzy Logic
Fuzzy logic or fuzzy systems deal with uncertainty or vagueness
existing in a system and formulating fuzzy rules to find a solution to
problems.
Genetic Algorithm
Genetic algorithms inspired by the natural evolution process are
adaptive search and optimization algorithms.
HYBRID SYSTEMS
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
The main aim of the concept of hybridization is to overcome the
weakness in one technique while applying it and bringing out the
strength of the other technique to find solution by combining them.
Neural networks are good at recognizing patterns but they are not
good at explaining how they reach their decisions.
On the contrary, fuzzy logic is good at explaining the decisions but
cannot automatically acquire the rules used for making the decisions.
Also, the tuning of membership functions becomes an important issue
in fuzzy modeling. Genetic algorithms offer a possibility to solve this
problem.
These limitations act as a central driving force for the creation of hybrid
soft computing systems where two or more techniques are combined
in a suitable manner that overcomes the limitations of individual
techniques.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
The use of hybrid systems is growing rapidly with successful
applications in areas such as
engineering design
stock market analysis and prediction
medical diagnosis
process control
credit card analysis and
few other cognitive simulations.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
VARIOUS HYBRID SYSTEMS
In this text book, the following three different hybrid systems are
discussed:
 Neuro fuzzy hybrid system;
 neuron genetic hybrid system;
 fuzzy genetic hybrid systems.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
NEURO FUZZY HYBRID SYSTEMS
Definition:
A neuro-fuzzy hybrid system (also called fuzzy neural hybrid) is a
learning mechanism that utilizes the training and learning algorithms
from neural networks to find parameters of a fuzzy system.
Advantages of neuro fuzzy hybrid systems:
It can handle any kind of information (numeric, linguistic, logical, etc.).
It can manage imprecise, partial, vague or imperfect information.
It can resolve conflicts by collaboration and aggregation.
It has self-learning, self-organizing and self-tuning capabilities.
It doesn’t need prior knowledge of relationships of data.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
ARCHITECTURE OF NEURO FUZZY HYBRID
SYSTEMS
Fig 1
The general architecture of neuro-
fuzzy hybrid system is as shown in
Figure 1.
The architecture is a three-layer feed forward neural network model. It
can also be observed that the first layer corresponds to the input
variables, and the second and third layers correspond to the fuzzy
rules and output variables, respectively. The fuzzy sets are converted
to (fuzzy) connection weights.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
TYPES OF NEURO FUZZY HYBRID
SYSTEMS
NFSs can be classified into the following two systems:
1.Cooperative NFSs.
2. General neuro-fuzzy hybrid systems.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
CO-OPERATIVE NEURO FUZZY SYSTEMS
In this type of system, both artificial neural network (ANN) and fuzzy
system work independently from each other. The ANN attempts to
learn the parameters from the fuzzy system.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
GENERAL NEURO FUZZY HYBRID SYSTEMS
General neuro-fuzzy hybrid systems (NFHS) resemble neural networks
where a fuzzy system is interpreted as a neural network of special kind.
Fig 2
Figure 2 illustrates an NFHS
In Fig 2, the rule base of
a fuzzy system is
assumed to be a neural
network; the fuzzy sets
are regarded as weights
and the rules and the
input and output
variables as neurons.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
Definition:
A neuro-genetic hybrid or a genetic_neuro-hybrid system is one in
which a neural network employs a genetic algorithm to optimize its
structural parameters that define its architecture.
Properties of genetic neuro-hybrid systems:
1.The parameters of neural networks are encoded by genetic
algorithms as a string of properties of the network, that is,
chromosomes. A large population of chromosomes is generated, which
represent the many possible parameter sets for the given neural
network.
2. Genetic Algorithm _Neural Network, or GANN, has the ability to
locate the neighborhood of the optimal solution quickly, compared to
other conventional search strategies.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
GENERAL NEURO HYBRID SYSTEMS
BLOCK DIAGRAM OF GENETIC NEURO
HYBRID SYSTEMS
Fig 3
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
ADVANTAGES OF GENETIC NEURO HYBRID
SYSTEMS
The various advantages of neuro-genetic hybrid are as follows:
GA performs optimization of neural network parameters with
simplicity, ease of operation, minimal requirements and global
perspective.
GA helps to find out complex structure of ANN for given input and the
output data set by using its learning rule as a fitness function.
Hybrid approach ensembles a powerful model that could significantly
improve the predictability of the system under construction.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
GENETIC FUZZY HYBRID SYSTEMS
The hybridization of genetic algorithm and fuzzy logic can be performed
in the following two ways:
1. By the use of fuzzy logic based techniques for improving genetic
algorithm behavior and modeling GA components. This is called fuzzy
genetic algorithms (FGAs).
2. By the application of genetic algorithms in various optimization and
search problems involving fuzzy systems.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
ADVANTAGES OF GENETIC FUZZY HYBRID
SYSTEMS
GAs allow us to represent different kinds of structures, such as
weights, features together with rule parameters, etc., allowing us to
code multiple models of knowledge representation. This provides a
wide variety of approaches where it is necessary to design specific
genetic components for evolving a specific representation.
Genetic algorithm efficiently optimizes the rules, membership functions,
DB and KB of fuzzy systems. The methodology adopted is simple and
the fittest individual is identified during the process.
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
SUMMARY
This chapter has given an overview on Hybrid Soft Computing
Techniques
“Principles of Soft Computing, 2nd
Edition”
by S.N. Sivanandam & SN Deepa
Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.

More Related Content

PPTX
Genetic algorithm
PPTX
Expert system
PPT
Fuzzylogic
PPTX
Inductive bias
PPTX
Evolutionary computing - soft computing
DOCX
Learning Methods in a Neural Network
PPTX
Deep Learning - CNN and RNN
Genetic algorithm
Expert system
Fuzzylogic
Inductive bias
Evolutionary computing - soft computing
Learning Methods in a Neural Network
Deep Learning - CNN and RNN

What's hot (20)

PPTX
Simulated Annealing
PPTX
PPTX
Fuzzy Logic ppt
PPTX
Fuzzy Genetic Algorithm
PPTX
Substitution techniques
PPTX
CLOUD COMPUTING UNIT-1
PDF
Expert systems Artificial Intelligence
PDF
Introduction to soft computing
PPT
Distributed & parallel system
PPT
Feature Extraction and Principal Component Analysis
PPT
Fullandparavirtualization.ppt
PPT
Fuzzy logic
PPT
Genetic algorithm
PDF
Machine Learning: Generative and Discriminative Models
PDF
fuzzy fuzzification and defuzzification
PDF
PPTX
Genetic algorithms
PPT
Artificial neural network
PDF
RM 701 Genetic Algorithm and Fuzzy Logic lecture
PPTX
Mycin presentation
Simulated Annealing
Fuzzy Logic ppt
Fuzzy Genetic Algorithm
Substitution techniques
CLOUD COMPUTING UNIT-1
Expert systems Artificial Intelligence
Introduction to soft computing
Distributed & parallel system
Feature Extraction and Principal Component Analysis
Fullandparavirtualization.ppt
Fuzzy logic
Genetic algorithm
Machine Learning: Generative and Discriminative Models
fuzzy fuzzification and defuzzification
Genetic algorithms
Artificial neural network
RM 701 Genetic Algorithm and Fuzzy Logic lecture
Mycin presentation
Ad

Similar to NNFL 16- Guru Nanak Dev Engineering College (20)

PPT
NNFL - Guru Nanak Dev Engineering College
PDF
Computer Aided Development of Fuzzy, Neural and Neuro-Fuzzy Systems
PPTX
Hybrid Computing.pptx
PDF
Fuzzy Logic Final Report
PDF
Knowledge extraction from numerical data an abc
PDF
Soft computing
 
PDF
A Survey of Deep Learning Algorithms for Malware Detection
PDF
Unit 4 Deep Generative Models Unit 4 Deep Generative Model
PDF
B42010712
PDF
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PPTX
Soft Computing Techniques_Part 1.pptx
PDF
International Journal of Engineering Inventions (IJEI)
PPTX
Introduction-to-Deep-Learning about new technologies
PDF
Artificial Neural Networks: Applications In Management
PDF
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
PPTX
Soft Computing
PPT
NNFL 6 - Guru Nanak Dev Engineering College
DOCX
Extracted pages from Neural Fuzzy Systems.docx
PDF
IRJET- The Essentials of Neural Networks and their Applications
PDF
Analysis of Neocognitron of Neural Network Method in the String Recognition
NNFL - Guru Nanak Dev Engineering College
Computer Aided Development of Fuzzy, Neural and Neuro-Fuzzy Systems
Hybrid Computing.pptx
Fuzzy Logic Final Report
Knowledge extraction from numerical data an abc
Soft computing
 
A Survey of Deep Learning Algorithms for Malware Detection
Unit 4 Deep Generative Models Unit 4 Deep Generative Model
B42010712
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
Soft Computing Techniques_Part 1.pptx
International Journal of Engineering Inventions (IJEI)
Introduction-to-Deep-Learning about new technologies
Artificial Neural Networks: Applications In Management
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Soft Computing
NNFL 6 - Guru Nanak Dev Engineering College
Extracted pages from Neural Fuzzy Systems.docx
IRJET- The Essentials of Neural Networks and their Applications
Analysis of Neocognitron of Neural Network Method in the String Recognition
Ad

More from MR. VIKRAM SNEHI (16)

PPTX
Integers pointers | By Vikram Snehi
PPT
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
PPT
Routing and IP in Advance Computer Network,Vikram Snehi
PPT
NNFL 15- Guru Nanak Dev Engineering College
PPT
NNFL 14- Guru Nanak Dev Engineering College
PPT
NNFL 13- Guru Nanak Dev Engineering College
PPT
NNFL 12- Guru Nanak Dev Engineering College
PPT
NNFL 11- Guru Nanak Dev Engineering College
PPT
NNFL 10- Guru Nanak Dev Engineering College
PPT
NNFL 9 - Guru Nanak Dev Engineering College
PPT
NNFL 8 - Guru Nanak Dev Engineering College
PPT
NNFL 7 - Guru Nanak Dev Engineering College
PPT
NNFL 5 - Guru Nanak Dev Engineering College
PPT
NNFL 4 - Guru Nanak Dev Engineering College
PPT
NNFL 3 - Guru Nanak Dev Engineering College
PPT
NNFL 2 - Guru Nanak Dev Engineering College
Integers pointers | By Vikram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
Routing and IP in Advance Computer Network,Vikram Snehi
NNFL 15- Guru Nanak Dev Engineering College
NNFL 14- Guru Nanak Dev Engineering College
NNFL 13- Guru Nanak Dev Engineering College
NNFL 12- Guru Nanak Dev Engineering College
NNFL 11- Guru Nanak Dev Engineering College
NNFL 10- Guru Nanak Dev Engineering College
NNFL 9 - Guru Nanak Dev Engineering College
NNFL 8 - Guru Nanak Dev Engineering College
NNFL 7 - Guru Nanak Dev Engineering College
NNFL 5 - Guru Nanak Dev Engineering College
NNFL 4 - Guru Nanak Dev Engineering College
NNFL 3 - Guru Nanak Dev Engineering College
NNFL 2 - Guru Nanak Dev Engineering College

Recently uploaded (20)

PPTX
Safety Seminar civil to be ensured for safe working.
PPTX
Artificial Intelligence
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PDF
Abrasive, erosive and cavitation wear.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PDF
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
PPT
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
PPTX
communication and presentation skills 01
PPTX
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PDF
Visual Aids for Exploratory Data Analysis.pdf
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PDF
Soil Improvement Techniques Note - Rabbi
PPT
Total quality management ppt for engineering students
PDF
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
Safety Seminar civil to be ensured for safe working.
Artificial Intelligence
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
Abrasive, erosive and cavitation wear.pdf
R24 SURVEYING LAB MANUAL for civil enggi
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
Exploratory_Data_Analysis_Fundamentals.pdf
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
communication and presentation skills 01
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Visual Aids for Exploratory Data Analysis.pdf
Nature of X-rays, X- Ray Equipment, Fluoroscopy
Soil Improvement Techniques Note - Rabbi
Total quality management ppt for engineering students
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
III.4.1.2_The_Space_Environment.p pdffdf

NNFL 16- Guru Nanak Dev Engineering College

  • 1. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved. CHAPTER 16 HYBRID SOFT COMPUTING TECHNIQUES
  • 2. Neural Network Systems Neural networks are the simplified models of the human nervous systems mimicking our ability to adapt to certain situations and to learn from the past experiences. Fuzzy Logic Fuzzy logic or fuzzy systems deal with uncertainty or vagueness existing in a system and formulating fuzzy rules to find a solution to problems. Genetic Algorithm Genetic algorithms inspired by the natural evolution process are adaptive search and optimization algorithms. HYBRID SYSTEMS “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 3. The main aim of the concept of hybridization is to overcome the weakness in one technique while applying it and bringing out the strength of the other technique to find solution by combining them. Neural networks are good at recognizing patterns but they are not good at explaining how they reach their decisions. On the contrary, fuzzy logic is good at explaining the decisions but cannot automatically acquire the rules used for making the decisions. Also, the tuning of membership functions becomes an important issue in fuzzy modeling. Genetic algorithms offer a possibility to solve this problem. These limitations act as a central driving force for the creation of hybrid soft computing systems where two or more techniques are combined in a suitable manner that overcomes the limitations of individual techniques. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 4. The use of hybrid systems is growing rapidly with successful applications in areas such as engineering design stock market analysis and prediction medical diagnosis process control credit card analysis and few other cognitive simulations. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 5. VARIOUS HYBRID SYSTEMS In this text book, the following three different hybrid systems are discussed:  Neuro fuzzy hybrid system;  neuron genetic hybrid system;  fuzzy genetic hybrid systems. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 6. NEURO FUZZY HYBRID SYSTEMS Definition: A neuro-fuzzy hybrid system (also called fuzzy neural hybrid) is a learning mechanism that utilizes the training and learning algorithms from neural networks to find parameters of a fuzzy system. Advantages of neuro fuzzy hybrid systems: It can handle any kind of information (numeric, linguistic, logical, etc.). It can manage imprecise, partial, vague or imperfect information. It can resolve conflicts by collaboration and aggregation. It has self-learning, self-organizing and self-tuning capabilities. It doesn’t need prior knowledge of relationships of data. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 7. ARCHITECTURE OF NEURO FUZZY HYBRID SYSTEMS Fig 1 The general architecture of neuro- fuzzy hybrid system is as shown in Figure 1. The architecture is a three-layer feed forward neural network model. It can also be observed that the first layer corresponds to the input variables, and the second and third layers correspond to the fuzzy rules and output variables, respectively. The fuzzy sets are converted to (fuzzy) connection weights. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 8. TYPES OF NEURO FUZZY HYBRID SYSTEMS NFSs can be classified into the following two systems: 1.Cooperative NFSs. 2. General neuro-fuzzy hybrid systems. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 9. CO-OPERATIVE NEURO FUZZY SYSTEMS In this type of system, both artificial neural network (ANN) and fuzzy system work independently from each other. The ANN attempts to learn the parameters from the fuzzy system. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 10. GENERAL NEURO FUZZY HYBRID SYSTEMS General neuro-fuzzy hybrid systems (NFHS) resemble neural networks where a fuzzy system is interpreted as a neural network of special kind. Fig 2 Figure 2 illustrates an NFHS In Fig 2, the rule base of a fuzzy system is assumed to be a neural network; the fuzzy sets are regarded as weights and the rules and the input and output variables as neurons. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 11. Definition: A neuro-genetic hybrid or a genetic_neuro-hybrid system is one in which a neural network employs a genetic algorithm to optimize its structural parameters that define its architecture. Properties of genetic neuro-hybrid systems: 1.The parameters of neural networks are encoded by genetic algorithms as a string of properties of the network, that is, chromosomes. A large population of chromosomes is generated, which represent the many possible parameter sets for the given neural network. 2. Genetic Algorithm _Neural Network, or GANN, has the ability to locate the neighborhood of the optimal solution quickly, compared to other conventional search strategies. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved. GENERAL NEURO HYBRID SYSTEMS
  • 12. BLOCK DIAGRAM OF GENETIC NEURO HYBRID SYSTEMS Fig 3 “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 13. ADVANTAGES OF GENETIC NEURO HYBRID SYSTEMS The various advantages of neuro-genetic hybrid are as follows: GA performs optimization of neural network parameters with simplicity, ease of operation, minimal requirements and global perspective. GA helps to find out complex structure of ANN for given input and the output data set by using its learning rule as a fitness function. Hybrid approach ensembles a powerful model that could significantly improve the predictability of the system under construction. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 14. GENETIC FUZZY HYBRID SYSTEMS The hybridization of genetic algorithm and fuzzy logic can be performed in the following two ways: 1. By the use of fuzzy logic based techniques for improving genetic algorithm behavior and modeling GA components. This is called fuzzy genetic algorithms (FGAs). 2. By the application of genetic algorithms in various optimization and search problems involving fuzzy systems. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 15. ADVANTAGES OF GENETIC FUZZY HYBRID SYSTEMS GAs allow us to represent different kinds of structures, such as weights, features together with rule parameters, etc., allowing us to code multiple models of knowledge representation. This provides a wide variety of approaches where it is necessary to design specific genetic components for evolving a specific representation. Genetic algorithm efficiently optimizes the rules, membership functions, DB and KB of fuzzy systems. The methodology adopted is simple and the fittest individual is identified during the process. “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.
  • 16. SUMMARY This chapter has given an overview on Hybrid Soft Computing Techniques “Principles of Soft Computing, 2nd Edition” by S.N. Sivanandam & SN Deepa Copyright © 2011 Wiley India Pvt. Ltd. All rights reserved.