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

Contenu connexe

Tendances (20)

Fuzzy relations
Fuzzy relationsFuzzy relations
Fuzzy relations
 
FUZZY LOGIC
FUZZY LOGICFUZZY LOGIC
FUZZY LOGIC
 
Fuzzy Sets Introduction With Example
Fuzzy Sets Introduction With ExampleFuzzy Sets Introduction With Example
Fuzzy Sets Introduction With Example
 
Fuzzy Logic
Fuzzy LogicFuzzy Logic
Fuzzy Logic
 
Fuzzy logic
Fuzzy logicFuzzy logic
Fuzzy logic
 
Fuzzy Clustering(C-means, K-means)
Fuzzy Clustering(C-means, K-means)Fuzzy Clustering(C-means, K-means)
Fuzzy Clustering(C-means, K-means)
 
Ch 2 lattice & boolean algebra
Ch 2 lattice & boolean algebraCh 2 lattice & boolean algebra
Ch 2 lattice & boolean algebra
 
Fuzzy+logic
Fuzzy+logicFuzzy+logic
Fuzzy+logic
 
Fuzzy Logic Ppt
Fuzzy Logic PptFuzzy Logic Ppt
Fuzzy Logic Ppt
 
Logistic regression in Machine Learning
Logistic regression in Machine LearningLogistic regression in Machine Learning
Logistic regression in Machine Learning
 
Opearion on Fuzzy sets with Example
Opearion on Fuzzy sets with ExampleOpearion on Fuzzy sets with Example
Opearion on Fuzzy sets with Example
 
Crisp set
Crisp setCrisp set
Crisp set
 
Fuzzy Membership Function
Fuzzy Membership Function Fuzzy Membership Function
Fuzzy Membership Function
 
Fuzzy inference systems
Fuzzy inference systemsFuzzy inference systems
Fuzzy inference systems
 
Fuzzy sets
Fuzzy sets Fuzzy sets
Fuzzy sets
 
Anfis (1)
Anfis (1)Anfis (1)
Anfis (1)
 
Fuzzy rules and fuzzy reasoning
Fuzzy rules and fuzzy reasoningFuzzy rules and fuzzy reasoning
Fuzzy rules and fuzzy reasoning
 
Chapter 5 - Fuzzy Logic
Chapter 5 - Fuzzy LogicChapter 5 - Fuzzy Logic
Chapter 5 - Fuzzy Logic
 
project
projectproject
project
 
03 Machine Learning Linear Algebra
03 Machine Learning Linear Algebra03 Machine Learning Linear Algebra
03 Machine Learning Linear Algebra
 

Similaire à 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
 
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
 

Similaire à 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
 
Fuzzy logic
Fuzzy logicFuzzy logic
Fuzzy logic
 
1 s2.0-s1574035804702117-main
1 s2.0-s1574035804702117-main1 s2.0-s1574035804702117-main
1 s2.0-s1574035804702117-main
 
Soft computing Chapter 1
Soft computing Chapter 1Soft computing Chapter 1
Soft computing Chapter 1
 
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
 

Dernier

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Dernier (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

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.