SlideShare a Scribd company logo
1 of 15
FUZZY COMPLEMENT
CONTENTS
• INTRODUCTION
• HISTORY
• DEFINITION
• CRISP SET
• FUZZY COMPLEMENT
• FUZZY UNION
• FUZZY INTERSECTION
• APPLICATIONS
• REFERENCES
INTRODUCTION
Fuzzy set is a mathematical model of vague qualitative or quantitative data,
frequency generated by means of the natural language. The model is based on the
generalization of the classical concepts of set and its characteristic function. In
mathematics, fuzzy sets are somewhat like sets whose elements have degrees of
membership. In classical set theory, the membership of elements in a set is
assessed in binary terms according to bivalent condition – an element either
belongs or does not belong to the set. By contrast, fuzzy set theory permits the
gradual assessment of the membership of elements in a set; this is described with
the aid of membership function valued in the real unit interval [0,1]. Fuzzy sets
generalize classical sets, since the indicator functions of classical sets are special
cases of the membership functions of fuzzy sets, if the latter only take values 0 or
1. In fuzzy set theory, classical bivalent sets are usually called crisps sets. The fuzzy
set theory can be used in a wide range of domains in which information is
incomplete or imprecise, such as bioinformatics.
HISTORY
The concept of fuzzy set was published in 1965 by Lotfi A. Zadeh. Since that
seminal publication, the fuzzy set theory is widely studied and extended. Its
application to the control theory became successful and revolutionary especially
in seventies and eighties, the application to data analysis, artificial intelligence,
and computational intelligence are intensively developed, especially, since
nineties. The theory is also extended and generalized by means of the theory of
triangular norms and conorms, and aggregation operators. Fuzzy sets were
introduced independently by Lotfi A. Zadeh and Dieter Klaua in 1965 as an
extension of the classical notion of set. At the same time, Salii defined a more
general kind of structure called an L-relation, which he studied in an abstract
algebraic context. Fuzzy relations, which are used now in different areas, such as
linguistics, decision making, and clustering, are special cases of L-relations when
L is the unit interval [0,1].
DEFINITION:
Let X be a non-zero set. A fuzzy set A of this set X is defined by the following
set of pairs.
A={ ( x , 𝜇 𝐴(x) ) } : x ∈ X
Where, 𝜇 𝐴 : X → [ 0 , 1 ]
is a function called as membership function of A and 𝜇 𝐴 x is the grade of
membership or degree of belonginess or degree of membership of
x ∈ X in A.
Thus a fuzzy set is a set of pairs consisting of a particular element of the
universe and its degree of membership.
A can also be written as
A = {(𝑥1,𝜇 𝐴(𝑥1 )),(𝑥2, 𝜇 𝐴(𝑥2)),…….(𝑥 𝑛, 𝜇 𝐴(𝑥 𝑛))}
Symbolically we write
A =
𝑥1
𝜇 𝐴 𝑥1
,
𝑥2
𝜇 𝐴 𝑥2
,………
𝑥 𝑛
𝜇 𝐴 𝑥 𝑛
}
A fuzzy set has membership function that can take any value from 0 to 1.
A fuzzy set is said to be empty if its membership function 𝜇∅ is
identically zero.
A fuzzy set is universal if its membership function 𝜇 𝑥 is identically on X
i.e., 𝜇 𝑥(X) = 1.
Two fuzzy sets are said to be equal if 𝜇 𝐴(x) = 𝜇 𝐵(x) , ∀ x ∈ X.
A fuzzy set A(X) is said to be a subset of fuzzy set B(X),
𝜇 𝐴(x) ≤ 𝜇 𝐵(x) , ∀ x ∈ X.
CRISP SET:
A crisp set is a collection of well defined objects. The term well defined help us
to discriminate members and non-members of the cell.
Properties of crisp set operations:
Support of a Fuzzy Set:
The support of a fuzzy set A is S(A) which is a crisp set ∀ x ∈ X, such that
𝜇 𝐴(x) > 0.
S(A) = {x ∈ X | 𝜇 𝐴(x) > 0}
The 𝛼 level set OR 𝛼 cut:
The α level set is a crisp set of elements that belongs to the fuzzy set A at
least to the degree α i.e.,
𝐴 𝛼 = {x ∈ X | 𝜇 𝐴(x) ≥ α}
Strong 𝜶 level set:
The strong α level set is defined as
𝐴 𝛼
′ = {x ∈ X | 𝜇 𝐴(x) > α}
Normalised Fuzzy Set:
A fuzzy set is called normalised when its element attains the maximum
possible membership grade.
Characteristic equation:
The characteristic function 𝜇 𝐴 : X → { 0 , 1 }, such that
𝜇 𝐴(x) = 1 , x ∈ A
𝜇 𝐴(x) = 0 , x ∉ A
It assign value 1 to a member and 0 to a non-member. Hence, it is also called
as membership function.
Cardinality:
The number of elements of a set is called the cardinality of the set and is
denoted by 𝐴 .
FUZZY COMPLEMENT
Compliment of a fuzzy set A is the set of elements of X excluding those of set A
𝐴 = {x | x ∉ A}
In membership function:
𝜇 𝐴(x) = {x ∈ X | 1- 𝜇 𝐴(x)}
A complement of a fuzzy set A is specified by a function
c : [0,1] → [0,1],
which assigns a value c(𝜇 𝐴(x)) to each membership grade 𝜇 𝐴(x). This assigned
value is interpreted as the membership grade of the element x in the fuzzy set
representing the negation of the concept represented by A. Thus, if A is the
fuzzy set of tall men, its complement is the fuzzy set of men who are not tall.
Obviously, there are many elements that can have some nonzero degree of
membership in both a fuzzy set and its complement.
FUZZY UNION
The union of fuzzy set A and fuzzy set B is a fuzzy set C, which
is given as
C = A∪B
Where, 𝜇 𝐶(x) = 𝜇 𝐴(x) ∪ 𝜇 𝐵(x)
𝜇A∪B(x) = max {𝜇 𝐴(x) ; 𝜇 𝐵(x)}
FUZZY INTERSECTION
The intersection of fuzzy set A and fuzzy set B is a fuzzy set C
which is given as
C = A∩B
Where, 𝜇 𝐶(x) = 𝜇 𝐴(x) ∩ 𝜇 𝐵(x)
𝜇A∩B(x) = min {𝜇 𝐴(x) ; 𝜇 𝐵(x)}
APPLICATIONS
1. Traffic monitoring system
2. Applications in commercial appliances like AC and heating
ventilation.
3. Gene expression data analysis.
4. Facial pattern recognition.
5. Weather forecasting systems.
6. Transmission systems.
7. Antiskid braking system.
8. Control of subway systems and unmanned helicopters.
9. Knowledge based systems for multiobjective
optimization of power systems.
10. Models for new product pricing or project risk
assessment.
11. Medical diagnosis and treatment plans.
THANK YOU

More Related Content

What's hot

What's hot (20)

Fuzzy Sets Introduction With Example
Fuzzy Sets Introduction With ExampleFuzzy Sets Introduction With Example
Fuzzy Sets Introduction With Example
 
Dbscan algorithom
Dbscan algorithomDbscan algorithom
Dbscan algorithom
 
Perceptron algorithm
Perceptron algorithmPerceptron algorithm
Perceptron algorithm
 
Eigen values and eigenvectors
Eigen values and eigenvectorsEigen values and eigenvectors
Eigen values and eigenvectors
 
Classical Sets & fuzzy sets
Classical Sets & fuzzy setsClassical Sets & fuzzy sets
Classical Sets & fuzzy sets
 
Fuzzy relations
Fuzzy relationsFuzzy relations
Fuzzy relations
 
Support Vector Machines (SVM)
Support Vector Machines (SVM)Support Vector Machines (SVM)
Support Vector Machines (SVM)
 
Fuzzy set and its application
Fuzzy set and its applicationFuzzy set and its application
Fuzzy set and its application
 
Crisp sets
Crisp setsCrisp sets
Crisp sets
 
Fuzzy logic
Fuzzy logicFuzzy logic
Fuzzy logic
 
Support Vector Machines
Support Vector MachinesSupport Vector Machines
Support Vector Machines
 
Soft computing Chapter 1
Soft computing Chapter 1Soft computing Chapter 1
Soft computing Chapter 1
 
Classical relations and fuzzy relations
Classical relations and fuzzy relationsClassical relations and fuzzy relations
Classical relations and fuzzy relations
 
Support vector machine
Support vector machineSupport vector machine
Support vector machine
 
FUZZY LOGIC
FUZZY LOGICFUZZY LOGIC
FUZZY LOGIC
 
Fuzzy+logic
Fuzzy+logicFuzzy+logic
Fuzzy+logic
 
Support vector machines
Support vector machinesSupport vector machines
Support vector machines
 
Anfis (1)
Anfis (1)Anfis (1)
Anfis (1)
 
Introduction to optimization Problems
Introduction to optimization ProblemsIntroduction to optimization Problems
Introduction to optimization Problems
 
Mean shift and Hierarchical clustering
Mean shift and Hierarchical clustering Mean shift and Hierarchical clustering
Mean shift and Hierarchical clustering
 

Similar to FUZZY COMPLEMENT

Unit-II -Soft Computing.pdf
Unit-II -Soft Computing.pdfUnit-II -Soft Computing.pdf
Unit-II -Soft Computing.pdfRamya Nellutla
 
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptxsaadurrehman35
 
Fuzzy Logic.pptx
Fuzzy Logic.pptxFuzzy Logic.pptx
Fuzzy Logic.pptxImXaib
 
Fuzzy Set Theory and Classical Set Theory (Soft Computing)
Fuzzy Set Theory and Classical Set Theory (Soft Computing)Fuzzy Set Theory and Classical Set Theory (Soft Computing)
Fuzzy Set Theory and Classical Set Theory (Soft Computing)Amit Kumar Rathi
 
It is known as two-valued logic because it have only two values
It is known as two-valued logic because it have only two values It is known as two-valued logic because it have only two values
It is known as two-valued logic because it have only two values Ramjeet Singh Yadav
 
23 fuzzy lecture ppt basics- new 23.ppt
23 fuzzy lecture ppt basics- new 23.ppt23 fuzzy lecture ppt basics- new 23.ppt
23 fuzzy lecture ppt basics- new 23.pptjdinfo444
 
1 s2.0-s001999586590241 x-maindvsdvsdv
1 s2.0-s001999586590241 x-maindvsdvsdv1 s2.0-s001999586590241 x-maindvsdvsdv
1 s2.0-s001999586590241 x-maindvsdvsdvYazid Aufar
 
Lecture 005-15_fuzzy logic _part1_ membership_function.pdf
Lecture 005-15_fuzzy logic _part1_ membership_function.pdfLecture 005-15_fuzzy logic _part1_ membership_function.pdf
Lecture 005-15_fuzzy logic _part1_ membership_function.pdftusharjangra5
 
An approach to Fuzzy clustering of the iris petals by using Ac-means
An approach to Fuzzy clustering of the iris petals by using Ac-meansAn approach to Fuzzy clustering of the iris petals by using Ac-means
An approach to Fuzzy clustering of the iris petals by using Ac-meansijsc
 
Fuzzy logic-introduction
Fuzzy logic-introductionFuzzy logic-introduction
Fuzzy logic-introductionWBUTTUTORIALS
 
Fuzzy logic Notes AI CSE 8th Sem
Fuzzy logic Notes AI CSE 8th SemFuzzy logic Notes AI CSE 8th Sem
Fuzzy logic Notes AI CSE 8th SemDigiGurukul
 
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).pptDediTriLaksono1
 
Defining Functions on Equivalence Classes
Defining Functions on Equivalence ClassesDefining Functions on Equivalence Classes
Defining Functions on Equivalence ClassesLawrence Paulson
 

Similar to FUZZY COMPLEMENT (20)

Fuzzylogic
FuzzylogicFuzzylogic
Fuzzylogic
 
Unit-II -Soft Computing.pdf
Unit-II -Soft Computing.pdfUnit-II -Soft Computing.pdf
Unit-II -Soft Computing.pdf
 
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
 
Fuzzy Logic.pptx
Fuzzy Logic.pptxFuzzy Logic.pptx
Fuzzy Logic.pptx
 
Fuzzy Set Theory and Classical Set Theory (Soft Computing)
Fuzzy Set Theory and Classical Set Theory (Soft Computing)Fuzzy Set Theory and Classical Set Theory (Soft Computing)
Fuzzy Set Theory and Classical Set Theory (Soft Computing)
 
It is known as two-valued logic because it have only two values
It is known as two-valued logic because it have only two values It is known as two-valued logic because it have only two values
It is known as two-valued logic because it have only two values
 
23 fuzzy lecture ppt basics- new 23.ppt
23 fuzzy lecture ppt basics- new 23.ppt23 fuzzy lecture ppt basics- new 23.ppt
23 fuzzy lecture ppt basics- new 23.ppt
 
2.2.ppt.SC
2.2.ppt.SC2.2.ppt.SC
2.2.ppt.SC
 
1 s2.0-s001999586590241 x-maindvsdvsdv
1 s2.0-s001999586590241 x-maindvsdvsdv1 s2.0-s001999586590241 x-maindvsdvsdv
1 s2.0-s001999586590241 x-maindvsdvsdv
 
Lecture 005-15_fuzzy logic _part1_ membership_function.pdf
Lecture 005-15_fuzzy logic _part1_ membership_function.pdfLecture 005-15_fuzzy logic _part1_ membership_function.pdf
Lecture 005-15_fuzzy logic _part1_ membership_function.pdf
 
An approach to Fuzzy clustering of the iris petals by using Ac-means
An approach to Fuzzy clustering of the iris petals by using Ac-meansAn approach to Fuzzy clustering of the iris petals by using Ac-means
An approach to Fuzzy clustering of the iris petals by using Ac-means
 
Fuzzy logic-introduction
Fuzzy logic-introductionFuzzy logic-introduction
Fuzzy logic-introduction
 
E212126
E212126E212126
E212126
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Fuzzy Logic_HKR
Fuzzy Logic_HKRFuzzy Logic_HKR
Fuzzy Logic_HKR
 
1 s2.0-s1574035804702117-main
1 s2.0-s1574035804702117-main1 s2.0-s1574035804702117-main
1 s2.0-s1574035804702117-main
 
Fuzzy logic Notes AI CSE 8th Sem
Fuzzy logic Notes AI CSE 8th SemFuzzy logic Notes AI CSE 8th Sem
Fuzzy logic Notes AI CSE 8th Sem
 
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt
00_1 - Slide Pelengkap (dari Buku Neuro Fuzzy and Soft Computing).ppt
 
Defining Functions on Equivalence Classes
Defining Functions on Equivalence ClassesDefining Functions on Equivalence Classes
Defining Functions on Equivalence Classes
 
Per6 basis2_NUMBER SYSTEMS
Per6 basis2_NUMBER SYSTEMSPer6 basis2_NUMBER SYSTEMS
Per6 basis2_NUMBER SYSTEMS
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

FUZZY COMPLEMENT

  • 2. CONTENTS • INTRODUCTION • HISTORY • DEFINITION • CRISP SET • FUZZY COMPLEMENT • FUZZY UNION • FUZZY INTERSECTION • APPLICATIONS • REFERENCES
  • 3. INTRODUCTION Fuzzy set is a mathematical model of vague qualitative or quantitative data, frequency generated by means of the natural language. The model is based on the generalization of the classical concepts of set and its characteristic function. In mathematics, fuzzy sets are somewhat like sets whose elements have degrees of membership. In classical set theory, the membership of elements in a set is assessed in binary terms according to bivalent condition – an element either belongs or does not belong to the set. By contrast, fuzzy set theory permits the gradual assessment of the membership of elements in a set; this is described with the aid of membership function valued in the real unit interval [0,1]. Fuzzy sets generalize classical sets, since the indicator functions of classical sets are special cases of the membership functions of fuzzy sets, if the latter only take values 0 or 1. In fuzzy set theory, classical bivalent sets are usually called crisps sets. The fuzzy set theory can be used in a wide range of domains in which information is incomplete or imprecise, such as bioinformatics.
  • 4. HISTORY The concept of fuzzy set was published in 1965 by Lotfi A. Zadeh. Since that seminal publication, the fuzzy set theory is widely studied and extended. Its application to the control theory became successful and revolutionary especially in seventies and eighties, the application to data analysis, artificial intelligence, and computational intelligence are intensively developed, especially, since nineties. The theory is also extended and generalized by means of the theory of triangular norms and conorms, and aggregation operators. Fuzzy sets were introduced independently by Lotfi A. Zadeh and Dieter Klaua in 1965 as an extension of the classical notion of set. At the same time, Salii defined a more general kind of structure called an L-relation, which he studied in an abstract algebraic context. Fuzzy relations, which are used now in different areas, such as linguistics, decision making, and clustering, are special cases of L-relations when L is the unit interval [0,1].
  • 5. DEFINITION: Let X be a non-zero set. A fuzzy set A of this set X is defined by the following set of pairs. A={ ( x , 𝜇 𝐴(x) ) } : x ∈ X Where, 𝜇 𝐴 : X → [ 0 , 1 ] is a function called as membership function of A and 𝜇 𝐴 x is the grade of membership or degree of belonginess or degree of membership of x ∈ X in A. Thus a fuzzy set is a set of pairs consisting of a particular element of the universe and its degree of membership. A can also be written as A = {(𝑥1,𝜇 𝐴(𝑥1 )),(𝑥2, 𝜇 𝐴(𝑥2)),…….(𝑥 𝑛, 𝜇 𝐴(𝑥 𝑛))}
  • 6. Symbolically we write A = 𝑥1 𝜇 𝐴 𝑥1 , 𝑥2 𝜇 𝐴 𝑥2 ,……… 𝑥 𝑛 𝜇 𝐴 𝑥 𝑛 } A fuzzy set has membership function that can take any value from 0 to 1. A fuzzy set is said to be empty if its membership function 𝜇∅ is identically zero. A fuzzy set is universal if its membership function 𝜇 𝑥 is identically on X i.e., 𝜇 𝑥(X) = 1. Two fuzzy sets are said to be equal if 𝜇 𝐴(x) = 𝜇 𝐵(x) , ∀ x ∈ X. A fuzzy set A(X) is said to be a subset of fuzzy set B(X), 𝜇 𝐴(x) ≤ 𝜇 𝐵(x) , ∀ x ∈ X.
  • 7. CRISP SET: A crisp set is a collection of well defined objects. The term well defined help us to discriminate members and non-members of the cell. Properties of crisp set operations:
  • 8. Support of a Fuzzy Set: The support of a fuzzy set A is S(A) which is a crisp set ∀ x ∈ X, such that 𝜇 𝐴(x) > 0. S(A) = {x ∈ X | 𝜇 𝐴(x) > 0} The 𝛼 level set OR 𝛼 cut: The α level set is a crisp set of elements that belongs to the fuzzy set A at least to the degree α i.e., 𝐴 𝛼 = {x ∈ X | 𝜇 𝐴(x) ≥ α} Strong 𝜶 level set: The strong α level set is defined as 𝐴 𝛼 ′ = {x ∈ X | 𝜇 𝐴(x) > α}
  • 9. Normalised Fuzzy Set: A fuzzy set is called normalised when its element attains the maximum possible membership grade. Characteristic equation: The characteristic function 𝜇 𝐴 : X → { 0 , 1 }, such that 𝜇 𝐴(x) = 1 , x ∈ A 𝜇 𝐴(x) = 0 , x ∉ A It assign value 1 to a member and 0 to a non-member. Hence, it is also called as membership function. Cardinality: The number of elements of a set is called the cardinality of the set and is denoted by 𝐴 .
  • 10. FUZZY COMPLEMENT Compliment of a fuzzy set A is the set of elements of X excluding those of set A 𝐴 = {x | x ∉ A} In membership function: 𝜇 𝐴(x) = {x ∈ X | 1- 𝜇 𝐴(x)} A complement of a fuzzy set A is specified by a function c : [0,1] → [0,1], which assigns a value c(𝜇 𝐴(x)) to each membership grade 𝜇 𝐴(x). This assigned value is interpreted as the membership grade of the element x in the fuzzy set representing the negation of the concept represented by A. Thus, if A is the fuzzy set of tall men, its complement is the fuzzy set of men who are not tall. Obviously, there are many elements that can have some nonzero degree of membership in both a fuzzy set and its complement.
  • 11. FUZZY UNION The union of fuzzy set A and fuzzy set B is a fuzzy set C, which is given as C = A∪B Where, 𝜇 𝐶(x) = 𝜇 𝐴(x) ∪ 𝜇 𝐵(x) 𝜇A∪B(x) = max {𝜇 𝐴(x) ; 𝜇 𝐵(x)}
  • 12. FUZZY INTERSECTION The intersection of fuzzy set A and fuzzy set B is a fuzzy set C which is given as C = A∩B Where, 𝜇 𝐶(x) = 𝜇 𝐴(x) ∩ 𝜇 𝐵(x) 𝜇A∩B(x) = min {𝜇 𝐴(x) ; 𝜇 𝐵(x)}
  • 13. APPLICATIONS 1. Traffic monitoring system 2. Applications in commercial appliances like AC and heating ventilation. 3. Gene expression data analysis. 4. Facial pattern recognition. 5. Weather forecasting systems. 6. Transmission systems.
  • 14. 7. Antiskid braking system. 8. Control of subway systems and unmanned helicopters. 9. Knowledge based systems for multiobjective optimization of power systems. 10. Models for new product pricing or project risk assessment. 11. Medical diagnosis and treatment plans.