SlideShare a Scribd company logo
2
Most read
8
Most read
14
Most read
Neural Network dan Logika Kabur
 Neural networks and fuzzy logic are two
complimentary technologies
 Neural networks can learn from data and
feedback
– It is difficult to develop an insight about
the meaning associated with each neuron
and each weight
– Viewed as “black box” approach (know
what the box does but not how it is done
conceptually!)
 Two ways to adjust the weights using
backpropagation
– Online/pattern Mode: adjusts the weights
based on the error signal of one input-output
pair in the trainning data.
• Example: trainning set containning 500
input-output pairs, this mode BP adjusts the
weights 500 times for each time the
algorithm sweeps through the trainning set.
If the algorithm sweeps converges after 1000
sweeps, each weight adjusted a total of
50,000 times
– Batch mode (off-line): adjusts weights
based on the error signal of the entire
training set.
• Weights are adjusted once only after all
the trainning data have been processed by
the neural network.
• From previous example, each weight in the
neural network is adjusted 1000 times.
 Fuzzy rule-based models are easy to
comprehend (uses linguistic terms and the
structure of if-then rules)
 Unlike neural networks, fuzzy logic does not
come with a learning algorithm
– Learning and identification of fuzzy models
need to adopt techniques from other areas
 Since neural networks can learn, it is natural
to marry the two technologies.
Neuro-fuzzy system can be classified into
three categories:
1. A fuzzy rule-based model constructed using
a supervised NN learning technique
2. A fuzzy rule-based model constructed using
reinforcement-based learning
3. A fuzzy rule-based model constructed using
NN to construct its fuzzy partition of the
input space
 A class of adaptive networks that are
functionally equivalent to fuzzy inference
systems.
 ANFIS architectures representing both the
Sugeno and Tsukamoto fuzzy models
Anfis (1)
Anfis (1)
Assume - two inputs X and Y and one output Z
Rule 1: If x is A1 and y is B1,
then f1 = p1x + q1y +r1
Rule 2: If x is A2 and y is B2,
then f2 = p2x + q2y +r2
Every node i in this layer is an adaptive node with a node function
O1,i = mAi (x), for I = 1,2, or O1,i = mBi-2 (y), for I = 3,4
Where x (or y) is the input to node i and Ai (or Bi) is a linguistic
label
** O1,i is the membership grade of a fuzzy set and it specifies the
degree to which the given input x or y satisfies the quantifies
Typically, the membership function for a fuzzy
set can be any parameterized membership
function, such as triangle, trapezoidal,
Guassian, or generalized Bell function.
Parameters in this layer are referred to as
Antecedence Parameters
Every node i in this layer is a fixed node labeled P,
whose output is the product of all the incoming
signals:
O2,i = Wi = min{mAi (x) , mBi (y)}, i = 1,2
Each node output represents the firing strength of
a rule.
Every node in this layer is a fixed node labeled N. The ith node
calculates the ratio of the ith rule’s firing strength to the sum of
all rules’firing stregths:
O3,i = Wi = Wi /(W1+W2) , i =1,2
(normalized firing strengths]
Every node i in this layer is an adaptive node with
a node function
__ __
O 4,i = wi fi = wi (pix + qiy +ri) …Consequent
parameters
The single node in this layer is a fixed node labeled S,
which computes the overall output as the summation
of all incoming signals:
__
O 5,1 = Si wi fi
ANFIS architecture for the Sugeno fuzzy model,
weight normalization is performed at the
very last layer
Equivalent ANFIS architecture using the
Tsukamoto fuzzy model
Anfis (1)

More Related Content

PDF
Anfis.rpi04
Modem Narayana
 
PPT
Fuzzy control and its applications
jeevithaelangovan
 
PPT
Fuzzy logic control
Arul Kumar
 
PPT
Soft Computing
MANISH T I
 
PDF
Fuzzy+logic
Mahesh Todkar
 
PDF
Fuzzy logic
Nourhan Selem Salm
 
Anfis.rpi04
Modem Narayana
 
Fuzzy control and its applications
jeevithaelangovan
 
Fuzzy logic control
Arul Kumar
 
Soft Computing
MANISH T I
 
Fuzzy+logic
Mahesh Todkar
 
Fuzzy logic
Nourhan Selem Salm
 

What's hot (20)

PPTX
Fuzzy Logic ppt
Ritu Bafna
 
PPTX
Classical Sets & fuzzy sets
Dr.Ashvini Chaudhari Bhongade
 
PDF
Artificial Neural Networks Lect3: Neural Network Learning rules
Mohammed Bennamoun
 
PPTX
Perceptron & Neural Networks
NAGUR SHAREEF SHAIK
 
PDF
Neural Networks: Radial Bases Functions (RBF)
Mostafa G. M. Mostafa
 
PPTX
Kernel Method
수철 박
 
PPT
Back propagation
Nagarajan
 
PDF
Neural Networks: Least Mean Square (LSM) Algorithm
Mostafa G. M. Mostafa
 
PPTX
Artificial Neural Network
Prakash K
 
PDF
Lecture 6 expert systems
Vajira Thambawita
 
PPTX
Radial basis function network ppt bySheetal,Samreen and Dhanashri
sheetal katkar
 
PPTX
Fuzzy logic member functions
Dr. C.V. Suresh Babu
 
PPTX
Gaussian noise
Tothepoint Arora
 
PPTX
Fuzzy logic
Ashwini Yadav
 
PPT
Linear prediction
Uma Rajaram
 
PPT
Artificial neural network
mustafa aadel
 
PDF
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Mohammed Bennamoun
 
PPTX
Neural
Archit Rastogi
 
Fuzzy Logic ppt
Ritu Bafna
 
Classical Sets & fuzzy sets
Dr.Ashvini Chaudhari Bhongade
 
Artificial Neural Networks Lect3: Neural Network Learning rules
Mohammed Bennamoun
 
Perceptron & Neural Networks
NAGUR SHAREEF SHAIK
 
Neural Networks: Radial Bases Functions (RBF)
Mostafa G. M. Mostafa
 
Kernel Method
수철 박
 
Back propagation
Nagarajan
 
Neural Networks: Least Mean Square (LSM) Algorithm
Mostafa G. M. Mostafa
 
Artificial Neural Network
Prakash K
 
Lecture 6 expert systems
Vajira Thambawita
 
Radial basis function network ppt bySheetal,Samreen and Dhanashri
sheetal katkar
 
Fuzzy logic member functions
Dr. C.V. Suresh Babu
 
Gaussian noise
Tothepoint Arora
 
Fuzzy logic
Ashwini Yadav
 
Linear prediction
Uma Rajaram
 
Artificial neural network
mustafa aadel
 
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Mohammed Bennamoun
 
Ad

Similar to Anfis (1) (20)

PDF
A neuro fuzzy decision support system
R A Akerkar
 
PDF
Investigations on Hybrid Learning in ANFIS
IJERA Editor
 
PDF
Approximate bounded-knowledge-extractionusing-type-i-fuzzy-logic
Cemal Ardil
 
PPTX
Nueral fuzzy system.pptx
EngWaleedAbuZainah
 
PDF
ANFISAdaptiveNeuro-FuzzyInferenceSystems.pdf
JeraldRoy1
 
PPT
presentacion de arquitectura neuro fuzzy.ppt
ezequielpezosincrote
 
PPT
Adaptive neuro fuzzy inference system ANFIS
avadhootrajurkar3
 
PDF
B021106013
researchinventy
 
PPT
STLF PPT jagdish singh
Jagdish Singh Thakur
 
PPTX
Soft computing unit 5 zwexrctfvygbuheszxrdctfvgybhunjixcrtvygbhunijmo
CCEIII
 
DOCX
Extracted pages from Neural Fuzzy Systems.docx
dannyabe
 
PDF
Electricity consumption-prediction-model-using neuro-fuzzy-system
Cemal Ardil
 
PDF
8MLChapter8NeuroFuzzySystems23EN UC Coimbra PT
antoniodouradopc
 
PDF
An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...
ijtsrd
 
PPTX
fuzzy logic-AMkkkkkkkkkkkkkkkkkkkkk.pptx
Asadkhan47384
 
PDF
Ag04606202206
IJERA Editor
 
PPTX
Artificial Neural Networks
Saif Al-Kalbani
 
PDF
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Waqas Tariq
 
PDF
Electricity Demand Forecasting Using Fuzzy-Neural Network
Naren Chandra Kattla
 
A neuro fuzzy decision support system
R A Akerkar
 
Investigations on Hybrid Learning in ANFIS
IJERA Editor
 
Approximate bounded-knowledge-extractionusing-type-i-fuzzy-logic
Cemal Ardil
 
Nueral fuzzy system.pptx
EngWaleedAbuZainah
 
ANFISAdaptiveNeuro-FuzzyInferenceSystems.pdf
JeraldRoy1
 
presentacion de arquitectura neuro fuzzy.ppt
ezequielpezosincrote
 
Adaptive neuro fuzzy inference system ANFIS
avadhootrajurkar3
 
B021106013
researchinventy
 
STLF PPT jagdish singh
Jagdish Singh Thakur
 
Soft computing unit 5 zwexrctfvygbuheszxrdctfvgybhunjixcrtvygbhunijmo
CCEIII
 
Extracted pages from Neural Fuzzy Systems.docx
dannyabe
 
Electricity consumption-prediction-model-using neuro-fuzzy-system
Cemal Ardil
 
8MLChapter8NeuroFuzzySystems23EN UC Coimbra PT
antoniodouradopc
 
An Artificial Intelligence Approach to Ultra High Frequency Path Loss Modelli...
ijtsrd
 
fuzzy logic-AMkkkkkkkkkkkkkkkkkkkkk.pptx
Asadkhan47384
 
Ag04606202206
IJERA Editor
 
Artificial Neural Networks
Saif Al-Kalbani
 
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Waqas Tariq
 
Electricity Demand Forecasting Using Fuzzy-Neural Network
Naren Chandra Kattla
 
Ad

Recently uploaded (20)

PDF
5 Influence line.pdf for structural engineers
Endalkazene
 
PDF
Introduction to Data Science: data science process
ShivarkarSandip
 
PPTX
Module_II_Data_Science_Project_Management.pptx
anshitanarain
 
PDF
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
PPTX
easa module 3 funtamental electronics.pptx
tryanothert7
 
PDF
오픈소스 LLM, vLLM으로 Production까지 (Instruct.KR Summer Meetup, 2025)
Hyogeun Oh
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PDF
A Framework for Securing Personal Data Shared by Users on the Digital Platforms
ijcncjournal019
 
PPTX
AgentX UiPath Community Webinar series - Delhi
RohitRadhakrishnan8
 
PDF
Activated Carbon for Water and Wastewater Treatment_ Integration of Adsorptio...
EmilianoRodriguezTll
 
PDF
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
PDF
Queuing formulas to evaluate throughputs and servers
gptshubham
 
PDF
B.Tech Data Science Program (Industry Integrated ) Syllabus
rvray078
 
PPTX
Simulation of electric circuit laws using tinkercad.pptx
VidhyaH3
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PPTX
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
PDF
Cryptography and Information :Security Fundamentals
Dr. Madhuri Jawale
 
PDF
6th International Conference on Artificial Intelligence and Machine Learning ...
gerogepatton
 
PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PPTX
Production of bioplastic from fruit peels.pptx
alwingeorgealwingeor
 
5 Influence line.pdf for structural engineers
Endalkazene
 
Introduction to Data Science: data science process
ShivarkarSandip
 
Module_II_Data_Science_Project_Management.pptx
anshitanarain
 
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
easa module 3 funtamental electronics.pptx
tryanothert7
 
오픈소스 LLM, vLLM으로 Production까지 (Instruct.KR Summer Meetup, 2025)
Hyogeun Oh
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
A Framework for Securing Personal Data Shared by Users on the Digital Platforms
ijcncjournal019
 
AgentX UiPath Community Webinar series - Delhi
RohitRadhakrishnan8
 
Activated Carbon for Water and Wastewater Treatment_ Integration of Adsorptio...
EmilianoRodriguezTll
 
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
Queuing formulas to evaluate throughputs and servers
gptshubham
 
B.Tech Data Science Program (Industry Integrated ) Syllabus
rvray078
 
Simulation of electric circuit laws using tinkercad.pptx
VidhyaH3
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
Cryptography and Information :Security Fundamentals
Dr. Madhuri Jawale
 
6th International Conference on Artificial Intelligence and Machine Learning ...
gerogepatton
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
Production of bioplastic from fruit peels.pptx
alwingeorgealwingeor
 

Anfis (1)

  • 1. Neural Network dan Logika Kabur
  • 2.  Neural networks and fuzzy logic are two complimentary technologies  Neural networks can learn from data and feedback – It is difficult to develop an insight about the meaning associated with each neuron and each weight – Viewed as “black box” approach (know what the box does but not how it is done conceptually!)
  • 3.  Two ways to adjust the weights using backpropagation – Online/pattern Mode: adjusts the weights based on the error signal of one input-output pair in the trainning data. • Example: trainning set containning 500 input-output pairs, this mode BP adjusts the weights 500 times for each time the algorithm sweeps through the trainning set. If the algorithm sweeps converges after 1000 sweeps, each weight adjusted a total of 50,000 times
  • 4. – Batch mode (off-line): adjusts weights based on the error signal of the entire training set. • Weights are adjusted once only after all the trainning data have been processed by the neural network. • From previous example, each weight in the neural network is adjusted 1000 times.
  • 5.  Fuzzy rule-based models are easy to comprehend (uses linguistic terms and the structure of if-then rules)  Unlike neural networks, fuzzy logic does not come with a learning algorithm – Learning and identification of fuzzy models need to adopt techniques from other areas  Since neural networks can learn, it is natural to marry the two technologies.
  • 6. Neuro-fuzzy system can be classified into three categories: 1. A fuzzy rule-based model constructed using a supervised NN learning technique 2. A fuzzy rule-based model constructed using reinforcement-based learning 3. A fuzzy rule-based model constructed using NN to construct its fuzzy partition of the input space
  • 7.  A class of adaptive networks that are functionally equivalent to fuzzy inference systems.  ANFIS architectures representing both the Sugeno and Tsukamoto fuzzy models
  • 10. Assume - two inputs X and Y and one output Z Rule 1: If x is A1 and y is B1, then f1 = p1x + q1y +r1 Rule 2: If x is A2 and y is B2, then f2 = p2x + q2y +r2
  • 11. Every node i in this layer is an adaptive node with a node function O1,i = mAi (x), for I = 1,2, or O1,i = mBi-2 (y), for I = 3,4 Where x (or y) is the input to node i and Ai (or Bi) is a linguistic label ** O1,i is the membership grade of a fuzzy set and it specifies the degree to which the given input x or y satisfies the quantifies
  • 12. Typically, the membership function for a fuzzy set can be any parameterized membership function, such as triangle, trapezoidal, Guassian, or generalized Bell function. Parameters in this layer are referred to as Antecedence Parameters
  • 13. Every node i in this layer is a fixed node labeled P, whose output is the product of all the incoming signals: O2,i = Wi = min{mAi (x) , mBi (y)}, i = 1,2 Each node output represents the firing strength of a rule.
  • 14. Every node in this layer is a fixed node labeled N. The ith node calculates the ratio of the ith rule’s firing strength to the sum of all rules’firing stregths: O3,i = Wi = Wi /(W1+W2) , i =1,2 (normalized firing strengths]
  • 15. Every node i in this layer is an adaptive node with a node function __ __ O 4,i = wi fi = wi (pix + qiy +ri) …Consequent parameters
  • 16. The single node in this layer is a fixed node labeled S, which computes the overall output as the summation of all incoming signals: __ O 5,1 = Si wi fi
  • 17. ANFIS architecture for the Sugeno fuzzy model, weight normalization is performed at the very last layer
  • 18. Equivalent ANFIS architecture using the Tsukamoto fuzzy model