Hybrid Systems
Hybrid Systems
Working flow:
In input layer, each neuron transmits external crisp signals directly to the next
layer.
Each fuzzification neuron receives a crisp input and determines the degree to
which the input belongs to input fuzzy set.
Fuzzy rule layer receives neurons that represent fuzzy sets.
An output neuron, combines all inputs using fuzzy operation UNION.
Each defuzzification neuron represents single output of neuro-fuzzy system.
Advantages:
It can handle numeric, linguistic, logic, etc kind of information.
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 can mimic human decision-making process.
Disadvantages:
Hard to develop a model from a fuzzy system
Problems of finding suitable membership values for fuzzy systems
Neural networks cannot be used if training data is not available.
Applications:
Student Modelling
Medical systems
Traffic control systems
Forecasting and predictions
Working Flow:
Start with an initial population of solutions that represent first generation.
Feed each chromosome from the population into the Fuzzy logic controller and
compute performance index.
Create new generation using evolution operators till some condition is met.
Advantages:
GAs are used to develop the best set of rules to be used by a fuzzy inference
engine
GAs are used to optimize the choice of membership functions.
A Fuzzy GA is a directed random search over all discrete fuzzy subsets.
It can mimic human decision-making process.
Disadvantages:
Interpretation of results is difficult.
Difficult to build membership values and rules.
Takes lots of time to converge.
Applications:
Mechanical Engineering
Electrical Engine
Artificial Intelligence
Economics
Reference:
(1)https://en.wikipedia.org/wiki/Hybrid_intelligent_system
(2)Principles of Soft Computing
(3) https://www.geeksforgeeks.org/introduction-ann-artificial-neural-networks-set-3-hybrid-systems/