Fuzzy Modeling with Emphasis on Analog Hardware Implementation Part I: Design

Size: px
Start display at page:

Download "Fuzzy Modeling with Emphasis on Analog Hardware Implementation Part I: Design"

Transcription

1 Fuzzy Modeling with Emphasis on Analog Hardware Implementation Part I: Design SHAKTI KUMAR Haryana Engineering College Jagadhari, Yamunanagar INDIA K.K. AGGARWAL GGS Indraprastha University Delhi INDIA ARUN KHOSLA Department of Electronics and Communication Engineering National Institute of Technology Jalandhar INDIA Abstract: - In this paper, a new approach of fuzzy modeling with emphasis on analog hardware implementation is suggested. In the suggested approach, the input space of each input variable is partitioned independently through the modified form of fuzzy c-means (FCM) clustering algorithm to generate the membership functions. By considering all the possible combinations between the membership functions of the input variables and the cluster centers, the complete rule-base is generated through reference to the available input-output data. The output membership functions are taken to be singletons for easy and straightforward implementation in analog domain. The created rule-base is then optimized through the exhaustive search techniques suggested by the authors. The suggested approach has been applied on fuzzy controller data for rapid Nickel-Cadmium batteries charger developed [1]. The data for the batteries charger has been obtained through experimentation with an objective to charge the batteries as fast as possible. Special purpose analog modules, designed by the authors and realized with operational amplifiers (op-amps), diodes, resistors are considered for hardware implementation. The proposed fuzzy modeling design approach is described in Part I. Part II describes the synthesis and analog implementation. Key Words: - fuzzy modeling, FCM, membership functions, analog modules 1 Introduction Fuzzy models are generally identified through following two approaches: 1) Knowledge-driven design, in which the fuzzy system is identified using the human knowledge 2) Data-driven design, in which the fuzzy system is derived from the input-output data Design and implementation of a fuzzy system depends on the application towards which it is addressed. Non-real time applications like data-analysis or 1

2 decision-making are software implemented on a personal computer and provide a high flexibility since they support fuzzy systems with an arbitrary number of rules, without any limitations concerning number and types of membership functions and wide range of inferencing mechanisms. Fuzzy logic toolbox for Matlab is such an application package. On the other hand real-time applications are generally implemented using general-purpose processors. Although the fuzzy systems are inherently parallel systems, but generalpurpose processors are exclusively sequential and the three processing stages of a fuzzy system viz. fuzzification, inference and defuzzification are performed serially thus resulting in a high response time. Fuzzy chips employing parallel architectures [2] have been proposed in order to reduce the processing time and both analog and digital techniques are used for implementation. These chips are costly and don t provide any flexibility for accommodating more number of input & output variables and fuzzy rules than the specified numbers. Analog circuits have been found to very attractive for implementing arithmetic functions used in fuzzy controllers. Parallelism can be employed through analog circuits and hence they offer the advantage of high speed. Analog fuzzy modules are general modules for fuzzification such as membership function generating circuits, modules related to inference engine, such as fuzzy operator implementation circuits and defuzzification circuits. The modules can be organized by designer to implement fuzzy controller specific to his particular application. The implementation through analog fuzzy modules is very flexible, since it is capable of accommodating any number of input and output variables in contrast to fuzzy chips, where number of inputs and outputs are fixed. This paper presents a new fuzzy modeling approach with emphasis on analog hardware implementation. General-purpose analog fuzzy modules are considered for implementation. This paper is organized as follows. In Section 2, the algorithm for building fuzzy model from the available inputoutput data is explained. The created fuzzy model may contain certain redundant rules, which can be identified and removed through the exhaustive search technique suggested by the authors. The exhaustive search technique is discussed in Section 3, which is applied on the rule-base generated. Section 4 compares the hardware requirements of the reduced system with the system considering all the rules. Finally, conclusions are drawn in Section 5. 2 The Proposed Algorithm STEP I: Generation of the Membership functions and cluster centers through the modified FCM algorithm Fuzzy clustering algorithms [3, 4, 5] are unsupervised algorithms used for partitioning the data into a pre-defined number of clusters with fuzzy boundaries and are used extensively for classification, approximation problems and recognition of geometrical shapes in image processing. Consider the data matrix Z consists of vectors z k, k=1, 2,.,N, contained in its column and each vector is n-tuple. These vectors are partitioned into c clusters, 2

3 and clusters are represented by prototype vectors, v i = [v i1, v i2,.,v in ] T R n, i = 1, c. Prototype matrix is represented by V and has v i in its i th -column. The fuzzy partition is represented by the matrix U R c x N, whose element, µ i,k [0,1] and represents the membership degree of the data vector z k in i th -cluster. FCM clustering algorithm partitions the data Z into c overlapping clusters so as to minimize the objective function defined in equation (1). c N m 2 J ( Z; V, U ) = ( µ ) d ( z, v ) (1) i= 1 k = 1 i, k k i The exponent m (1, ) determines the fuzziness of the clusters and for most of the applications, m=2 [4]. d( z k, vi ) defines the distance of data vector zk from the cluster prototype v i. The minimization of equation (1) is carried out subject to the constraints defined in equations (2) & (3). c i= 1 µ 1, k=1,.,n (2) i, k = N 0 < µ i, k < N, i=1,.,c (3) k = 1 Equation (2) implies that the membership coefficients for each data point must add to unity and equation (3) ensures that the clusters are neither empty nor contain all the points to degree 1. The application of FCM algorithm implies the minimization of equation (1) subject to the constraints defined in equations (2) & (3) and leads to the finding fuzzy partition matrix U, and prototype matrix V. Some important observations about FCM [6] are: i) FCM always converges for m>1 ii) iii) FCM finds local minima of the objective function, because it is derived from the gradient of the objective function The results of FCM not only depends on the parameters m & c, but also on the choice of initial prototypes Following parameters are to be defined by the user for applying FCM algorithm: 1. Number of clusters (c) 2. m (>1) 3. termination criteria, ε (say)>0 In the modified clustering algorithm, the partitioning of each input variable is done independently i.e data matrix Z represents one-dimensional data. The modified FCM algorithms is listed as below: Step 1: Initialize partition matrix U (0) (cxn) U = [µ ik ] Step 2: At step r calculate cluster center V (r) =[ v ij ], using v n k = 1 ij = n µ x k = 1 m ik µ m ik kj, j= 1, 2, 3.. m Step 3: Update partition matrix for r th step by 1 1 ( ) ( ) 2 /( 1) r+ = c r r m µ ik ( d ik / d jk ) for I k = φ j= 1 µ r+1 ik = 0, for all classes I, where I Є I k where I k ={i 2 c n; d ik (r ) =0} and I k ={1,2.,c} - I k Step 4: If U (r+1) - U (r) ε,stop; else set r=r+1 and return to step 2. 3

4 Step 5: Find the cluster centers V 1 and V 2 where, V 1 is the cluster center with minimum distance from the first data point V 2 is the cluster center with maximum distance from the first data point Step 6: For V 1 : If µ i1 = 0.0 then z=c+1 µ zk = 1- µ ik for x k < V 1 else µ zk = 1 for x k < V 1 where, k= 1,2..n Figure 1. Membership functions for the input variable Temperature (T) For V 2 : If µ in = 0.0 then z=c+1 µ zk = 1- µ ik for x k > V 2 else µ zk = 1 for x k > V 2 where, k= 1,2..n The purpose of this step is to place membership functions with appropriate shape at the two extremes. The modified FCM algorithm is applied on the battery charger data. The membership functions generated are shown in figures 1 and 2 for the two input variables viz. temperature and temperature gradient respectively. For the input variable temperature, 12 clusters were defined and for the other input variable temperature gradient, 4 clusters were taken. The cluster centers for the two input variables are shown in Table 1. In an air-conditioning environment, the ambient temperature is close to 25 o C, the universe of discourse for the variable temperature has been taken from o C, in contrast to the training data, where the values are between 0-50 o C. Figure 2. Membership functions for the input variable Temperature gradient (dt) STEP II: Generating Rule-base from the cluster centers generated in the Step I and training data From the cluster centers generated in the Step I and the training data available, rules can be generated. The number of rules generated for the given case are 12x4=48. The rules generated are represented as fuzzy associated memory and are shown in Table. 2. The rules can be read as under: Rule 1 If T is T1 and dt is dt1 then Charging current is 8 Rule 2 If T is T2 and dt is dt1 then Charging current is 8 4

5 Table 1: Cluster Centres Temperature Cluster number Cluster Centre Temprature Gradient Cluster number Cluster Centre This is in contrast to the approach suggested by Mendel et. al [8, 9], where a rule is generated corresponding to every data point. A fuzzy rule base, be it generated from experts or by some learning or identification schemes may contain redundant, weakly contributing or outright inconsistent rules. It is therefore, highly desirable to extract the more pertinent elements of a given rule set. Researchers have formulated various techniques for this objective, yet there is no uniformly accepted approach for designing a fuzzy rule set efficiently and effectively. Various orthogonal transformation methods [10, 11, 12, 13, 14] have been proposed for selecting important fuzzy rules from a given rule base. K. Nozaki et.al [15] proposed a method for automatically generating fuzzy if-then rules from numerical data. Genetic algorithms have also been used [16, 17, 18, 19, 20, 21, 22, 23, 24] for optimizing fuzzy membership functions and fuzzy rule base. In this paper, the redundant rules are eliminated using the exhaustive search technique proposed by the authors [7]. The technique is explained in the following section. 3 Exhaustive Search Algorithm [7] Exhaustive Search Technique is based on the identity + Y =, which means that the term Y is contained in and is not affecting the output and hence can be dropped. The proposed algorithm involves searching for such rule combinations where variables can be dropped and the rules can be merged to get a reduced rule-base. The exhaustive search algorithm is easy to apply if all the membership functions corresponding to input variables are listed in sequence. The algorithm searches such rule groupings, in which only one of the input variables is changing and all the consequents are similar. If all the rules are listed in sequence, then the rules forming the group based on the above criteria shall be adjacent. Whenever such a grouping is found, one of the variables in the grouping shall be dropped and all the rules in the grouping can be merged to get a single rule. The basic step of the algorithm can be understood from the Table 3. The suggested algorithm searches for such combinations as found for the above three rules and is being represented by (1,2,3), thereby 5

6 Table 2: Fuzzy Rules Generated T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11 T12 dt dt dt dt suggesting that two rules can be dropped and the variable at third position can be removed. Table 3: Rules 1, 2 & 3 in indexed form Rule No. I 1 I 2 I 3 O (1,2,3) Thus the three rules can be replaced by single rule represented in indexed form as under: Rule I 1 I 2 I 3 O No Exhaustive search algorithm is applied on the rule-base generated and is shown in the figure 4. Through this approach, the numbers of rules have been reduced from 48 to 9. The reduced rules are listed as below: Rule No. Rule 1. If T is T1-T7 (merging of membership functions from T1-T7) then output is 8 2. If T is T8 then output is 6 3. If T is T9 and dt is dt1 then output is 4 4. If T is T9 and dt is dt2 then output is 4 5. If T is T9 and dt is dt3 then output is 4 6. If T is T9 and dt is dt4 then output is 4 7. If T is T10 then output is 2 8. If T is T11 then output is 1 9. If T is T12 then output is Hardware Savings The analog fuzzy modules built around op-amp and other components can be organized to realize the fuzzy system designed in Section 2. The organization of these modules to implement the system is shown in figure 5. The numbers of different modules required are listed in Table 4. If the redundant rules are dropped, the hardware requirements shall decrease. Number of different modules required for analog hardware implementation after removing the redundant rules by applying exhaustive search techniques as described in Section 3 are shown in table 5. Table 4 Number of different modules required for analog hardware implementation (without applying exhaustive search algorithm) Membership 16 Function generators Circuits 48 Implication Circuits 48 MA circuit for With 48 inputs defuzzification 6

7 Rule 4 Rule 3 Rule 7 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11 T12 dt dt dt dt Rule 1 Rule 2 Rule 6 Rule 9 Rule 8 Figure 3 Reduced Rule-Base Rule 5 Fuzzification Composition Implication T MF generator MF generator dt MF generator MA (Defuzzification) Crisp Output Figure 4 Organization of analog modules for fuzzy system implementation 7

8 Table 5 Number of different modules required for analog hardware implementation (after applying exhaustive search algorithm) Membership 10 Function generators Circuits 9 Implication 9 Circuits MA circuit for With 9 inputs defuzzification 5 Conclusions In Part I of the paper, we have used modified FCM clustering algorithm to design the fuzzy system from the available input-output data. The designed system is optimized through exhaustive search technique to remove the redundant rules. The approach is especially suitable if the system is to be implemented through analog hardware modules. The results are specific to system under consideration and shall vary from system to system. If the fuzzy system is implemented on a generalpurpose microprocessor, the reduced rule-base shall reduce the processing time. In part II, the synthesis and implementation of the design is presented. References [1]. Arun Khosla, Shakti Kumar and K.K. Aggarwal, Design and Development of RFC-10: A Fuzzy Logic Based Rapid Battery Charger for Nickel-Cadmium Batteries, Proceedings of HiPC 2002 Workshop on Soft Computing (WoSCo'02), Bangalore, India, pp [2]. I. Baturone, Á. Barriga, S. Sánchez- Solano, C.J. Jiménez-Fernández, D.R. Lopez., Microelectronic Design of Fuzzy-Logic Based Systems, CRC Press, [3]. Frank Hoppner, Frank Klawonn, Rudolf Kruse and Thomas Runkler, Fuzzy Cluster Analysis: Methods for Classification, Data Analysis and Image Processing, John Wiley, [4]. H.Hellendoorn, D. Driankov (Eds.), Fuzzy Model Identification: Selected Approaches, Springer, [5]. J.C. Bezdek, Pattern Recognition with Fuzzy Objective Fuzzy Algorithms, Plenum Press, [6]. John Yen and Reza Langari, Fuzzy Logic: Intelligence, Information and Control, Pearson Education, 2003 (First Indian Reprint). [7]. Arun Khosla, Shakti Kumar and K.K. Aggarwal, Hardware Reduction for Fuzzy based Systems Via Exhaustive Search Technique, National Seminar on Emerging Convergent Technologies and Systems (SECTAS-2002), Dayalbagh Educational Institute, Agra, India, March 1-2, [8]. Mendel J.M., Fuzzy Logic Systems for Engineering: A Tutorial, Proceedings of the IEEE, Vol. 83, March pp [9]. Li-in Wang and J.M. Mendel, Generating fuzzy rules by learning from examples, IEEE Transactions on Systems, Man and Cybernetics, Vol. 22, December pp [10]. G.C. Mouzouris and J.M. Mendel, "Designing fuzzy logic systems for uncertain environments using a singular value-qr decomposition method," Proceedings of the Fifth IEEE International Conference on Fuzzy Systems, New Orleans, LA, pp , [11]. J.Yen and L.Wang, "An SVD-based fuzzy model reduction strategy," Proceedings of the Fifth IEEE International conference on Fuzzy Systems, New Orleans, LA, pp ,

9 [12]. J.Yen and L.Wang, "Application of statistical information criteria for optimal fuzzy model construction," IEEE Transactions on Fuzzy Systems, Vol. 6, No. 3, pp , [13]. J. Yen and L. Wang, "Simplifying fuzzy rule-based models using orthogonal transformation methods," IEEE Transactions on Systems, Man and Cybernetics, vol. 29, [14]. Y. Yam, P. Baranyi and C.T. Yang, "Reduction of Fuzzy Rule Base via Singular Value Decomposition," IEEE Transactions on Fuzzy Systems, Vol. 7, No. 2, pp , [15]. Ken Nozaki, Hisao Ishibuchi and H. Tanaka, " A simple but powerful heuristic method for generating fuzzy rules from numerical data," Fuzzy Sets and Systems, Vol. 86, pp , [16]. A. Homaifar and E. McCormick, "Simultaneous design of membership functions and rule sets for fuzzy controllers using genetic algorithms," IEEE Transactions on Fuzzy Systems, vol. 3, no. 2, pp , [17]. M.A. Lee and H. Takagi, "Integrating design stages of fuzzy systems using genetic algorithms," Proceedings Second IEEE International Conference on Fuzzy Systems, pp , [18]. P. Thrift, "Fuzzy logic synthesis with genetic algorithms," Proceedings of Fourth International Conference on Genetic Algorithms, pp , [19]. Y. Shi, R. Eberhart and Y. Chen, "Implementation of Evolutionary Fuzzy Systems," IEEE Transactions on Fuzzy Systems, Vol. 7, No. 2, pp , [20]. H. ue, T. Chong and M. Jamshidi, "Fuzzy Associative Memory Optimization using Genetic Algorithms," Proceedings of International Conference on Fuzzy Systems, Orlando, FL, pp , [21]. W.R. Hwang and W.E. Thompson, "Design of Intelligent Fuzzy Logic Controllers Using Genetic Algorithms," Proceedings of International Conference on Fuzzy Systems, Orlando, FL, pp , [22]. J. Liska and S. Melsheimer, "Complete Design of Fuzzy Logic Systems using Genetic Algorithms," Proceedings of International Conference on Fuzzy Systems, Orlando, FL, pp , [23]. Y.H. Joo, H.S. Hwang, K.B. Kim and K.B. Woo, "Fuzzy system modeling by fuzzy partition and GA hybrid schemes," Fuzzy Sets and Systems, Vol. 86, pp , [24]. C.L. Karr and E.J. Gentry, "Fuzzy Control of ph using genetic algorithms," IEEE Transactions on Fuzzy Systems, Vol. 1, No. 1, pp ,

HARD, SOFT AND FUZZY C-MEANS CLUSTERING TECHNIQUES FOR TEXT CLASSIFICATION

HARD, SOFT AND FUZZY C-MEANS CLUSTERING TECHNIQUES FOR TEXT CLASSIFICATION HARD, SOFT AND FUZZY C-MEANS CLUSTERING TECHNIQUES FOR TEXT CLASSIFICATION 1 M.S.Rekha, 2 S.G.Nawaz 1 PG SCALOR, CSE, SRI KRISHNADEVARAYA ENGINEERING COLLEGE, GOOTY 2 ASSOCIATE PROFESSOR, SRI KRISHNADEVARAYA

More information

Colour Image Segmentation Using K-Means, Fuzzy C-Means and Density Based Clustering

Colour Image Segmentation Using K-Means, Fuzzy C-Means and Density Based Clustering Colour Image Segmentation Using K-Means, Fuzzy C-Means and Density Based Clustering Preeti1, Assistant Professor Kompal Ahuja2 1,2 DCRUST, Murthal, Haryana (INDIA) DITM, Gannaur, Haryana (INDIA) Abstract:

More information

Keywords - Fuzzy rule-based systems, clustering, system design

Keywords - Fuzzy rule-based systems, clustering, system design CHAPTER 7 Application of Fuzzy Rule Base Design Method Peter Grabusts In many classification tasks the final goal is usually to determine classes of objects. The final goal of fuzzy clustering is also

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

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

Learning Fuzzy Rules Using Ant Colony Optimization Algorithms 1

Learning Fuzzy Rules Using Ant Colony Optimization Algorithms 1 Learning Fuzzy Rules Using Ant Colony Optimization Algorithms 1 Jorge Casillas, Oscar Cordón, Francisco Herrera Department of Computer Science and Artificial Intelligence, University of Granada, E-18071

More information

Collaborative Rough Clustering

Collaborative Rough Clustering Collaborative Rough Clustering Sushmita Mitra, Haider Banka, and Witold Pedrycz Machine Intelligence Unit, Indian Statistical Institute, Kolkata, India {sushmita, hbanka r}@isical.ac.in Dept. of Electrical

More information

Abstract- Keywords I INTRODUCTION

Abstract- Keywords I INTRODUCTION Knowledge Extraction from Numerical Data for the Mamdani Type Fuzzy Systems: A BBO Approach Shakti Kumar 1, Parul Narula & Tazeem Ahmed 2 Department of Electronics & instrumentation, Apeejay College of

More information

Equi-sized, Homogeneous Partitioning

Equi-sized, Homogeneous Partitioning Equi-sized, Homogeneous Partitioning Frank Klawonn and Frank Höppner 2 Department of Computer Science University of Applied Sciences Braunschweig /Wolfenbüttel Salzdahlumer Str 46/48 38302 Wolfenbüttel,

More information

Fuzzy Modeling with Emphasis on Analog Hardware Implementation Part II: Synthesis and Implementation

Fuzzy Modeling with Emphasis on Analog Hardware Implementation Part II: Synthesis and Implementation Fuzzy Modeling with Emphasis on Analog Hardware Implementation Part II: Synthesis and Implementation SHAKTI KUMAR, SAVITA WADHAWAN AND NEETIKA OHRI Centre for Advanced Technologies Haryana Engineering

More information

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

Cluster Tendency Assessment for Fuzzy Clustering of Incomplete Data

Cluster Tendency Assessment for Fuzzy Clustering of Incomplete Data EUSFLAT-LFA 2011 July 2011 Aix-les-Bains, France Cluster Tendency Assessment for Fuzzy Clustering of Incomplete Data Ludmila Himmelspach 1 Daniel Hommers 1 Stefan Conrad 1 1 Institute of Computer Science,

More information

Improving the Wang and Mendel s Fuzzy Rule Learning Method by Inducing Cooperation Among Rules 1

Improving the Wang and Mendel s Fuzzy Rule Learning Method by Inducing Cooperation Among Rules 1 Improving the Wang and Mendel s Fuzzy Rule Learning Method by Inducing Cooperation Among Rules 1 J. Casillas DECSAI, University of Granada 18071 Granada, Spain casillas@decsai.ugr.es O. Cordón DECSAI,

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

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

Efficacious approach for satellite image classification

Efficacious approach for satellite image classification Journal of Electrical and Electronics Engineering Research Vol. 3(8), pp. 143-150, October 2011 Available online at http://www.academicjournals.org/jeeer ISSN 2141 2367 2011 Academic Journals Full Length

More information

Fuzzy Ant Clustering by Centroid Positioning

Fuzzy Ant Clustering by Centroid Positioning Fuzzy Ant Clustering by Centroid Positioning Parag M. Kanade and Lawrence O. Hall Computer Science & Engineering Dept University of South Florida, Tampa FL 33620 @csee.usf.edu Abstract We

More information

ECM A Novel On-line, Evolving Clustering Method and Its Applications

ECM A Novel On-line, Evolving Clustering Method and Its Applications ECM A Novel On-line, Evolving Clustering Method and Its Applications Qun Song 1 and Nikola Kasabov 2 1, 2 Department of Information Science, University of Otago P.O Box 56, Dunedin, New Zealand (E-mail:

More information

Rule Base Reduction: Some Comments on the Use of Orthogonal Transforms

Rule Base Reduction: Some Comments on the Use of Orthogonal Transforms IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART C: APPLICATIONS AND REVIEWS, VOL. 31, NO. 2, MAY 2001 199 Rule Base Reduction: Some Comments on the Use of Orthogonal Transforms Magne Setnes, Member,

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

A Fuzzy C-means Clustering Algorithm Based on Pseudo-nearest-neighbor Intervals for Incomplete Data

A Fuzzy C-means Clustering Algorithm Based on Pseudo-nearest-neighbor Intervals for Incomplete Data Journal of Computational Information Systems 11: 6 (2015) 2139 2146 Available at http://www.jofcis.com A Fuzzy C-means Clustering Algorithm Based on Pseudo-nearest-neighbor Intervals for Incomplete Data

More information

Genetic Fuzzy Systems: Basic notions and Tuning Methods

Genetic Fuzzy Systems: Basic notions and Tuning Methods Genetic Fuzzy Systems: Basic notions and Tuning Methods Francisco Herrera Research Group Soft Computing and Intelligent Information Systems Dept. of Computer Science and A.I. University of Granada 18071

More information

Self generated fuzzy membership function using ANN clustering technique

Self generated fuzzy membership function using ANN clustering technique Self generated fuzzy membership function using ANN clustering technique Shruti S. Jamsandekar Department of Computer Studies, SIBER, Kolhapur. (MS), India-416004 Ravindra R. Mudholkar Department of Electronics

More information

Identifying fuzzy systems from numerical data with Xfuzzy

Identifying fuzzy systems from numerical data with Xfuzzy Identifying fuzzy systems from numerical data with Xfuzzy I. Baturone Instituto de Microelectrónica de Sevilla, (IMSE-CNM), y Dept. Electrónica y Electromagnetismo, Univ. de Sevilla (Spain) lumi@imse.cnm.es

More information

^ Springer. Computational Intelligence. A Methodological Introduction. Rudolf Kruse Christian Borgelt. Matthias Steinbrecher Pascal Held

^ Springer. Computational Intelligence. A Methodological Introduction. Rudolf Kruse Christian Borgelt. Matthias Steinbrecher Pascal Held Rudolf Kruse Christian Borgelt Frank Klawonn Christian Moewes Matthias Steinbrecher Pascal Held Computational Intelligence A Methodological Introduction ^ Springer Contents 1 Introduction 1 1.1 Intelligent

More information

Fuzzy Segmentation. Chapter Introduction. 4.2 Unsupervised Clustering.

Fuzzy Segmentation. Chapter Introduction. 4.2 Unsupervised Clustering. Chapter 4 Fuzzy Segmentation 4. Introduction. The segmentation of objects whose color-composition is not common represents a difficult task, due to the illumination and the appropriate threshold selection

More information

POSITION CONTROL OF DC SERVO MOTOR USING FUZZY LOGIC CONTROLLER

POSITION CONTROL OF DC SERVO MOTOR USING FUZZY LOGIC CONTROLLER POSITION CONTROL OF DC SERVO MOTOR USING FUZZY LOGIC CONTROLLER Vinit Nain 1, Yash Nashier 2, Gaurav Gautam 3, Ashwani Kumar 4, Dr. Puneet Pahuja 5 1,2,3 B.Tech. Scholar, 4,5 Asstt. Professor, Deptt. of

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

PROTOTYPING OF FUZZY LOGIC BASED CONTROLLERS USING STANDARD FPGA DEVELOPMENT BOARDS

PROTOTYPING OF FUZZY LOGIC BASED CONTROLLERS USING STANDARD FPGA DEVELOPMENT BOARDS PROTOTYPING OF FUZZY LOGIC BASED CONTROLLERS USING STANDARD FPGA DEVELOPMENT BOARDS S. Sánchez-Solano 1, R. Senhadji 1, A. Cabrera 2, I. Baturone 1, C. J. Jiménez 1, A. Barriga 1 1 Instituto de Microelectrónica

More information

HFCT: A Hybrid Fuzzy Clustering Method for Collaborative Tagging

HFCT: A Hybrid Fuzzy Clustering Method for Collaborative Tagging 007 International Conference on Convergence Information Technology HFCT: A Hybrid Fuzzy Clustering Method for Collaborative Tagging Lixin Han,, Guihai Chen Department of Computer Science and Engineering,

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

Overlapping Clustering: A Review

Overlapping Clustering: A Review Overlapping Clustering: A Review SAI Computing Conference 2016 Said Baadel Canadian University Dubai University of Huddersfield Huddersfield, UK Fadi Thabtah Nelson Marlborough Institute of Technology

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

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

Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets

Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets S. Musikasuwan and J.M. Garibaldi Automated Scheduling, Optimisation and Planning Group University of Nottingham,

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

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

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

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Neural Computation : Lecture 14 John A. Bullinaria, 2015 1. The RBF Mapping 2. The RBF Network Architecture 3. Computational Power of RBF Networks 4. Training

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

Single Cluster Visualization to Optimize Air Traffic Management

Single Cluster Visualization to Optimize Air Traffic Management Single Cluster Visualization to Optimize Air Traffic Management Frank Rehm, Frank Klawonn 2, and Rudolf Kruse 3 German Aerospace Center Lilienthalplatz 7 3808 Braunschweig, Germany frank.rehm@dlr.de 2

More information

Web Based Fuzzy Clustering Analysis

Web Based Fuzzy Clustering Analysis Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 11 (November2014), PP 51-57 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Web Based Fuzzy Clustering Analysis

More information

Self-Optimisation of a Fuzzy Controller with B-Spline Models. Jianwei Zhang and Khac Van Le. Faculty of Technology, University of Bielefeld,

Self-Optimisation of a Fuzzy Controller with B-Spline Models. Jianwei Zhang and Khac Van Le. Faculty of Technology, University of Bielefeld, Self-Optimisation of a Fuzzy Controller with B-Spline Models Jianwei Zhang and Khac Van Le Faculty of Technology, University of Bielefeld, 335 Bielefeld, Germany Phone: ++49-()52-6-295 Fa: ++49-()52-6-2962

More information

NCC 2009, January 16-18, IIT Guwahati 267

NCC 2009, January 16-18, IIT Guwahati 267 NCC 2009, January 6-8, IIT Guwahati 267 Unsupervised texture segmentation based on Hadamard transform Tathagata Ray, Pranab Kumar Dutta Department Of Electrical Engineering Indian Institute of Technology

More information

A MODIFIED FUZZY C-REGRESSION MODEL CLUSTERING ALGORITHM FOR T-S FUZZY MODEL IDENTIFICATION

A MODIFIED FUZZY C-REGRESSION MODEL CLUSTERING ALGORITHM FOR T-S FUZZY MODEL IDENTIFICATION 20 8th International Multi-Conference on Systems, Signals & Devices A MODIFIED FUZZY C-REGRESSION MODEL CLUSTERING ALGORITHM FOR T-S FUZZY MODEL IDENTIFICATION Moêz. Soltani, Borhen. Aissaoui 2, Abdelader.

More information

LEARNING WEIGHTS OF FUZZY RULES BY USING GRAVITATIONAL SEARCH ALGORITHM

LEARNING WEIGHTS OF FUZZY RULES BY USING GRAVITATIONAL SEARCH ALGORITHM International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1593 1601 LEARNING WEIGHTS OF FUZZY RULES BY USING GRAVITATIONAL

More information

Rezaee proposed the V CW B index [3] which measures the compactness by computing the variance of samples within the cluster with respect to average sc

Rezaee proposed the V CW B index [3] which measures the compactness by computing the variance of samples within the cluster with respect to average sc 2014 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE) July 6-11, 2014, Beijing, China Enhanced Cluster Validity Index for the Evaluation of Optimal Number of Clusters for Fuzzy C-Means Algorithm

More information

Speed regulation in fan rotation using fuzzy inference system

Speed regulation in fan rotation using fuzzy inference system 58 Scientific Journal of Maritime Research 29 (2015) 58-63 Faculty of Maritime Studies Rijeka, 2015 Multidisciplinary SCIENTIFIC JOURNAL OF MARITIME RESEARCH Multidisciplinarni znanstveni časopis POMORSTVO

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

Hybrid Algorithm for Edge Detection using Fuzzy Inference System

Hybrid Algorithm for Edge Detection using Fuzzy Inference System Hybrid Algorithm for Edge Detection using Fuzzy Inference System Mohammed Y. Kamil College of Sciences AL Mustansiriyah University Baghdad, Iraq ABSTRACT This paper presents a novel edge detection algorithm

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

Hybrid Fuzzy C-Means Clustering Technique for Gene Expression Data

Hybrid Fuzzy C-Means Clustering Technique for Gene Expression Data Hybrid Fuzzy C-Means Clustering Technique for Gene Expression Data 1 P. Valarmathie, 2 Dr MV Srinath, 3 Dr T. Ravichandran, 4 K. Dinakaran 1 Dept. of Computer Science and Engineering, Dr. MGR University,

More information

Can Fuzzy Clustering Avoid Local Minima and Undesired Partitions?

Can Fuzzy Clustering Avoid Local Minima and Undesired Partitions? Can Fuzzy Clustering Avoid Local Minima and Undesired Partitions? Balasubramaniam Jayaram and Frank Klawonn Abstract. Empirical evaluations and experience seem to provide evidence that fuzzy clustering

More information

A Fuzzy Rule Based Clustering

A Fuzzy Rule Based Clustering A Fuzzy Rule Based Clustering Sachin Ashok Shinde 1, Asst.Prof.Y.R.Nagargoje 2 Student, Computer Science & Engineering Department, Everest College of Engineering, Aurangabad, India 1 Asst.Prof, Computer

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

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

Image Mining: frameworks and techniques

Image Mining: frameworks and techniques Image Mining: frameworks and techniques Madhumathi.k 1, Dr.Antony Selvadoss Thanamani 2 M.Phil, Department of computer science, NGM College, Pollachi, Coimbatore, India 1 HOD Department of Computer Science,

More information

Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network

Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network S. Bhattacharyya U. Maulik S. Bandyopadhyay Dept. of Information Technology Dept. of Comp. Sc. and Tech. Machine

More information

Fuzzy C-MeansC. By Balaji K Juby N Zacharias

Fuzzy C-MeansC. By Balaji K Juby N Zacharias Fuzzy C-MeansC By Balaji K Juby N Zacharias What is Clustering? Clustering of data is a method by which large sets of data is grouped into clusters of smaller sets of similar data. Example: The balls of

More information

AN IMPROVED HYBRIDIZED K- MEANS CLUSTERING ALGORITHM (IHKMCA) FOR HIGHDIMENSIONAL DATASET & IT S PERFORMANCE ANALYSIS

AN IMPROVED HYBRIDIZED K- MEANS CLUSTERING ALGORITHM (IHKMCA) FOR HIGHDIMENSIONAL DATASET & IT S PERFORMANCE ANALYSIS AN IMPROVED HYBRIDIZED K- MEANS CLUSTERING ALGORITHM (IHKMCA) FOR HIGHDIMENSIONAL DATASET & IT S PERFORMANCE ANALYSIS H.S Behera Department of Computer Science and Engineering, Veer Surendra Sai University

More information

Document Clustering using Concept Space and Cosine Similarity Measurement

Document Clustering using Concept Space and Cosine Similarity Measurement 29 International Conference on Computer Technology and Development Document Clustering using Concept Space and Cosine Similarity Measurement Lailil Muflikhah Department of Computer and Information Science

More information

Outlines. Fuzzy Membership Function Design Using Information Theory Measures and Genetic Algorithms. Outlines

Outlines. Fuzzy Membership Function Design Using Information Theory Measures and Genetic Algorithms. Outlines Fuzzy Membership Function Design Using Information Theory Measures and Genetic Algorithms Outlines Introduction Problem Statement Proposed Approach Results Conclusion 2 Outlines Introduction Problem Statement

More information

Fuzzy Clustering: Insights and a New Approach

Fuzzy Clustering: Insights and a New Approach Mathware & Soft Computing 11 2004) 125-142 Fuzzy Clustering: Insights and a New Approach F. Klawonn Department of Computer Science University of Applied Sciences Braunschweig/Wolfenbuettel Salzdahlumer

More information

On-Lib: An Application and Analysis of Fuzzy-Fast Query Searching and Clustering on Library Database

On-Lib: An Application and Analysis of Fuzzy-Fast Query Searching and Clustering on Library Database On-Lib: An Application and Analysis of Fuzzy-Fast Query Searching and Clustering on Library Database Ashritha K.P, Sudheer Shetty 4 th Sem M.Tech, Dept. of CS&E, Sahyadri College of Engineering and Management,

More information

Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data

Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data Novel Intuitionistic Fuzzy C-Means Clustering for Linearly and Nonlinearly Separable Data PRABHJOT KAUR DR. A. K. SONI DR. ANJANA GOSAIN Department of IT, MSIT Department of Computers University School

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

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

Fuzzy If-Then Rules. Fuzzy If-Then Rules. Adnan Yazıcı

Fuzzy If-Then Rules. Fuzzy If-Then Rules. Adnan Yazıcı Fuzzy If-Then Rules Adnan Yazıcı Dept. of Computer Engineering, Middle East Technical University Ankara/Turkey Fuzzy If-Then Rules There are two different kinds of fuzzy rules: Fuzzy mapping rules and

More information

PLC IMPLEMENTATION OF A FUZZY SYSTEM

PLC IMPLEMENTATION OF A FUZZY SYSTEM The 6 th edition of the Interdisciplinarity in Engineering International Conference Petru Maior University of Tîrgu Mureş, Romania, 202 PLC IMPLEMENTATION OF A FUZZY SYSTEM Adrian-Vasile DUKA # # Department

More information

Fuzzy C-means Clustering with Temporal-based Membership Function

Fuzzy C-means Clustering with Temporal-based Membership Function Indian Journal of Science and Technology, Vol (S()), DOI:./ijst//viS/, December ISSN (Print) : - ISSN (Online) : - Fuzzy C-means Clustering with Temporal-based Membership Function Aseel Mousa * and Yuhanis

More information

GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS. G. Panoutsos and M. Mahfouf

GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS. G. Panoutsos and M. Mahfouf GRANULAR COMPUTING AND EVOLUTIONARY FUZZY MODELLING FOR MECHANICAL PROPERTIES OF ALLOY STEELS G. Panoutsos and M. Mahfouf Institute for Microstructural and Mechanical Process Engineering: The University

More information

An Efficient Method for Extracting Fuzzy Classification Rules from High Dimensional Data

An Efficient Method for Extracting Fuzzy Classification Rules from High Dimensional Data Published in J. Advanced Computational Intelligence, Vol., No., 997 An Efficient Method for Extracting Fuzzy Classification Rules from High Dimensional Data Stephen L. Chiu Rockwell Science Center 049

More information

QUALITATIVE MODELING FOR MAGNETIZATION CURVE

QUALITATIVE MODELING FOR MAGNETIZATION CURVE Journal of Marine Science and Technology, Vol. 8, No. 2, pp. 65-70 (2000) 65 QUALITATIVE MODELING FOR MAGNETIZATION CURVE Pei-Hwa Huang and Yu-Shuo Chang Keywords: Magnetization curve, Qualitative modeling,

More information

Approximate Reasoning with Fuzzy Booleans

Approximate Reasoning with Fuzzy Booleans Approximate Reasoning with Fuzzy Booleans P.M. van den Broek Department of Computer Science, University of Twente,P.O.Box 217, 7500 AE Enschede, the Netherlands pimvdb@cs.utwente.nl J.A.R. Noppen Department

More information

CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH

CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH 37 CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH 4.1 INTRODUCTION Genes can belong to any genetic network and are also coordinated by many regulatory

More information

Matrix Inference in Fuzzy Decision Trees

Matrix Inference in Fuzzy Decision Trees Matrix Inference in Fuzzy Decision Trees Santiago Aja-Fernández LPI, ETSIT Telecomunicación University of Valladolid, Spain sanaja@tel.uva.es Carlos Alberola-López LPI, ETSIT Telecomunicación University

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

NETWORK FLOW WITH FUZZY ARC LENGTHS USING HAAR RANKING

NETWORK FLOW WITH FUZZY ARC LENGTHS USING HAAR RANKING NETWORK FLOW WITH FUZZY ARC LENGTHS USING HAAR RANKING S. Dhanasekar 1, S. Hariharan, P. Sekar and Kalyani Desikan 3 1 Vellore Institute of Technology, Chennai Campus, Chennai, India CKN College for Men,

More information

Fuzzy c Means Herding

Fuzzy c Means Herding IFSA-EUSFLAT 9 Fuzzy c Means Herding Thomas A. Runkler Siemens Corporate Technology, Munich, Germany Email: Thomas.Runkler@siemens.com Abstract Herding is the process of bringing individuals (e.g. animals)

More information

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

More information

Fractional Discrimination for Texture Image Segmentation

Fractional Discrimination for Texture Image Segmentation Fractional Discrimination for Texture Image Segmentation Author You, Jia, Sattar, Abdul Published 1997 Conference Title IEEE 1997 International Conference on Image Processing, Proceedings of the DOI https://doi.org/10.1109/icip.1997.647743

More information

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 10, October 2018, pp. 1322 1330, Article ID: IJCIET_09_10_132 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=10

More information

EFFICIENT ALGORITHM FOR MINING FREQUENT ITEMSETS USING CLUSTERING TECHNIQUES

EFFICIENT ALGORITHM FOR MINING FREQUENT ITEMSETS USING CLUSTERING TECHNIQUES EFFICIENT ALGORITHM FOR MINING FREQUENT ITEMSETS USING CLUSTERING TECHNIQUES D.Kerana Hanirex Research Scholar Bharath University Dr.M.A.Dorai Rangaswamy Professor,Dept of IT, Easwari Engg.College Abstract

More information

Two Dimensional Microwave Imaging Using a Divide and Unite Algorithm

Two Dimensional Microwave Imaging Using a Divide and Unite Algorithm Two Dimensional Microwave Imaging Using a Divide and Unite Algorithm Disha Shur 1, K. Yaswanth 2, and Uday K. Khankhoje 2 1 Indian Institute of Engineering Science and Technology, Shibpur, India 2 Indian

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

Advanced Inference in Fuzzy Systems by Rule Base Compression

Advanced Inference in Fuzzy Systems by Rule Base Compression Mathware & Soft Computing 14 (2007), 201-216 Advanced Inference in Fuzzy Systems by Rule Base Compression A. Gegov 1 and N. Gobalakrishnan 2 1,2 University of Portsmouth, School of Computing, Buckingham

More information

Intelligent Methods in Modelling and Simulation of Complex Systems

Intelligent Methods in Modelling and Simulation of Complex Systems SNE O V E R V I E W N OTE Intelligent Methods in Modelling and Simulation of Complex Systems Esko K. Juuso * Control Engineering Laboratory Department of Process and Environmental Engineering, P.O.Box

More information

Optimal boundary control of a tracking problem for a parabolic distributed system using hierarchical fuzzy control and evolutionary algorithms

Optimal boundary control of a tracking problem for a parabolic distributed system using hierarchical fuzzy control and evolutionary algorithms Optimal boundary control of a tracking problem for a parabolic distributed system using hierarchical fuzzy control and evolutionary algorithms R.J. Stonier, M.J. Drumm and J. Bell Faculty of Informatics

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

OPTIMIZATION. Optimization. Derivative-based optimization. Derivative-free optimization. Steepest descent (gradient) methods Newton s method

OPTIMIZATION. Optimization. Derivative-based optimization. Derivative-free optimization. Steepest descent (gradient) methods Newton s method OPTIMIZATION Optimization Derivative-based optimization Steepest descent (gradient) methods Newton s method Derivative-free optimization Simplex Simulated Annealing Genetic Algorithms Ant Colony Optimization...

More information

Design of Fuzzy Logic Controllers by Fuzzy c-means Clustering

Design of Fuzzy Logic Controllers by Fuzzy c-means Clustering Design of Fuzzy Logic Controllers by Fuzzy c-means Clustering Chaned Wichasilp Dept. of Mechanical ngineering, Chiang Mai University Chiang Mai 50200, Thailand -mail' chaned508@hotmail.com Watcharachai

More information

Intuitionistic fuzzification functions

Intuitionistic fuzzification functions Global Journal of Pure and Applied Mathematics. ISSN 973-1768 Volume 1, Number 16, pp. 111-17 Research India Publications http://www.ripublication.com/gjpam.htm Intuitionistic fuzzification functions C.

More information

Comparative Study of Different Clustering Algorithms

Comparative Study of Different Clustering Algorithms Comparative Study of Different Clustering Algorithms A.J.Patil 1, C.S.Patil 2, R.R.Karhe 3, M.A.Aher 4 Department of E&TC, SGDCOE (Jalgaon), Maharashtra, India 1,2,3,4 ABSTRACT:This paper presents a detailed

More information

Reconstruction of complete 3D object model from multi-view range images.

Reconstruction of complete 3D object model from multi-view range images. Header for SPIE use Reconstruction of complete 3D object model from multi-view range images. Yi-Ping Hung *, Chu-Song Chen, Ing-Bor Hsieh, Chiou-Shann Fuh Institute of Information Science, Academia Sinica,

More information

A Complete Data Scheduler for Multi-Context Reconfigurable Architectures

A Complete Data Scheduler for Multi-Context Reconfigurable Architectures A Complete Data Scheduler for Multi-Context Reconfigurable Architectures M. Sanchez-Elez, M. Fernandez, R. Maestre, R. Hermida, N. Bagherzadeh, F. J. Kurdahi Departamento de Arquitectura de Computadores

More information

International Conference on Modeling and SimulationCoimbatore, August 2007

International Conference on Modeling and SimulationCoimbatore, August 2007 International Conference on Modeling and SimulationCoimbatore, 27-29 August 2007 OPTIMIZATION OF FLOWSHOP SCHEDULING WITH FUZZY DUE DATES USING A HYBRID EVOLUTIONARY ALGORITHM M.S.N.Kiran Kumara, B.B.Biswalb,

More information

Ranking of Generalized Exponential Fuzzy Numbers using Integral Value Approach

Ranking of Generalized Exponential Fuzzy Numbers using Integral Value Approach Int. J. Advance. Soft Comput. Appl., Vol., No., July 010 ISSN 074-853; Copyright ICSRS Publication, 010.i-csrs.org Ranking of Generalized Exponential Fuzzy Numbers using Integral Value Approach Amit Kumar,

More information

FUZZY C-MEANS CLUSTERING. TECHNIQUE AND EVALUATING RESULTS.

FUZZY C-MEANS CLUSTERING. TECHNIQUE AND EVALUATING RESULTS. FUZZY C-MEANS CLUSTERING. TECHNIQUE AND EVALUATING RESULTS. RIHOVA Elena (CZ), MALEC Miloslav (CZ) Abstract. The present study aims to provide a better understanding of the fuzzy C- means clustering, their

More information

MultiGrid-Based Fuzzy Systems for Function Approximation

MultiGrid-Based Fuzzy Systems for Function Approximation MultiGrid-Based Fuzzy Systems for Function Approximation Luis Javier Herrera 1,Héctor Pomares 1, Ignacio Rojas 1, Olga Valenzuela 2, and Mohammed Awad 1 1 University of Granada, Department of Computer

More information