Fuzzy Logic
Fuzzy Logic
OVERVIEW
Future
WHAT IS FUZZY LOGIC?
Definition of fuzzy
Fuzzy – “not clear, distinct, or precise; blurred”
Slow Fast
Speed = 0 Speed = 1
bool speed;
get the speed
if ( speed == 0) {
// speed is slow
}
else {
// speed is fast
}
FUZZY LOGIC REPRESENTATION
Slowest
For every problem
[ 0.0 – 0.25 ]
must represent in terms
of fuzzy sets.
Slow
What are fuzzy sets? [ 0.25 – 0.50 ]
Fast
[ 0.50 – 0.75 ]
Fastest
[ 0.75 – 1.00 ]
FUZZY LOGIC REPRESENTATION CONT.
Neural Networks
systems.
FUZZY LOGIC IN CONTROL SYSTEMS
Business
Hybrid Modeling
Expert Systems
CONCLUSION