SlideShare a Scribd company logo
1 of 7
The fuzzy neural network is an architecture that combines
standard MLP network with fuzzy logic in one system. The FNN
consists of multi layers of neurons with partial feed forward
connection. The input layer of neurons represent the input
variable as crisp value. These values are fed to the condition
layer which performs fuzzi-fication by triangular membership
function. The output from the condition layer is propagated to
the rule layer. The rule layer is matching in its structure and act
to a hidden layer of a standard MLP network. The difference is
that in FNN each node in the rule layer represents one fuzzy rule.
The semantic sense of the activation of a rule layer node is that it
symbolizes the degree to which input data matches the
antecedent module of an associated rule. Outputs from the rule
layer are fed to the action component layer. As for the rule layer,
the operation and the building of the activation layer is identical
to the standard hidden layers of MLP networks.
Main Points:-
 Fuzzy neural networks
 PNN’s
 Match Degree Criterion , Minimum Believable
Level
Our fuzzy neural networks are related to the
PNN’s. Let there be K classes and let x be any
feature vector from the people of interest to be
accepted. The Class k example feature vectors
are represented by x(q(k)) for q(k) = 1,...,Q(k).
Fuzzy logic uses truth values between 0 and 1,
so the output values f1(x) and f2(x) are the fuzzy
truths that the input vector belongs to Class 1
and Class 2, respectively. We say the fuzzy truth
are the values of fuzzy set membership function
whose functional values are the fuzzy truths of
membership each of the classes.
. The feature vector x belongs to class with the maximum fuzzy
true value .When there is a clean winner, then x belongs to a
single class, but otherwise it may belongs to more than one class
with a given relative fuzzy truths. No training of weights is
required. The feature vectors can be trimmed here and the
spread parameters improved for efficiency. An alternative way is
to find the values for all Gaussians, f1(x),...,fM(x), but not sum
the ones for each class. Instead, we compute the values of the
multiple Gaussians for each class and take the class maximum
value as the output from the output node we can have multiple
fuzzy set membership, the input feature vector may belong to,
Class 1 with a fuzzy value of 0.62 and it may also belong to
Class 3 with fuzzy value of 0.57. If the data is good and not
noisy, one fuzzy set will be a clear winner. This alternate method
of defining the fuzzy truths for each of the K classes declares
that the fuzzy truth of membership in any class is between 0 and
1, whereas the 1st method above could maybe permit the fuzzy
truth to exceed 1.
There are many types of constructs for fuzzy NN.
One described here uses fuzzy set membership
functions for each feature. For example, if the
range of values for each of N features is the
domain for 3 fuzzy set membership functions for
3 ranges of value separately. Given the value x of
a single feature from an input vector, we put it
through the 3 fuzzy set membership function,
called LOW, MEDIUM and HIGH, for that feature. A
value x1 we see that it yield the fuzzy truth of
membership in the LOW fuzzy set with fuzzy
truth fLOW(x1) and fuzzy truth of membership in
MEDIUM with fuzzy truth fMEDIUM(x1).
Similarly, we do this for each of the other
structures. Then we have a set of fuzzy
membership truth that is the value at the hidden
node. These are compared to fuzzy truth of the
feature in the fuzzy set for each class. There are
many possibilities for doing this. One way is to
let each article vote for the class whose fuzzy set
membership is closest with majority vote the
conqueror in determining the class. The
advantage of this is that if there is noise on a
smaller of feature quantities it doesn’t decide the
winner. The other schemes are used and many
more are possible.

More Related Content

What's hot

sum of subset problem using Backtracking
sum of subset problem using Backtrackingsum of subset problem using Backtracking
sum of subset problem using BacktrackingAbhishek Singh
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image ProcessingPallavi Agarwal
 
Classical relations and fuzzy relations
Classical relations and fuzzy relationsClassical relations and fuzzy relations
Classical relations and fuzzy relationsBaran Kaynak
 
Image feature extraction
Image feature extractionImage feature extraction
Image feature extractionRushin Shah
 
Brief Introduction to Boltzmann Machine
Brief Introduction to Boltzmann MachineBrief Introduction to Boltzmann Machine
Brief Introduction to Boltzmann MachineArunabha Saha
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processingAhmed Daoud
 
Convolutional Neural Networks : Popular Architectures
Convolutional Neural Networks : Popular ArchitecturesConvolutional Neural Networks : Popular Architectures
Convolutional Neural Networks : Popular Architecturesananth
 
07 regularization
07 regularization07 regularization
07 regularizationRonald Teo
 
SPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSINGSPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSINGmuthu181188
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and SegmentationA B Shinde
 
Amortized Analysis of Algorithms
Amortized Analysis of Algorithms Amortized Analysis of Algorithms
Amortized Analysis of Algorithms sathish sak
 
K mean-clustering algorithm
K mean-clustering algorithmK mean-clustering algorithm
K mean-clustering algorithmparry prabhu
 
Statistical Pattern recognition(1)
Statistical Pattern recognition(1)Statistical Pattern recognition(1)
Statistical Pattern recognition(1)Syed Atif Naseem
 
Activation function
Activation functionActivation function
Activation functionAstha Jain
 

What's hot (20)

Image segmentation
Image segmentationImage segmentation
Image segmentation
 
sum of subset problem using Backtracking
sum of subset problem using Backtrackingsum of subset problem using Backtracking
sum of subset problem using Backtracking
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image Processing
 
Classical relations and fuzzy relations
Classical relations and fuzzy relationsClassical relations and fuzzy relations
Classical relations and fuzzy relations
 
Classical Sets & fuzzy sets
Classical Sets & fuzzy setsClassical Sets & fuzzy sets
Classical Sets & fuzzy sets
 
Image feature extraction
Image feature extractionImage feature extraction
Image feature extraction
 
Brief Introduction to Boltzmann Machine
Brief Introduction to Boltzmann MachineBrief Introduction to Boltzmann Machine
Brief Introduction to Boltzmann Machine
 
Tree pruning
 Tree pruning Tree pruning
Tree pruning
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
 
Convolutional Neural Networks : Popular Architectures
Convolutional Neural Networks : Popular ArchitecturesConvolutional Neural Networks : Popular Architectures
Convolutional Neural Networks : Popular Architectures
 
07 regularization
07 regularization07 regularization
07 regularization
 
SPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSINGSPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSING
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and Segmentation
 
Amortized Analysis of Algorithms
Amortized Analysis of Algorithms Amortized Analysis of Algorithms
Amortized Analysis of Algorithms
 
Branch and bound
Branch and boundBranch and bound
Branch and bound
 
K mean-clustering algorithm
K mean-clustering algorithmK mean-clustering algorithm
K mean-clustering algorithm
 
Statistical Pattern recognition(1)
Statistical Pattern recognition(1)Statistical Pattern recognition(1)
Statistical Pattern recognition(1)
 
Defuzzification
DefuzzificationDefuzzification
Defuzzification
 
Sharpening spatial filters
Sharpening spatial filtersSharpening spatial filters
Sharpening spatial filters
 
Activation function
Activation functionActivation function
Activation function
 

Similar to Fuzzy neural networks

Convolution neural networks
Convolution neural networksConvolution neural networks
Convolution neural networksFares Hasan
 
A neuro fuzzy decision support system
A neuro fuzzy decision support systemA neuro fuzzy decision support system
A neuro fuzzy decision support systemR A Akerkar
 
A Comparison of Fuzzy ARTMAP
A Comparison of Fuzzy ARTMAPA Comparison of Fuzzy ARTMAP
A Comparison of Fuzzy ARTMAPESCOM
 
A Mixed Binary-Real NSGA II Algorithm Ensuring Both Accuracy and Interpretabi...
A Mixed Binary-Real NSGA II Algorithm Ensuring Both Accuracy and Interpretabi...A Mixed Binary-Real NSGA II Algorithm Ensuring Both Accuracy and Interpretabi...
A Mixed Binary-Real NSGA II Algorithm Ensuring Both Accuracy and Interpretabi...IJECEIAES
 
8 neural network representation
8 neural network representation8 neural network representation
8 neural network representationTanmayVijay1
 
NEURALNETWORKS_DM_SOWMYAJYOTHI.pdf
NEURALNETWORKS_DM_SOWMYAJYOTHI.pdfNEURALNETWORKS_DM_SOWMYAJYOTHI.pdf
NEURALNETWORKS_DM_SOWMYAJYOTHI.pdfSowmyaJyothi3
 
Deep learning: Mathematical Perspective
Deep learning: Mathematical PerspectiveDeep learning: Mathematical Perspective
Deep learning: Mathematical PerspectiveYounusS2
 
Perceptron (neural network)
Perceptron (neural network)Perceptron (neural network)
Perceptron (neural network)EdutechLearners
 
20200428135045cfbc718e2c.pdf
20200428135045cfbc718e2c.pdf20200428135045cfbc718e2c.pdf
20200428135045cfbc718e2c.pdfTitleTube
 
Swarm assignment 1
Swarm assignment 1Swarm assignment 1
Swarm assignment 1OmKushwaha7
 
SujanKhamrui_28100119050.pptx
SujanKhamrui_28100119050.pptxSujanKhamrui_28100119050.pptx
SujanKhamrui_28100119050.pptxPrakasBhowmik
 

Similar to Fuzzy neural networks (20)

Nueral fuzzy system.pptx
Nueral fuzzy system.pptxNueral fuzzy system.pptx
Nueral fuzzy system.pptx
 
Perceptrons
PerceptronsPerceptrons
Perceptrons
 
ANN - UNIT 2.pptx
ANN - UNIT 2.pptxANN - UNIT 2.pptx
ANN - UNIT 2.pptx
 
Convolution neural networks
Convolution neural networksConvolution neural networks
Convolution neural networks
 
A neuro fuzzy decision support system
A neuro fuzzy decision support systemA neuro fuzzy decision support system
A neuro fuzzy decision support system
 
B021106013
B021106013B021106013
B021106013
 
Fuzzy+logic
Fuzzy+logicFuzzy+logic
Fuzzy+logic
 
A Comparison of Fuzzy ARTMAP
A Comparison of Fuzzy ARTMAPA Comparison of Fuzzy ARTMAP
A Comparison of Fuzzy ARTMAP
 
A Mixed Binary-Real NSGA II Algorithm Ensuring Both Accuracy and Interpretabi...
A Mixed Binary-Real NSGA II Algorithm Ensuring Both Accuracy and Interpretabi...A Mixed Binary-Real NSGA II Algorithm Ensuring Both Accuracy and Interpretabi...
A Mixed Binary-Real NSGA II Algorithm Ensuring Both Accuracy and Interpretabi...
 
8 neural network representation
8 neural network representation8 neural network representation
8 neural network representation
 
Neural_Network
Neural_NetworkNeural_Network
Neural_Network
 
NEURALNETWORKS_DM_SOWMYAJYOTHI.pdf
NEURALNETWORKS_DM_SOWMYAJYOTHI.pdfNEURALNETWORKS_DM_SOWMYAJYOTHI.pdf
NEURALNETWORKS_DM_SOWMYAJYOTHI.pdf
 
Deep learning: Mathematical Perspective
Deep learning: Mathematical PerspectiveDeep learning: Mathematical Perspective
Deep learning: Mathematical Perspective
 
Cq4201618622
Cq4201618622Cq4201618622
Cq4201618622
 
Perceptron (neural network)
Perceptron (neural network)Perceptron (neural network)
Perceptron (neural network)
 
C42021115
C42021115C42021115
C42021115
 
20200428135045cfbc718e2c.pdf
20200428135045cfbc718e2c.pdf20200428135045cfbc718e2c.pdf
20200428135045cfbc718e2c.pdf
 
Backpropagation.pptx
Backpropagation.pptxBackpropagation.pptx
Backpropagation.pptx
 
Swarm assignment 1
Swarm assignment 1Swarm assignment 1
Swarm assignment 1
 
SujanKhamrui_28100119050.pptx
SujanKhamrui_28100119050.pptxSujanKhamrui_28100119050.pptx
SujanKhamrui_28100119050.pptx
 

More from Brainware University

Foundation of e- commerce-basic introduction
Foundation of e- commerce-basic introductionFoundation of e- commerce-basic introduction
Foundation of e- commerce-basic introductionBrainware University
 
The GMAT- an overall look to the exam
The GMAT-  an overall look to the examThe GMAT-  an overall look to the exam
The GMAT- an overall look to the examBrainware University
 
Career Trend 2020 - Importance of A Degree in Commerce
Career Trend 2020 -  Importance of A Degree in CommerceCareer Trend 2020 -  Importance of A Degree in Commerce
Career Trend 2020 - Importance of A Degree in CommerceBrainware University
 
Radio Imaging Technology - Scopes, Courses, & Careers
Radio Imaging Technology - Scopes, Courses, & CareersRadio Imaging Technology - Scopes, Courses, & Careers
Radio Imaging Technology - Scopes, Courses, & CareersBrainware University
 
General Principles of Applied Epidemiology
General Principles of Applied EpidemiologyGeneral Principles of Applied Epidemiology
General Principles of Applied EpidemiologyBrainware University
 
Advantages of Social Media Advertising
Advantages of Social Media AdvertisingAdvantages of Social Media Advertising
Advantages of Social Media AdvertisingBrainware University
 
How MBA in HR Can Prove To Be A Boon For Your Career
How MBA in HR Can Prove To Be A Boon For Your CareerHow MBA in HR Can Prove To Be A Boon For Your Career
How MBA in HR Can Prove To Be A Boon For Your CareerBrainware University
 
Report on seminar "Electronic C2C (ECE Department)
Report on seminar "Electronic C2C (ECE Department)Report on seminar "Electronic C2C (ECE Department)
Report on seminar "Electronic C2C (ECE Department)Brainware University
 
Brainware university- The emerging careers
Brainware university- The emerging careersBrainware university- The emerging careers
Brainware university- The emerging careersBrainware University
 
Annual sports day events at Brainware University
Annual sports day events at Brainware UniversityAnnual sports day events at Brainware University
Annual sports day events at Brainware UniversityBrainware University
 
Brainware university:The Studentpreneurs the steps towards Idea Hunt
Brainware university:The Studentpreneurs the steps towards Idea HuntBrainware university:The Studentpreneurs the steps towards Idea Hunt
Brainware university:The Studentpreneurs the steps towards Idea HuntBrainware University
 
Histori call at brainware university
Histori call at brainware universityHistori call at brainware university
Histori call at brainware universityBrainware University
 

More from Brainware University (20)

Foundation of e- commerce-basic introduction
Foundation of e- commerce-basic introductionFoundation of e- commerce-basic introduction
Foundation of e- commerce-basic introduction
 
The GMAT- an overall look to the exam
The GMAT-  an overall look to the examThe GMAT-  an overall look to the exam
The GMAT- an overall look to the exam
 
Career Trend 2020 - Importance of A Degree in Commerce
Career Trend 2020 -  Importance of A Degree in CommerceCareer Trend 2020 -  Importance of A Degree in Commerce
Career Trend 2020 - Importance of A Degree in Commerce
 
Radio Imaging Technology - Scopes, Courses, & Careers
Radio Imaging Technology - Scopes, Courses, & CareersRadio Imaging Technology - Scopes, Courses, & Careers
Radio Imaging Technology - Scopes, Courses, & Careers
 
General Principles of Applied Epidemiology
General Principles of Applied EpidemiologyGeneral Principles of Applied Epidemiology
General Principles of Applied Epidemiology
 
Advantages of Social Media Advertising
Advantages of Social Media AdvertisingAdvantages of Social Media Advertising
Advantages of Social Media Advertising
 
What is Influencer Marketing?
What is Influencer Marketing?What is Influencer Marketing?
What is Influencer Marketing?
 
Media marketing
Media marketingMedia marketing
Media marketing
 
Media science & its Career Scope
Media science & its Career ScopeMedia science & its Career Scope
Media science & its Career Scope
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
How MBA in HR Can Prove To Be A Boon For Your Career
How MBA in HR Can Prove To Be A Boon For Your CareerHow MBA in HR Can Prove To Be A Boon For Your Career
How MBA in HR Can Prove To Be A Boon For Your Career
 
Career Trend 2020- Biotechnology
Career Trend 2020- BiotechnologyCareer Trend 2020- Biotechnology
Career Trend 2020- Biotechnology
 
Optometry as a Career Choice
Optometry as a Career ChoiceOptometry as a Career Choice
Optometry as a Career Choice
 
Top law colleges in West Bengal
Top law colleges in West BengalTop law colleges in West Bengal
Top law colleges in West Bengal
 
Report on seminar "Electronic C2C (ECE Department)
Report on seminar "Electronic C2C (ECE Department)Report on seminar "Electronic C2C (ECE Department)
Report on seminar "Electronic C2C (ECE Department)
 
Brainware university- The emerging careers
Brainware university- The emerging careersBrainware university- The emerging careers
Brainware university- The emerging careers
 
Annual sports day events at Brainware University
Annual sports day events at Brainware UniversityAnnual sports day events at Brainware University
Annual sports day events at Brainware University
 
Brainware university:The Studentpreneurs the steps towards Idea Hunt
Brainware university:The Studentpreneurs the steps towards Idea HuntBrainware university:The Studentpreneurs the steps towards Idea Hunt
Brainware university:The Studentpreneurs the steps towards Idea Hunt
 
Histori call at brainware university
Histori call at brainware universityHistori call at brainware university
Histori call at brainware university
 
Workshop on industry
Workshop on industryWorkshop on industry
Workshop on industry
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 
(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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
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
 
(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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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...
 
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 for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
★ 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
 

Fuzzy neural networks

  • 1.
  • 2. The fuzzy neural network is an architecture that combines standard MLP network with fuzzy logic in one system. The FNN consists of multi layers of neurons with partial feed forward connection. The input layer of neurons represent the input variable as crisp value. These values are fed to the condition layer which performs fuzzi-fication by triangular membership function. The output from the condition layer is propagated to the rule layer. The rule layer is matching in its structure and act to a hidden layer of a standard MLP network. The difference is that in FNN each node in the rule layer represents one fuzzy rule. The semantic sense of the activation of a rule layer node is that it symbolizes the degree to which input data matches the antecedent module of an associated rule. Outputs from the rule layer are fed to the action component layer. As for the rule layer, the operation and the building of the activation layer is identical to the standard hidden layers of MLP networks.
  • 3. Main Points:-  Fuzzy neural networks  PNN’s  Match Degree Criterion , Minimum Believable Level
  • 4. Our fuzzy neural networks are related to the PNN’s. Let there be K classes and let x be any feature vector from the people of interest to be accepted. The Class k example feature vectors are represented by x(q(k)) for q(k) = 1,...,Q(k). Fuzzy logic uses truth values between 0 and 1, so the output values f1(x) and f2(x) are the fuzzy truths that the input vector belongs to Class 1 and Class 2, respectively. We say the fuzzy truth are the values of fuzzy set membership function whose functional values are the fuzzy truths of membership each of the classes.
  • 5. . The feature vector x belongs to class with the maximum fuzzy true value .When there is a clean winner, then x belongs to a single class, but otherwise it may belongs to more than one class with a given relative fuzzy truths. No training of weights is required. The feature vectors can be trimmed here and the spread parameters improved for efficiency. An alternative way is to find the values for all Gaussians, f1(x),...,fM(x), but not sum the ones for each class. Instead, we compute the values of the multiple Gaussians for each class and take the class maximum value as the output from the output node we can have multiple fuzzy set membership, the input feature vector may belong to, Class 1 with a fuzzy value of 0.62 and it may also belong to Class 3 with fuzzy value of 0.57. If the data is good and not noisy, one fuzzy set will be a clear winner. This alternate method of defining the fuzzy truths for each of the K classes declares that the fuzzy truth of membership in any class is between 0 and 1, whereas the 1st method above could maybe permit the fuzzy truth to exceed 1.
  • 6. There are many types of constructs for fuzzy NN. One described here uses fuzzy set membership functions for each feature. For example, if the range of values for each of N features is the domain for 3 fuzzy set membership functions for 3 ranges of value separately. Given the value x of a single feature from an input vector, we put it through the 3 fuzzy set membership function, called LOW, MEDIUM and HIGH, for that feature. A value x1 we see that it yield the fuzzy truth of membership in the LOW fuzzy set with fuzzy truth fLOW(x1) and fuzzy truth of membership in MEDIUM with fuzzy truth fMEDIUM(x1).
  • 7. Similarly, we do this for each of the other structures. Then we have a set of fuzzy membership truth that is the value at the hidden node. These are compared to fuzzy truth of the feature in the fuzzy set for each class. There are many possibilities for doing this. One way is to let each article vote for the class whose fuzzy set membership is closest with majority vote the conqueror in determining the class. The advantage of this is that if there is noise on a smaller of feature quantities it doesn’t decide the winner. The other schemes are used and many more are possible.