Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering

Size: px
Start display at page:

Download "Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering"

Transcription

1 Age Prediction and Performance Comparison by Adaptive Network based Fuzzy Inference System using Subtractive Clustering Manisha Pariyani* & Kavita Burse** *M.Tech Scholar, department of Computer Science & Engineering, Oriental College of Technology, Bhopal, Madhya Pradesh, INDIA. **Director, Oriental College of Technology, Bhopal, Madhya Pradesh, INDIA. Abstract To integrate the best features of fuzzy systems and neural networks, a data mining approach with ANFIS is applied on all features of Abalone and Monk s problem dataset. The main aim of this research is to reduce the with fewer numbers of rules in order to achieve high speed and less time consumed in both learning and application phases. For calculating effective, an adaptive fuzzy inference system with subtractive clustering is proposed. Effective partition of input space is done and loaded into the ANFIS editor. A fuzzy inference system is generated using subtractive clustering and of training and testing is calculated by hybrid approach which is combination of back propagation and least square method. A structure is generated which shows input and output data along with number of fuzzy rules. This result into lower with fewer numbers of rules shows that ANFIS is well suited for age prediction of abalone and performance comparison of learning algorithms. Keywords Abalone; ANFIS; Fuzzy Rule; Monk s Problem; Root Mean Square Error; Subtractive Clustering. Abbreviations Adaptive Network based Fuzzy Inference System (ANFIS); Root Mean Square Error (). I. INTRODUCTION T HE architecture and learning procedure underlying ANFIS is presented, which is a fuzzy inference system implemented in the framework of adaptive networks. The proposed ANFIS can construct an input-output mapping based on both human knowledge (in the form of fuzzy if-then rules) and stipulated input-output data pairs by using a hybrid approach. ANFIS is best tradeoff between neural and fuzzy systems providing smoothness and adaptability. The objective of this research is to reduce the with fewer numbers of rules in order to achieve high speed and less time consumed in both learning and application phases. Neural networks and fuzzy systems both are stand-alone systems. ANFIS is one of the Neuro-fuzzy models. With the increase in the complexity of the process being modeled, the difficulty in developing dependable fuzzy rules and membership functions increases. This has led to the development of another approach which is mostly known as ANFIS approach. A hybrid system named ANFIS has been proposed by Jang (1993). It has the benefits of both fuzzy logic [Junhong Nie & Derek Linkens, 1998] and neural networks [James A. Anderson, 2002]. Fuzzy inference in this system is realized with the aid of a training algorithm, which enables to tune the parameters of the fuzzy system. In this paper, firstly the training and testing data of abalone [archive.ics.uci.edu/ml/datasets.html] and monk s problem dataset [archive.ics.uci.edu/ml/datasets.html] are divided. Then they are loaded into the ANFIS editor. After loading training and testing data a fuzzy inference system is generated using subtractive clustering. is calculated by training the network using hybrid approach which is combination of back propagation and least square method. Then for training against testing is noted. Finally structure is obtained which shows number of inputs and outputs along with number of fuzzy rules. It is developed in the MATLAB V (R2009b) [MATLAB] environment. II. RELATED WORK Ravi Jain & Ajith Abraham (2003) examined the performance of four fuzzy rule generation methods that could ISSN: Published by The Standard International Journals (The SIJ) 136

2 generate fuzzy if-then rules directly from training patterns with no time consuming tuning procedures. Shibendu Shekhar Roy (2005) proposed ANFIS for predicting the surface roughness in turning operation for set of giving cutting parameters. Two different membership functions triangular and bell shaped were adopted during the training process of ANFIS in order to compare the prediction accuracy of surface roughness by two membership functions Sean N.Ghazavi & Thunshun W.Liao (2008) proposed a study of medical data mining that involves the use of eleven feature selection methods and three fuzzy modeling methods, the objective is to determine which combination of feature selection and fuzzy modeling method has the best performance for a given dataset. Three rules are needed to obtain the classification rate 97% when using a modified fuzzy c-means radial basis functions network proposed by Essam Al-Daoud (2010). Pejman Tahmasebi & Ardeshir Hezarkhani (2010) proposed the adaptive Neuro-fuzzy inference system as a newly applied technique to solve such a problem to evaluate the "copper grade estimation" in Sarcheshmeh porphyry copper system. Fuzzy logic was invented by Zadeh (2010) for handling uncertain and imprecise knowledge in real world applications. It has proved to be a powerful tool for decisionmaking, and to handle and manipulate imprecise and noisy data. Mehdi Khashei et al., (2011) proposed a hybrid approach that combines artificial intelligence with fuzzy in order to benefit from unique advantages of both fuzzy logic and the classification power of the artificial neural networks to construct an efficient and accurate hybrid classifier in less available data situations. Jesmin Nahar et al., (2012) presented a rule extraction experiment on heart disease data using different rule mining algorithms (Apriori, Predictive Apriori and Tertius). Further rule-mining-based analysis was undertaken by categorising data based on gender and significant risk factors for heart disease. Castanho et al., (2012) proposed fuzzy expert system for predicting pathological stage of prostate cancer. A fuzzy expert system was developed with the fuzzy rules and membership functions tuned by a genetic algorithm. As a result, the utilized approach reached better precision taking into account some correlated studies. III. FUZZY NEURO SYSTEMS This section describes fuzzy inference system along with ANFIS architecture. The steps of inference operations upon fuzzy if-then rules (fuzzy reasoning) performed by fuzzy inference systems are: To obtain the membership values (or compatibility measures) of each linguistic label, compare the input variables with the membership functions on the premise part (This step is known as fuzzification). To get firing strength (weight) of each rule, combine (through a specific T-norm operator, usually multiplication or min.) the membership values on the premise part. Depending on the firing strength, generate the qualified consequent (either fuzzy or crisp) of each rule. To produce a crisp output, aggregate the qualified consequents (This step is known as defuzzification) ANFIS Architecture To facilitate learning and adaptation, ANFIS is a fuzzy Sugeno model put in the framework of adaptive systems. The Sugeno fuzzy model was proposed by Takagi & Sugeno in an effort to formalize a systematic approach to generating fuzzy rules from an input-output data set. There are broadly three types of Fuzzy reasoning Models. They are Mamdani fuzzy models, Sugeno fuzzy models (TSK model) and Tsukamoto fuzzy models. The Mamdani fuzzy models and Sugeno fuzzy models are most widely used. Sugeno model is widely used in ANFIS because its rules are tunable based on input parameters. A typical fuzzy rule in a Sugeno fuzzy model has the format IF x is A and y is B THEN z = f(x, y), Where A and B are fuzzy sets in the antecedent; z = f(x, y) is a crisp function in the consequent, f(x, y) is a polynomial in the input variables x and y, but it can be any other functions that can appropriately describe the output of the system within the fuzzy region specified by the antecedent of the rule. If f(x, y) is a first-order polynomial, then model is called as the first-order Sugeno fuzzy model. If f is a constant, then it is called the zero-order Sugeno fuzzy model, which can be viewed either as a special case of the Mamdani fuzzy inference system, where each rule s consequent is specified by a fuzzy singleton, or a special case of Tsukamoto s fuzzy model where each rule s consequent is specified by a membership function of a step function centered at the constant Moreover, a zero order Sugeno fuzzy model is functionally equivalent to a radial basis function network under certain minor constraints Fuzzy Inference System A fuzzy inference system is composed of five functional blocks- a rule base containing a number of fuzzy if-then rule, a database which defines the membership functions, a decision-making unit which performs the inference, a fuzzification interface which transforms the crisp inputs, a defuzzification interface which transform the fuzzy. Figure 1: ANFIS Architecture ISSN: Published by The Standard International Journals (The SIJ) 137

3 Layer 1: For each node i n this layer generates membership grades of a linguistic label. For instance, the node function of the i th node may be a generalized bell membership function: µai x = x ci 2 bi ai Layer 2: Firing strength of a rule is calculated by each node via multiplication and the nodes are fixed in this layer wi = µai x µbi y ; i = 1,2 Layer 3: The nodes are fixed nodes. They are labeled with N, indicating that they play a normalization role to the firing strengths from the previous layer. The outputs of this layer can be represented as: wi = wi + w2; i = 1,2 w1 Layer 4: The output of each node in this layer is simply the product of the normalized firing strength and a first-order polynomial (for a first-order Sugeno model). Here the nodes are adaptive nodes. Thus, the outputs of this layer are given as: Oi x = wifi = wi(pix + qiy + ri) Layer 5: There is only one single fixed node labeled with S. This node performs the summation of all incoming signals. O1 x = overall output = wifi = wifi/ wi IV. METHODS This section includes ANFIS learning method and subtractive clustering 4.1. ANFIS Learning Method To learn, or adjust weights on connecting arrows between neurons from input-output training samples, neural networks, the back propagation algorithm are used. The ANFIS learning algorithm consists of adjusting the premises and consequents parameters. In the ANFIS structure, the parameters of the premises and consequents play the role of weights. Specifically, the shape of membership functions in the If part of the rules is determined by a finite number of parameters. These parameters are known as premise parameters, whereas the parameters in the THEN part of the rules are referred to as consequent parameters. For ANFIS, a combination of back propagation and Least Square Estimation (LSE) is used. Back propagation is used to learn the premise parameters, and LSE is used to determine the parameters in the rules consequents. A step in the learning procedure has two passes-forward and backward pass. In the forward pass, node outputs go forward, the premise parameters remain fixed while the consequent parameters {pi, qi, ri} are estimated by least squares method. In the backward pass the error signals are propagated backwards, consequent parameters remain fixed while the back propagation is used to modify the premise parameters {ai, bi, ci}. This combination of least-squares and back propagation methods are used for training FIS membership function parameters to model a given set of input/output data. The performance of this system will be evaluated using, root mean square errors (difference between the FIS output and the training/testing data output), which is defined as =1/n[ yk ok 2 ] 4.2. Subtractive Clustering When there is no clear idea how many clusters there should be for a given set of data, subtractive clustering is used. Subtractive clustering operates by finding the optimal data point to be defined as a cluster center, based on the density of surrounding data points. In order to determine the next data cluster and its center, all data points within the radius distance of these points are then removed. This process is repeated until all of the data is within the radius distance of a cluster center. When number of inputs is larger this method is used for rule generation. It gives optimized rules by taking into radii specified. It is a fast, one-pass algorithm for estimating the number of clusters and cluster centers in a set of data. It generates FIS structure by scatter partitioning. Here rules are predetermined by fixing number of centers. Membership functions were assigned automatically by software. Therefore, number of tuning parameters is reduced in this case by reducing number of rules Abalone Dataset V. RESULTS Abalone dataset contains 4177 entries in which each entry records the features of an abalone together with its age as the desired output. It contains 8 features of an abalone's physical measurements, with no missing data and28 classes corresponding to the age from 1 to 29 years of abalones. The age of abalone is determined by cutting the shell through the cone, staining and counting the number of rings through a microscope --a boring time-consuming task. Other measurements, which are easier to obtain, are used to predict the age. ISSN: Published by The Standard International Journals (The SIJ) 138

4 Table 1: Results on Abalone Dataset Train Linear Non-Linear Train Against Epoch Data Data Rules Parameters Parameters Nodes Train * 8.3* 8.3* 10^ * 8.3* * 1.7* * 9.1* * 9.7* Monk s Problem Dataset Monks problem dataset is a multivariate dataset. It contains 432 instances, 7 attributes with no missing values. The Monk s problem was the basis of a first international Train Data Data Epoch Rules Linear Parameters Table 2: Results on Monk s Problem Dataset Non-Linear Parameters comparison of learning algorithms. There are three Monk's problems. The domains for all MONK's problems are the same one of the Monk's problems has noise added. For each problem, the domain has been partitioned into a train and test set. Nodes Train Train Against Training and testing data are partitioned. Epochs are kept fixed. Non linear parameters are fixed during forward stroke and steepest descent during backward stroke. Linear parameters are least square during forward stroke and fixed during backward stroke. Lower along with less number of rules on training and testing of abalone and monk s problem dataset shows that ANFIS is well suited for age prediction of abalone and performance comparison of various learning algorithms. VI. CONCLUSION An adaptive fuzzy inference system with neural learning using subtractive clustering is proposed for calculation of. Effective partition of the input space along with subtractive clustering decreases the rule number and increases the speed in both learning and application phases. It also provides smoothness due to fuzzy control interpolation and adaptability due to neural network back propagation. Lower and less number of rules results into less time consumed and better performance evaluation along with high speed in learning and application phases of ANFIS. This shows that ANFIS is well suited for age prediction and performance comparison of learning algorithms. In future, reprocessing on dataset can be done through various techniques before applied to the ANFIS. REFERENCES [1] J-S.R. Jang (1993), ANFIS Adaptive Network based Fuzzy Inference System, IEEE Transactions on Systems, Man and Cybernatics, Vol. 23, No. 3, Pp [2] Junhong Nie & Derek Linkens (1998), Fuzzy-Neural Control, Printice-Hall of India. [3] James A. Anderson (2002) An Introduction to Neural Network, Prentice Hall of India. [4] MATLAB V , R2009b. Neuron-Fuzzy Computing based on Fuzzy Logic. Toolbox, MATLAB Works. [5] Ravi Jain & Ajith Abraham (2003), A Comparative Study of Fuzzy Classification Methods on Breast Cancer Data, 7th International Work Conference on Artificial and Natural Neural Networks (IWANN 03), Spain. [6] Shibendu Shekhar Roy (2005), Design of Adaptive Neuro Fuzzy Inference System for Predicting Surface Roughness in Turning Operation, Journal of Scientific and Industrial Research, Vol. 64, Pp ISSN: Published by The Standard International Journals (The SIJ) 139

5 [7] Sean N.Ghazavi & Thunshun W.Liao (2008), Medical Data Mining by Fuzzy Modeling with Selected Features, Elsevier, Vol. 43, Pp [8] Essam Al-Daoud (2010), Cancer Diagnosis using Modified Fuzzy Network, Universal Journal of Computer Science and Engineering Technology, Vol. 2, Pp [9] Pejman Tahmasebi & Ardeshir Hezarkhani (2010), Application of Adaptive Neuro-Fuzzy Inference System for Grade Estimation, Australian Journal of Basic and Applied Sciences, Vol. 4, Pp [10] L.A. Zadeh (2010), Fuzzy Logic, IEEE Computer, Vol. 21, Pp [11] Mehdi Khashei, Ali Zeinal Hamadani & Mehdi Bijari (2011), A Fuzzy Intelligent Approach to the Classification Problem in Gene Expression Data Analysis, Elsevier, Vol. 27, Pp [12] Jesmin Nahar, Tasadduq Imama, Kevin S. Tickle & Yi-Ping Phoebe Chen (2012), Association Rule Mining to Detect Factors which Contribute to Heart Disease in Males and Females, Elsevier, Vol. 40, Pp [13] M.J.P. Castanho, F. Hernandes, A.M. De Re, S. Rautenberg & A. Billis (2012), Fuzzy Expert System for Predicting Pathological Stage of Prostate Cancer, Elsevier, Vol. 40, Pp [14] Abalone Dataset- archive.ics.uci.edu/ml/datasets.html [15] Monk s Problem Dataset-- archive.ics.uci.edu/ml/datasets.html Manisha Pariyani was born in Bhopal in 1989.She received the BE degree (with distinction) in computer science and engineering from Sagar Institute of Technology Research and Science, RGPV, Bhopal in 2011.She is currently pursuing M.Tech in computer science and engineering from Oriental College of Technology, RGPV, Bhopal. She has attended the national conference held in various institutes and presented papers in different research areas. Her research interests include neural networks, data mining, network intrusion detection and artificial intelligence. Dr. Kavita Burse was born in Bhopal in 1970.She received the ph.d. degree, M.Tech degree in electronics and communication from MANIT,Bhopal and B.E. degree from SGSITS,Indore.She has 18 years of teaching and industrial experience. Presently she is Director in Oriental College of Technology, Bhopal. She has 37 national and an international publication to her credit.she is a reviewer for IEEE, Elsevier and other prestigious journals. She is a member of CSI, IETE and ISTE. Her Areas of Interest are E- Learning, Digital Signal Processing, Digital Communication and Neural Networks. ISSN: Published by The Standard International Journals (The SIJ) 140

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR Ahmed A. M. Emam College of Engineering Karrary University SUDAN ahmedimam1965@yahoo.co.in Eisa Bashier M. Tayeb College of Engineering

More information

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System In the Name of God Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System Outline ANFIS Architecture Hybrid Learning Algorithm Learning Methods that Cross-Fertilize ANFIS and RBFN ANFIS as a universal

More information

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM CHAPTER-7 MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM 7.1 Introduction To improve the overall efficiency of turning, it is necessary to

More information

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM 33 CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM The objective of an ANFIS (Jang 1993) is to integrate the best features of Fuzzy Systems and Neural Networks. ANFIS is one of the best tradeoffs between

More information

Lecture notes. Com Page 1

Lecture notes. Com Page 1 Lecture notes Com Page 1 Contents Lectures 1. Introduction to Computational Intelligence 2. Traditional computation 2.1. Sorting algorithms 2.2. Graph search algorithms 3. Supervised neural computation

More information

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 39 CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 3.1 INTRODUCTION Development of mathematical models is essential for many disciplines of engineering and science. Mathematical models are used for

More information

A New Fuzzy Neural System with Applications

A New Fuzzy Neural System with Applications A New Fuzzy Neural System with Applications Yuanyuan Chai 1, Jun Chen 1 and Wei Luo 1 1-China Defense Science and Technology Information Center -Network Center Fucheng Road 26#, Haidian district, Beijing

More information

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Ramachandran, A. Professor, Dept. of Electronics and Instrumentation Engineering, MSRIT, Bangalore, and Research Scholar, VTU.

More information

Fuzzy Expert Systems Lecture 8 (Fuzzy Systems)

Fuzzy Expert Systems Lecture 8 (Fuzzy Systems) Fuzzy Expert Systems Lecture 8 (Fuzzy Systems) Soft Computing is an emerging approach to computing which parallels the remarkable ability of the human mind to reason and learn in an environment of uncertainty

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 3, Issue 2, July- September (2012), pp. 157-166 IAEME: www.iaeme.com/ijcet.html Journal

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN Comparative study of fuzzy logic and neural network methods in modeling of simulated steady-state data M. Järvensivu and V. Kanninen Laboratory of Process Control, Department of Chemical Engineering, Helsinki

More information

7. Decision Making

7. Decision Making 7. Decision Making 1 7.1. Fuzzy Inference System (FIS) Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. Fuzzy inference systems have been successfully

More information

Final Exam. Controller, F. Expert Sys.., Solving F. Ineq.} {Hopefield, SVM, Comptetive Learning,

Final Exam. Controller, F. Expert Sys.., Solving F. Ineq.} {Hopefield, SVM, Comptetive Learning, Final Exam Question on your Fuzzy presentation {F. Controller, F. Expert Sys.., Solving F. Ineq.} Question on your Nets Presentations {Hopefield, SVM, Comptetive Learning, Winner- take all learning for

More information

The analysis of inverted pendulum control and its other applications

The analysis of inverted pendulum control and its other applications Journal of Applied Mathematics & Bioinformatics, vol.3, no.3, 2013, 113-122 ISSN: 1792-6602 (print), 1792-6939 (online) Scienpress Ltd, 2013 The analysis of inverted pendulum control and its other applications

More information

A Neuro-Fuzzy Classifier for Intrusion Detection Systems

A Neuro-Fuzzy Classifier for Intrusion Detection Systems . 11 th International CSI Computer Conference (CSICC 2006), School of Computer Science, IPM, Jan. 24-26, 2006, Tehran, Iran. A Neuro-Fuzzy Classifier for Intrusion Detection Systems Adel Nadjaran Toosi

More information

Neuro-fuzzy systems 1

Neuro-fuzzy systems 1 1 : Trends and Applications International Conference on Control, Engineering & Information Technology (CEIT 14), March 22-25, Tunisia Dr/ Ahmad Taher Azar Assistant Professor, Faculty of Computers and

More information

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION M. Hanmandlu Multimedia University Jalan Multimedia 63100, Cyberjaya Selangor, Malaysia E-mail:madasu.hanmandlu@mmu.edu.my M. Vamsi Krishna Dept.

More information

ANFIS: Adaptive Neuro-Fuzzy Inference System- A Survey

ANFIS: Adaptive Neuro-Fuzzy Inference System- A Survey International Journal of Computer Applications (0975 8887) Volume 123 No.13, August 2015 ANFIS: Adaptive Neuro-Fuzzy Inference System- A Survey Navneet Walia Department of Electronics & Communication,

More information

Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning

Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning International Journal of Computing and Digital Systems ISSN (2210-142X) Int. J. Com. Dig. Sys. 4, No.4 (Oct-2015) Takagi-Sugeno Fuzzy System Accuracy Improvement with A Two Stage Tuning Hassan M. Elragal

More information

FUZZY INFERENCE SYSTEMS

FUZZY INFERENCE SYSTEMS CHAPTER-IV FUZZY INFERENCE SYSTEMS Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. The mapping then provides a basis from which decisions can

More information

fuzzylite a fuzzy logic control library in C++

fuzzylite a fuzzy logic control library in C++ fuzzylite a fuzzy logic control library in C++ Juan Rada-Vilela jcrada@fuzzylite.com Abstract Fuzzy Logic Controllers (FLCs) are software components found nowadays within well-known home appliances such

More information

ANFIS: ADAPTIVE-NETWORK-BASED FUZZY INFERENCE SYSTEMS (J.S.R. Jang 1993,1995) bell x; a, b, c = 1 a

ANFIS: ADAPTIVE-NETWORK-BASED FUZZY INFERENCE SYSTEMS (J.S.R. Jang 1993,1995) bell x; a, b, c = 1 a ANFIS: ADAPTIVE-NETWORK-ASED FUZZ INFERENCE SSTEMS (J.S.R. Jang 993,995) Membership Functions triangular triangle( ; a, a b, c c) ma min = b a, c b, 0, trapezoidal trapezoid( ; a, b, a c, d d) ma min =

More information

Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach

Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach Identification of Vehicle Class and Speed for Mixed Sensor Technology using Fuzzy- Neural & Genetic Algorithm : A Design Approach Prashant Sharma, Research Scholar, GHRCE, Nagpur, India, Dr. Preeti Bajaj,

More information

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS 4.1. INTRODUCTION This chapter includes implementation and testing of the student s academic performance evaluation to achieve the objective(s)

More information

Mechanics ISSN Transport issue 1, 2008 Communications article 0214

Mechanics ISSN Transport issue 1, 2008 Communications article 0214 Mechanics ISSN 1312-3823 Transport issue 1, 2008 Communications article 0214 Academic journal http://www.mtc-aj.com PARAMETER ADAPTATION IN A SIMULATION MODEL USING ANFIS Oktavián Strádal, Radovan Soušek

More information

Unit V. Neural Fuzzy System

Unit V. Neural Fuzzy System Unit V Neural Fuzzy System 1 Fuzzy Set In the classical set, its characteristic function assigns a value of either 1 or 0 to each individual in the universal set, There by discriminating between members

More information

Takagi-Sugeno-Kang(zero-order) model for. diagnosis hepatitis disease

Takagi-Sugeno-Kang(zero-order) model for. diagnosis hepatitis disease Journal of Kufa for Mathematics and Computer Vol.,No.3,June, 05, pp 73-84 Takagi-Sugeno-Kang(zero-order) model for diagnosis hepatitis disease Dr. Raidah Salim Computer Science Department, Science College,

More information

NEW HYBRID LEARNING ALGORITHMS IN ADAPTIVE NEURO FUZZY INFERENCE SYSTEMS FOR CONTRACTION SCOUR MODELING

NEW HYBRID LEARNING ALGORITHMS IN ADAPTIVE NEURO FUZZY INFERENCE SYSTEMS FOR CONTRACTION SCOUR MODELING Proceedings of the 4 th International Conference on Environmental Science and Technology Rhodes, Greece, 3-5 September 05 NEW HYBRID LEARNING ALGRITHMS IN ADAPTIVE NEUR FUZZY INFERENCE SYSTEMS FR CNTRACTIN

More information

Rainfall-runoff modelling of a watershed

Rainfall-runoff modelling of a watershed Rainfall-runoff modelling of a watershed Pankaj Kumar Devendra Kumar GBPUA & T Pantnagar (US Nagar),India Abstract In this study an adaptive neuro-fuzzy inference system was used for rainfall-runoff modelling

More information

Research Article Prediction of Surface Roughness in End Milling Process Using Intelligent Systems: A Comparative Study

Research Article Prediction of Surface Roughness in End Milling Process Using Intelligent Systems: A Comparative Study Applied Computational Intelligence and Soft Computing Volume 2, Article ID 83764, 8 pages doi:.55/2/83764 Research Article Prediction of Surface Roughness in End Milling Process Using Intelligent Systems:

More information

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system D. K. Somwanshi, Mohit Srivastava, R.Panchariya Abstract: Here modeling and simulation study of basically two control strategies

More information

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Asian Journal of Applied Sciences (ISSN: 232 893) Volume 2 Issue 3, June 24 Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Bayadir Abbas AL-Himyari, Azman Yasin 2

More information

Automatic Generation of Fuzzy Classification Rules from Data

Automatic Generation of Fuzzy Classification Rules from Data Automatic Generation of Fuzzy Classification Rules from Data Mohammed Al-Shammaa 1 and Maysam F. Abbod Abstract In this paper, we propose a method for automatic generation of fuzzy rules for data classification.

More information

CHAPTER 5 FUZZY LOGIC CONTROL

CHAPTER 5 FUZZY LOGIC CONTROL 64 CHAPTER 5 FUZZY LOGIC CONTROL 5.1 Introduction Fuzzy logic is a soft computing tool for embedding structured human knowledge into workable algorithms. The idea of fuzzy logic was introduced by Dr. Lofti

More information

Fault Detection and Classification in Transmission Lines Using ANFIS

Fault Detection and Classification in Transmission Lines Using ANFIS Minia University From the SelectedWorks of Dr. Adel A. Elbaset Summer July 17, 2009 Fault Detection and Classification in Transmission Lines Using ANFIS Dr. Adel A. Elbaset, Minia University Prof. Dr.

More information

Amrit Kaur Assistant Professor Department Of Electronics and Communication Punjabi University Patiala, India

Amrit Kaur Assistant Professor Department Of Electronics and Communication Punjabi University Patiala, India Volume 4, Issue 7, July 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Neuro-Fuzzy Based

More information

Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines

Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines Tamer S. Kamel M. A. Moustafa Hassan Electrical Power and Machines Department, Faculty of Engineering, Cairo

More information

Types of Expert System: Comparative Study

Types of Expert System: Comparative Study Types of Expert System: Comparative Study Viral Nagori, Bhushan Trivedi GLS Institute of Computer Technology (MCA), India Email: viral011 {at} yahoo.com ABSTRACT--- The paper describes the different classifications

More information

CHAPTER 3 A FAST K-MODES CLUSTERING ALGORITHM TO WAREHOUSE VERY LARGE HETEROGENEOUS MEDICAL DATABASES

CHAPTER 3 A FAST K-MODES CLUSTERING ALGORITHM TO WAREHOUSE VERY LARGE HETEROGENEOUS MEDICAL DATABASES 70 CHAPTER 3 A FAST K-MODES CLUSTERING ALGORITHM TO WAREHOUSE VERY LARGE HETEROGENEOUS MEDICAL DATABASES 3.1 INTRODUCTION In medical science, effective tools are essential to categorize and systematically

More information

A New Class of ANFIS based Channel Equalizers for Mobile Communication Systems

A New Class of ANFIS based Channel Equalizers for Mobile Communication Systems A New Class of ANFIS based Channel Equalizers for Mobile Communication Systems K.C.Raveendranathan Department of Electronics and Communication Engineering, Government Engineering College Barton Hill, Thiruvananthapuram-695035.

More information

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Electrical Engineering Dept., Université Laval, Quebec City (Quebec) Canada G1K 7P4, E-mail: darab@gel.ulaval.ca

More information

INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN ENGINEERING AND TECHNOLOGY. Application of Fuzzy Clustering Technique Using Medical Image Processing

INTERNATIONAL JOURNAL FOR ADVANCE RESEARCH IN ENGINEERING AND TECHNOLOGY. Application of Fuzzy Clustering Technique Using Medical Image Processing Application of Fuzzy Clustering Technique Using Medical Image Processing TARUN DHAR DIWAN 1, KAMLESH LEHRE, BHARTI DWIVEDI 3 1 Dr.C.V.RAMAN UNIVERSITY, BILASPUR, INDIA ASSISTANT PROFESSOR DEPTT.OF ENGINEERING

More information

Input Selection for ANFIS Learning. Jyh-Shing Roger Jang

Input Selection for ANFIS Learning. Jyh-Shing Roger Jang Input Selection for ANFIS Learning Jyh-Shing Roger Jang (jang@cs.nthu.edu.tw) Department of Computer Science, National Tsing Hua University Hsinchu, Taiwan Abstract We present a quick and straightfoward

More information

INTERNATIONAL RESEARCH JOURNAL OF MULTIDISCIPLINARY STUDIES

INTERNATIONAL RESEARCH JOURNAL OF MULTIDISCIPLINARY STUDIES STUDIES & SPPP's, Karmayogi Engineering College, Pandharpur Organize National Conference Special Issue March 2016 Neuro-Fuzzy System based Handwritten Marathi System Numerals Recognition 1 Jayashri H Patil(Madane),

More information

ESSENTIALLY, system modeling is the task of building

ESSENTIALLY, system modeling is the task of building IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 53, NO. 4, AUGUST 2006 1269 An Algorithm for Extracting Fuzzy Rules Based on RBF Neural Network Wen Li and Yoichi Hori, Fellow, IEEE Abstract A four-layer

More information

Fuzzy rule-based decision making model for classification of aquaculture farms

Fuzzy rule-based decision making model for classification of aquaculture farms Chapter 6 Fuzzy rule-based decision making model for classification of aquaculture farms This chapter presents the fundamentals of fuzzy logic, and development, implementation and validation of a fuzzy

More information

Fuzzy if-then rules fuzzy database modeling

Fuzzy if-then rules fuzzy database modeling Fuzzy if-then rules Associates a condition described using linguistic variables and fuzzy sets to a conclusion A scheme for capturing knowledge that involves imprecision 23.11.2010 1 fuzzy database modeling

More information

Design of Neuro Fuzzy Systems

Design of Neuro Fuzzy Systems International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 5 (2013), pp. 695-700 International Research Publication House http://www.irphouse.com Design of Neuro Fuzzy

More information

Research Article International Journals of Advanced Research in Computer Science and Software Engineering ISSN: X (Volume-7, Issue-6)

Research Article International Journals of Advanced Research in Computer Science and Software Engineering ISSN: X (Volume-7, Issue-6) International Journals of Advanced Research in Computer Science and Software Engineering Research Article June 17 Artificial Neural Network in Classification A Comparison Dr. J. Jegathesh Amalraj * Assistant

More information

* The terms used for grading are: - bad - good

* The terms used for grading are: - bad - good Hybrid Neuro-Fuzzy Systems or How to Combine German Mechanics with Italian Love by Professor Michael Negnevitsky University of Tasmania Introduction Contents Heterogeneous Hybrid Systems Diagnosis of myocardial

More information

Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness (SR) prediction of Mild Steel during Turning

Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness (SR) prediction of Mild Steel during Turning Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness () prediction of Mild Steel during Turning ABSTRACT Ashwani Kharola Institute of Technology Management (ITM) Defence Research

More information

Fuzzy Mod. Department of Electrical Engineering and Computer Science University of California, Berkeley, CA Generalized Neural Networks

Fuzzy Mod. Department of Electrical Engineering and Computer Science University of California, Berkeley, CA Generalized Neural Networks From: AAAI-91 Proceedings. Copyright 1991, AAAI (www.aaai.org). All rights reserved. Fuzzy Mod Department of Electrical Engineering and Computer Science University of California, Berkeley, CA 94 720 1

More information

TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC

TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC TOOL WEAR CONDITION MONITORING IN TAPPING PROCESS BY FUZZY LOGIC Ratchapon Masakasin, Department of Industrial Engineering, Faculty of Engineering, Kasetsart University, Bangkok 10900 E-mail: masakasin.r@gmail.com

More information

MARS: Still an Alien Planet in Soft Computing?

MARS: Still an Alien Planet in Soft Computing? MARS: Still an Alien Planet in Soft Computing? Ajith Abraham and Dan Steinberg School of Computing and Information Technology Monash University (Gippsland Campus), Churchill 3842, Australia Email: ajith.abraham@infotech.monash.edu.au

More information

FUZZY INFERENCE. Siti Zaiton Mohd Hashim, PhD

FUZZY INFERENCE. Siti Zaiton Mohd Hashim, PhD FUZZY INFERENCE Siti Zaiton Mohd Hashim, PhD Fuzzy Inference Introduction Mamdani-style inference Sugeno-style inference Building a fuzzy expert system 9/29/20 2 Introduction Fuzzy inference is the process

More information

Designed By: Milad Niaz Azari

Designed By: Milad Niaz Azari Designed By: Milad Niaz Azari 88123916 The techniques of artificial intelligence based in fuzzy logic and neural networks are frequently applied together The reasons to combine these two paradigms come

More information

Figure 2-1: Membership Functions for the Set of All Numbers (N = Negative, P = Positive, L = Large, M = Medium, S = Small)

Figure 2-1: Membership Functions for the Set of All Numbers (N = Negative, P = Positive, L = Large, M = Medium, S = Small) Fuzzy Sets and Pattern Recognition Copyright 1998 R. Benjamin Knapp Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that

More information

CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC

CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC CHAPTER 6 SOLUTION TO NETWORK TRAFFIC PROBLEM IN MIGRATING PARALLEL CRAWLERS USING FUZZY LOGIC 6.1 Introduction The properties of the Internet that make web crawling challenging are its large amount of

More information

On the use of Fuzzy Logic Controllers to Comply with Virtualized Application Demands in the Cloud

On the use of Fuzzy Logic Controllers to Comply with Virtualized Application Demands in the Cloud On the use of Fuzzy Logic Controllers to Comply with Virtualized Application Demands in the Cloud Kyriakos M. Deliparaschos Cyprus University of Technology k.deliparaschos@cut.ac.cy Themistoklis Charalambous

More information

ARTIFICIAL INTELLIGENCE. Uncertainty: fuzzy systems

ARTIFICIAL INTELLIGENCE. Uncertainty: fuzzy systems INFOB2KI 2017-2018 Utrecht University The Netherlands ARTIFICIAL INTELLIGENCE Uncertainty: fuzzy systems Lecturer: Silja Renooij These slides are part of the INFOB2KI Course Notes available from www.cs.uu.nl/docs/vakken/b2ki/schema.html

More information

CHAPTER Introduction I

CHAPTER Introduction I CHAPTER-3 ARTIFICIAL NEURAL NETWORK AND NEURO-FUZZY MODELLING OF HOT EXTRUSION PROCESS, EQUAL CHANNEL ANGULAR PRESSING, ORTHOGONAL CUTTING PROCESS AND END MILLING PROCESS 3.1 Introduction I ntelligent

More information

Neural Networks Lesson 9 - Fuzzy Logic

Neural Networks Lesson 9 - Fuzzy Logic Neural Networks Lesson 9 - Prof. Michele Scarpiniti INFOCOM Dpt. - Sapienza University of Rome http://ispac.ing.uniroma1.it/scarpiniti/index.htm michele.scarpiniti@uniroma1.it Rome, 26 November 2009 M.

More information

Analysis of Fuzzy Rule Optimization Models

Analysis of Fuzzy Rule Optimization Models Analysis of Fuzzy Rule Optimization Models Amudha J #1, D Radha #2, Smitha S #3 # Department of Computer Science and Engineering Amrita School of Engineering, Amrita Vishwa Vidyapeetham, Bangalore, Karnataka,

More information

FUZZY LOGIC TECHNIQUES. on random processes. In such situations, fuzzy logic exhibits immense potential for

FUZZY LOGIC TECHNIQUES. on random processes. In such situations, fuzzy logic exhibits immense potential for FUZZY LOGIC TECHNIQUES 4.1: BASIC CONCEPT Problems in the real world are quite often very complex due to the element of uncertainty. Although probability theory has been an age old and effective tool to

More information

INTERPRETATION OF NOISE POLLUTION EFFECTS ON HUMAN BEING USING FUZZY LOGIC TECHNIQUES

INTERPRETATION OF NOISE POLLUTION EFFECTS ON HUMAN BEING USING FUZZY LOGIC TECHNIQUES Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 4, April 2015,

More information

Fuzzy Based composition Control of Distillation Column

Fuzzy Based composition Control of Distillation Column Fuzzy Based composition Control of Distillation Column Guru.R 1, Arumugam.A 2, Balasubramanian.G 3, Balaji.V.S 4 School of Electrical and Electronics Engineering, SASTRA University, Tirumalaisamudram,

More information

12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY An On-Line Self-Constructing Neural Fuzzy Inference Network and Its Applications

12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY An On-Line Self-Constructing Neural Fuzzy Inference Network and Its Applications 12 IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 1, FEBRUARY 1998 An On-Line Self-Constructing Neural Fuzzy Inference Network Its Applications Chia-Feng Juang Chin-Teng Lin Abstract A self-constructing

More information

A Comparative Study of Prediction of Inverse Kinematics Solution of 2-DOF, 3-DOF and 5-DOF Redundant Manipulators by ANFIS

A Comparative Study of Prediction of Inverse Kinematics Solution of 2-DOF, 3-DOF and 5-DOF Redundant Manipulators by ANFIS IJCS International Journal of Computer Science and etwork, Volume 3, Issue 5, October 2014 ISS (Online) : 2277-5420 www.ijcs.org 304 A Comparative Study of Prediction of Inverse Kinematics Solution of

More information

A Neuro-Fuzzy Application to Power System

A Neuro-Fuzzy Application to Power System 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore A Neuro-Fuzzy Application to Power System Ahmed M. A. Haidar 1, Azah Mohamed 2, Norazila

More information

Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary

Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary Negnevitsky, Pearson Education, 25 Fuzzy inference The most commonly used fuzzy inference

More information

Improving interpretability in approximative fuzzy models via multi-objective evolutionary algorithms.

Improving interpretability in approximative fuzzy models via multi-objective evolutionary algorithms. Improving interpretability in approximative fuzzy models via multi-objective evolutionary algorithms. Gómez-Skarmeta, A.F. University of Murcia skarmeta@dif.um.es Jiménez, F. University of Murcia fernan@dif.um.es

More information

Fuzzy Systems (1/2) Francesco Masulli

Fuzzy Systems (1/2) Francesco Masulli (1/2) Francesco Masulli DIBRIS - University of Genova, ITALY & S.H.R.O. - Sbarro Institute for Cancer Research and Molecular Medicine Temple University, Philadelphia, PA, USA email: francesco.masulli@unige.it

More information

A Framework of Adaptive T-S type Rough-Fuzzy Inference Systems (ARFIS)

A Framework of Adaptive T-S type Rough-Fuzzy Inference Systems (ARFIS) A Framework of Adaptive T-S type Rough-Fuzzy Inference Systems (ARFIS) Chang Su Lee B.S. Electronic Engineering M.S. Electrical and Computer Engineering This thesis is presented for the degree of Doctor

More information

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Proceedings in Manufacturing Systems, Volume 10, Issue 2, 2015, 59 64 ISSN 2067-9238 SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Uros ZUPERL 1,*, Tomaz IRGOLIC 2, Franc CUS 3 1) Assist.

More information

Predicting Porosity through Fuzzy Logic from Well Log Data

Predicting Porosity through Fuzzy Logic from Well Log Data International Journal of Petroleum and Geoscience Engineering (IJPGE) 2 (2): 120- ISSN 2289-4713 Academic Research Online Publisher Research paper Predicting Porosity through Fuzzy Logic from Well Log

More information

Trajectory Estimation and Control of Vehicle using Neuro-Fuzzy Technique

Trajectory Estimation and Control of Vehicle using Neuro-Fuzzy Technique IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.2, February 2013 105 Trajectory Estimation and Control of Vehicle using Neuro-Fuzzy Technique Boumediene Selma and Samira

More information

Analytical model A structure and process for analyzing a dataset. For example, a decision tree is a model for the classification of a dataset.

Analytical model A structure and process for analyzing a dataset. For example, a decision tree is a model for the classification of a dataset. Glossary of data mining terms: Accuracy Accuracy is an important factor in assessing the success of data mining. When applied to data, accuracy refers to the rate of correct values in the data. When applied

More information

Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning. DKS - Module 7. Why fuzzy thinking?

Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning. DKS - Module 7. Why fuzzy thinking? Fuzzy Systems Overview: Literature: Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning chapter 4 DKS - Module 7 1 Why fuzzy thinking? Experts rely on common sense to solve problems Representation of vague,

More information

ANFIS based HVDC control and fault identification of HVDC converter

ANFIS based HVDC control and fault identification of HVDC converter HAIT Journal of Science and Engineering B, Volume 2, Issues 5-6, pp. 673-689 Copyright C 2005 Holon Academic Institute of Technology ANFIS based HVDC control and fault identification of HVDC converter

More information

Automatic Generation of Fuzzy Classification Rules Using Granulation-Based Adaptive Clustering

Automatic Generation of Fuzzy Classification Rules Using Granulation-Based Adaptive Clustering Automatic Generation of Fuzzy Classification Rules Using Granulation-Based Adaptive Clustering Mohammed Al-Shammaa*, Maysam F. Abbod Department of Electronic and Computer Engineering Brunel University

More information

Fuzzy Model for Optimizing Strategic Decisions using Matlab

Fuzzy Model for Optimizing Strategic Decisions using Matlab 270 Fuzzy Model for Optimizing Strategic Decisions using Matlab Amandeep Kaur 1, Vinay Chopra 2 1 M.Tech Student, 2 Assistant Professor, DAV Institute of Engineering. & Technology, Jalandhar Abstract:-

More information

Chapter 4 Fuzzy Logic

Chapter 4 Fuzzy Logic 4.1 Introduction Chapter 4 Fuzzy Logic The human brain interprets the sensory information provided by organs. Fuzzy set theory focus on processing the information. Numerical computation can be performed

More information

APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB

APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB APPLICATIONS OF INTELLIGENT HYBRID SYSTEMS IN MATLAB Z. Dideková, S. Kajan Institute of Control and Industrial Informatics, Faculty of Electrical Engineering and Information Technology, Slovak University

More information

Introduction 3 Fuzzy Inference. Aleksandar Rakić Contents

Introduction 3 Fuzzy Inference. Aleksandar Rakić Contents Beograd ETF Fuzzy logic Introduction 3 Fuzzy Inference Aleksandar Rakić rakic@etf.rs Contents Mamdani Fuzzy Inference Fuzzification of the input variables Rule evaluation Aggregation of rules output Defuzzification

More information

i-miner: A Web Usage Mining Framework Using Neuro-Genetic-Fuzzy Approach

i-miner: A Web Usage Mining Framework Using Neuro-Genetic-Fuzzy Approach i-miner: A Web Usage Mining Framework Using Neuro-Genetic-Fuzzy Approach Ajith Abraham and Xiaozhe Wang* Department of Computer Science, Oklahoma State University, 700 N Greenwood Avenue, Tulsa, OK 74106-0700,

More information

Aircraft Landing Control Using Fuzzy Logic and Neural Networks

Aircraft Landing Control Using Fuzzy Logic and Neural Networks Aircraft Landing Control Using Fuzzy Logic and Neural Networks Elvira Lakovic Intelligent Embedded Systems elc10001@student.mdh.se Damir Lotinac Intelligent Embedded Systems dlc10001@student.mdh.se ABSTRACT

More information

Position Tracking Using Fuzzy Logic

Position Tracking Using Fuzzy Logic Position Tracking Using Fuzzy Logic Mohommad Asim Assistant Professor Department of Computer Science MGM College of Technology, Noida, Uttar Pradesh, India Riya Malik Student, Department of Computer Science

More information

Machine Learning & Statistical Models

Machine Learning & Statistical Models Astroinformatics Machine Learning & Statistical Models Neural Networks Feed Forward Hybrid Decision Analysis Decision Trees Random Decision Forests Evolving Trees Minimum Spanning Trees Perceptron Multi

More information

Fuzzy Logic Controller

Fuzzy Logic Controller Fuzzy Logic Controller Debasis Samanta IIT Kharagpur dsamanta@iitkgp.ac.in 23.01.2016 Debasis Samanta (IIT Kharagpur) Soft Computing Applications 23.01.2016 1 / 34 Applications of Fuzzy Logic Debasis Samanta

More information

Interval Type 2 Fuzzy Logic System: Construction and Applications

Interval Type 2 Fuzzy Logic System: Construction and Applications Interval Type 2 Fuzzy Logic System: Construction and Applications Phayung Meesad Faculty of Information Technology King Mongkut s University of Technology North Bangkok (KMUTNB) 5/10/2016 P. Meesad, JSCI2016,

More information

Genetic Tuning for Improving Wang and Mendel s Fuzzy Database

Genetic Tuning for Improving Wang and Mendel s Fuzzy Database Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Genetic Tuning for Improving Wang and Mendel s Fuzzy Database E. R. R. Kato, O.

More information

Intelligent Control. 4^ Springer. A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms. Nazmul Siddique.

Intelligent Control. 4^ Springer. A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms. Nazmul Siddique. Nazmul Siddique Intelligent Control A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms Foreword by Bernard Widrow 4^ Springer Contents 1 Introduction 1 1.1 Intelligent Control

More information

Fuzzy Based Decision System for Gate Limiter of Hydro Power Plant

Fuzzy Based Decision System for Gate Limiter of Hydro Power Plant International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 5, Number 2 (2012), pp. 157-166 International Research Publication House http://www.irphouse.com Fuzzy Based Decision

More information

Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach

Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach 2018 Second IEEE International Conference on Robotic Computing Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach

More information

Fuzzy Logic Using Matlab

Fuzzy Logic Using Matlab Fuzzy Logic Using Matlab Enrique Muñoz Ballester Dipartimento di Informatica via Bramante 65, 26013 Crema (CR), Italy enrique.munoz@unimi.it Material Download slides data and scripts: https://homes.di.unimi.it/munoz/teaching.html

More information

A STUDY OF SOME DATA MINING CLASSIFICATION TECHNIQUES

A STUDY OF SOME DATA MINING CLASSIFICATION TECHNIQUES A STUDY OF SOME DATA MINING CLASSIFICATION TECHNIQUES Narsaiah Putta Assistant professor Department of CSE, VASAVI College of Engineering, Hyderabad, Telangana, India Abstract Abstract An Classification

More information

MODELING OF MACHINING PROCESS USING ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM (ANFIS) TO PREDICT PROCESS OUTPUT VARIABLES: A REVIEW

MODELING OF MACHINING PROCESS USING ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM (ANFIS) TO PREDICT PROCESS OUTPUT VARIABLES: A REVIEW International Journal of Mechanical and Materials Engineering (IJMME), Vol.6 (2011), No.2, 178-182 MODELING OF MACHINING PROCESS USING ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM (ANFIS) TO PREDICT PROCESS OUTPUT

More information

Fuzzy Signature Neural Networks for Classification: Optimising the Structure

Fuzzy Signature Neural Networks for Classification: Optimising the Structure Fuzzy Signature Neural Networks for Classification: Optimising the Structure Tom Gedeon, Xuanying Zhu, Kun He, and Leana Copeland Research School of Computer Science, College of Engineering and Computer

More information

Application of Or-based Rule Antecedent Fuzzy Neural Networks to Iris Data Classification Problem

Application of Or-based Rule Antecedent Fuzzy Neural Networks to Iris Data Classification Problem Vol.1 (DTA 016, pp.17-1 http://dx.doi.org/10.157/astl.016.1.03 Application of Or-based Rule Antecedent Fuzzy eural etworks to Iris Data Classification roblem Chang-Wook Han Department of Electrical Engineering,

More information

Fuzzy Reasoning. Outline

Fuzzy Reasoning. Outline Fuzzy Reasoning Outline Introduction Bivalent & Multivalent Logics Fundamental fuzzy concepts Fuzzification Defuzzification Fuzzy Expert System Neuro-fuzzy System Introduction Fuzzy concept first introduced

More information