FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP

Size: px
Start display at page:

Download "FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP"

Transcription

1 Dynamics of Continuous, Discrete and Impulsive Systems Series B: Applications & Algorithms 14 (2007) Copyright c 2007 Watam Press FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP Zhiping Jia 1, Chenghui Zhang 2 and Rupeng Sun 1 1 School of Computer Science and Technology Shandong University, Jinan, ,China 2 School of Control Science and Engineering Shandong University, Jinan, ,China Abstract. In order to make up some deficiencies of the fuzzy c-means clustering algorithm, a new FCM algorithm based on pretreatment of similarity relation between samples is proposed in the paper, which is utilized to estimate the fuzzy clustering centers and the weight coefficient of samples effecting on the fuzzy clustering centers during iteration process. The new FCM algorithm makes the clustering quicker and more accurate. Finally, a simulation experiment is given in the paper to demonstrate the new FCM algorithm can avoid the limitations of the traditional FCM algorithm and the improvement is very effective. Keywords. Fuzzy Set; Clustering Analysis; Fuzzy C-Means Algorithm; Similarity Relation. AMS (MOS) subject classification: 62H30. 1 Introduction Clustering is a process of dividing some datum into several categories, and the data object in the same category has more similarity. In the course of the clustering analysis, the fuzzy theory was used to instruct the clustering process, and so a new clustering algorithm-fuzzy c-means clustering algorithm(fcm) was proposed. The FCM algorithm classifies data objects into some different categories, and it can express the undefined degree of each object belonging to each category. Therefore, the FCM algorithm can reflect the actual instances more externally and gradually it is becoming the mainstream of clustering analysis and application([1,2,3,4]). Many clustering methods based on the fuzzy theory have been proposed, such as the transitive closure clustering algorithm based on the fuzzy equal relationship, the largest tree algorithm based on fuzzy graph theory, and the clustering algorithm based on objective function and etc. The FCM algorithm is discussed in this paper, which belongs to an algorithm based on objective function. This clustering algorithm has a good real-time property and is suitable for the situation with a great deal of datum. Meanwhile, it is simply designed and easy to be realized on computer. So it has become the most popular clustering algorithm at present. Deep researches on the

2 104 Z. Jia,C. Zhang and R. Sun traditional FCM algorithm are firstly done in the paper, based on which improvement to remedy its deficiency is given. The experimental result shows that the improved algorithm has better performances not only in validity but also in efficiency([5]). 2 Fuzzy C-Means Algorithm With the developing of the fuzzy theory, the fuzzy c-means clustering algorithm based on Ruspini fuzzy clustering theory was proposed in 1980s. It is an extended hard c-means algorithm belonging to the traditional c-means algorithm with its goal to find the optimum fuzzy clustering to minimize the value of the objective function ([6,7,8]). Let X = {x 1, x 2, x 3,..., x n } R m stand for a given datum set; n is the total number of samples; a sample x i includes m features, as like x i = {x i1, x i2, x i3,..., x im };the sample set X is divided into c(2 c n)categories.u = (u ij ) n c denotes a fuzzy c partition matrix of the sample set X,and an element u ij represents the relative degree between the ith sample and the jth category. The fuzzy partition of X subjects to the following restrictions. 1. i, j u ij [0, 1]; c 2. i j=1 u ij = 1; (1) 3. j i=1 u ij > 0. In above formula (1), condition 1 qualifies the elements in fuzzy partition matrix range in [0, 1]; condition 2 shows that the sum of its relative degrees for any one sample in datum set X should be one; condition 3 shows that for anyone of c fuzzy categories, there exists some samples whose relative degrees between themselves are greater than zero to belong to this category. The condition 3 qualifies each c fuzzy set not to be null. Let V = {v 1, v 2, v 3,..., v c } be a clustering center vector set of c fuzzy sets, where v j R S is the clustering center vector of the jth category. J.C.Bezdek defines the objective function of fuzzy c partition as follows: J m (U, V ) = i=1 j=1 (u ij ) m (d ij ) 2 (2) Where d ij = x i v j denotes the distance v j between the sample x i and the clustering center of the jth category. Here d ij can be defined by different distance formulas according to actual needs. m is called to be fuzzy weight exponent or smoothing parameter, and it decides the fuzzy degree of fuzzy partition matrix U. Pal and Bezdek concluded the reasonable value range[1.5, 2.5] of m from the clustering validity. The objective function

3 Improved Fuzzy C-Means Algorithm 105 J m (U, V ) is defined to be the sum of the square of the weight distances between each sample data and all the clustering centers. In order to obtain the optimization of the fuzzy clustering, J.C.Bezdek reduced the fuzzy c partition problem to be how to seek the minimum of the objective function given by formula(2) under the restriction of formula(1). Because every column of the fuzzy matrix U is independent, thus it comes the corresponding change as follows: min{j m (U, V )} = min{ i=1 j=1 (u ij ) m (d ij ) 2 } = min{ (u ij ) m (d ij ) 2 } The above formula can be resolved via the Lagrange multiplier method and changed formula is as follows: F = j=1 i=1 (u ij ) m (d ij ) 2 + λ( u ij 1) Where the one level necessary conditions of the optimization are as follows: j=1 j=1 F λ = { (u ij ) 1} = 0 (3-1) j=1 F u kl = [m(u kl ) m 1 (d kl ) 2 λ] = 0 (3-2) Formula (4) can be concluded from formula (3-2): λ u kl = [ m(d kl ) 2 ] 1 m 1 (4) Further it can draw forth as follows according to formula(4) and formula(3-1). u tl = t=1 t=1 ( λ m ) 1 1 m 1 )[ (d tl ) 2 ] 1 m 1 λ = ( m ) 1 1 m 1 ){ [ (d tl ) 2 ] 1 m 1 } = 1 t=1 ( λ m ) 1 m 1 ) = 1 c t=1 [ 1 1 (d tl ) ] 2 m 1 The above two formulas are added to formula(4) and it can conclude: 1 u kl = c t=1 [ d kl 2 d tl ] m 1

4 106 Z. Jia,C. Zhang and R. Sun Considering d ij may be zero, it should be discussed in two different aspects. Then the u ij to minimize the objective function J m (U, V ) is as follows: u ij = 1/ c k=1 ( d ij d kj ) 2 m 1 d ij 0; u ij = 1, u ik = 0 d ij, 1 k c and k j. In formula(5), when d ij = 0, i.e. the distance between sample i and the center vector of the jth category is zero, sample i is considered to belong to the jth category, whose relative degree is one and the possibility of belonging to other categories is zero. Using the same computation method, v j can be acquired to minimize the objective function J m (U, V ). and further: i=1 v j J m (U, V ) = 0 (u jk ) m [(x i x j ) T ((x i x j )] = 0 v j v j (u jk ) m (x i x j ) = 0 i=1 and ultimately it can be concluded as follows: (5) v j = i=1 (u ij) m x i i=1 (u ij) m (6) Fuzzy partition matrix U and clustering center vector set V can be computed according to formula(5) and (6). The FCM algorithm is a continuous iterative process to minimize the objective function J m (U, V ). Formula(5) and (6) are used in each iterative computation to obtain more accurate fuzzy partition matrix U and clustering center V and smaller objective function J m (U, V ). After some iterative times, the value of the objective function will converge at a certain infinitesimal point and then the iteration will stop. At the same time, the optimization clustering of fuzzy matrix U and clustering center V will also be gained. 3 Deficiencies and Improvement of FCM Algorithm The traditional FCM algorithm has two distinct deficiencies.

5 Improved Fuzzy C-Means Algorithm 107 (a)initially, the FCM algorithm selects clustering centers randomly, and this random selection may result in the FCM algorithm to converge at a local infinitesimal point rather than to achieve the holistic optimization. (b)it can be seen from formula(6) that all samples have the same effect on the selection of FCM clustering centers. Therefore, a few abnormal samples may have worse impacts on the selection of FCM clustering centers. In order to solve the deficiency(a), the simulation anneal algorithm was adopted in document[9] to optimize the all and the one, which needed too much time and was short of real-time; a new method based on the limited distance among categories was proposed in document[10] to pre-cluster the samples, but with its shortage that there was no good standards to select the limited distance. An improved method was given in document[11] to remedy the second deficiency, but it is too complex and not suitable for the applications with a great deal of datum. A fuzzy c-means algorithm based on pretreatment of similarity relation (SR-FCM) is proposed in this paper. Firstly it needs to establish fuzzy similarity relation matrix for data set X, and computes the average similarity relations between each sample to get intensity of sample distribution. It uses the average similarity coefficient as effect weight for clustering centers to shrivel abnormal samples influence for clustering centers. According to similarity relation matrix, pre-partition is done, where the samples having bigger similarity coefficient are divided into c categories (c is the set number of categories). The average value of all samples attributes in one category is used as its initial clustering centers, which avoids the problem of selecting clustering centers randomly in the FCM algorithm. By using the pre-treated samples effect weight and the 5 initial clustering centers closing to the final one, the FCM iteration operations can notably reduce iteration times and avoid algorithm trapping easily into local minimum. Detail steps of the algorithm are as follows: (1)Establish fuzzy similarly relation matrix S n n for the dataset. According to three principles that should be obeyed during the process of constructing fuzzy similarly relations, that is correctness, invariability and discriminable, and the similarity matrix is constructed by using the method of absolute values reciprocal, which is shown as follow(7): { 1 i = j r ij = P a m k=1 x ik x jk i j. (7) where r ij is similarity coefficient of sample i and j, m is amount of sample index attributes,and a is adjustment constant of r ij s range. (2)Compute average similarity coefficient s i between every sample and others. Computational Method is expression (8): s i = 1 n 1 j=1,j i r ij (8)

6 108 Z. Jia,C. Zhang and R. Sun According to average similarity coefficient s i, Band the effect weight w i of every sample for the clustering center is computed using expression (9): w i = a s i k=1 s k (9) where s i is average similarity coefficient of sample i and a is adjustment constant of w i. (3)Pre-partition dataset into c categories in terms of fuzzy similarity relations. Set t = n/c(/ is exact division operation), which represents average amount of samples in one category. Rules of partition are as follows. 1 Find out sample i max with the maximum of average similarity coefficient, then select first t 1 samples (excluding i max ) which have the maximum similarity coefficient with sample i max. Remove all samples whose similarity coefficient with i max is less than s i (to make sure correct partition categories with less samples in the context of sampling distribution odds), then let the left p samples (p t 1) and i max belong to one category. The clustering center vector of this category v is computed using the formula as expression(10): v = 1 p+1 x k (10) p Update new category amount c = c 1. If c = 0, forward to step 3 ; Otherwise remove similarity coefficient of the samples in categories of step 1 from matrix S n n to get a new similarity matrix S n n (here: n equals n p in step 1 ).Now the average amount of samples in one category is (n p) c. Go back to step 1 using the updated S n n, c, t. 3 End up pre-partition of categories based on fuzzy similarity relations, and get vector sets of initial clustering center V. (4)Modify expression (6) and get expression (6 ) as follows: k=1 v j = i=1 w iu m ij x i i=1 w iu m ij (6 ) where w i is effect weight of sample i for clustering center. (5)For given dataset X,and amount of category c, establish smoothing factor m, iteration convergence threshold valueand maximum of iteration times T max. Together with effect weight w i got from step (2) and initial clustering center V got from step (3), use expressions (5) and (6 ) to do iterate according to rules of the FCM algorithm, and obtain the final clustering results. 4 Experimental Results In order to validate the performance of the improved algorithm, FCM and SR- FCM algorithms are respectively used to cluster the datasets X 20 7 below(20

7 Improved Fuzzy C-Means Algorithm 109 samples in total, 7 attributes per sample) in MatLab X 20 7 = In this experiment, FCM and SR-FCM algorithms are respectively and repeatedly run 50 times under the conditions of clustering amount c = 3, smoothing factor m = 2, convergence threshold 7 value of iteration ε = Statistics of clustering results, times of iteration and objective function are listed as follows (Assuming clustering results are correct when objective function has optimum solution): Table 1: Contrast of results Algorithm Cluster results Average times Average value of iteration of objective function FCM correct 40 times Incorrect 10 times SR-FCM Correct:50 times Figure.1 illustrates variational graph of iteration times in the first 20 times for FCM and SR-FCM algorithms. As we can see, iteration times of the FCM algorithm is rather unstable, even varies every time. Although it is less than the SR-FCM algorithm between times, when that happens it always traps into local minimum of objective function and causes clustering failure (e.g.figure.1 Situations of FuncVal equals and ). Even if clustering is successful, variation span of iteration times is rather large. In

8 110 Z. Jia,C. Zhang and R. Sun the SR-FCM algorithm, however, because of the preprocess using similarly relations, definition of initial clustering centers and the weight effect given to every sample for clustering centers, the successful rate and iteration times of algorithm are rather stable, and iteration times is one forth less than the average value of the FCM algorithm. Since considering samples weight effect for clustering centers, the convergence of the SR-FCM algorithm is a little bigger than the optimum solution. Figure 1: Variation graph of iteration times of algorithms 5 Conclusion Aiming at two deficiencies of the conventional FCM algorithm, which are, on one hand, the random selection of initial clustering centers that may cause unable to get globally optimum solution, and on the other hand, the same weight effect of all samples for clustering centers during iterations that may make determination of clustering centers more difficult because of abnormal samples, similar relation matrix is used in this paper to preprocesses all samples at first, then the FCM algorithm is used to implement clustering. This method takes less cost to get the stabilization of the whole algorithm and decreases the computational complexity. In the end, experimental results further validate the efficiency of improved algorithm proposed in this paper. 6 Acknowledgements This article is supported by National Natural Science Foundation of P.R.China ( ) and Key Scientific and Technological Project of Shandong Province

9 Improved Fuzzy C-Means Algorithm 111 ( ),P.R.China. 7 References [1] Xin-bo Gao, Fuzzy cluster analysis and its applications, Xian Electronic Technology University Press, [2] Jian Yu, Hou-kuan Huang, A new weighting fuzzy c-means algorithm, Fuzzy Systems, 2003.FUZZ 03.The 12th IEEE International Conference on,2, (2003) [3] Ming-Chuan Hung,Don-Lin Yang, An efficient fuzzy c-means clustering algorithm, Data Mining, 2001, ICDM 2001, Proceedings IEEE International Conference on,12, (2001) [4] Mehmed Kantardzic, Data mining concepts, models, methods, and algorithms, TsingHua Unversity Press, Beijing, [5] R.N.Dave,S. Sen, Robust fuzzy clustering of relational data,fuzzy Systems, 10(6), (2002) [6] J.M. Leski,Generalized weighted conditional fuzzy clustering, Fuzzy Systems, 11(6), (2003) [7] N.R.Pal,K.Pal,J.M.Keller,A possibilistic fuzzy c-means clustering algorithm,fuzzy Systems, 13(4), (2005) [8] J.F.Kolen,T.Hutecheson,Reducing the time complexity of the fuzzy c-means algorithm,fuzzy Systems, 10(2), (2002) [9] S.Z.Selim,K.Alsultan,A simulated annealing algorithm for the clustering problem, Pattern Recognition,24(10),(1991) [10] Xin-Bo Zhang,Two phrases fuzzy c-means clustering algorithm,journal of Circuits and Systems, 10(2), (2005) [11] A.Bensaid,L.OHall,J.C.Bezdek,Validity-guided (re)clustering with applications to image segmentation,fuzzy Systems,4(2), (1996) Received November 2005; revised June journal@monotone.uwaterloo.ca journal/

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

A New Algorithm for Black-start Zone Partitioning Based on Fuzzy Clustering Analysis

A New Algorithm for Black-start Zone Partitioning Based on Fuzzy Clustering Analysis Energy and Power Engineering, 2013, 5, 763-768 doi:10.4236/epe.2013.54b147 Published Online July 2013 (http://www.scirp.org/journal/epe) A New Algorithm for Black-start Zone Partitioning Based on Fuzzy

More information

Landslide Monitoring Point Optimization. Deployment Based on Fuzzy Cluster Analysis.

Landslide Monitoring Point Optimization. Deployment Based on Fuzzy Cluster Analysis. Journal of Geoscience and Environment Protection, 2017, 5, 118-122 http://www.scirp.org/journal/gep ISSN Online: 2327-4344 ISSN Print: 2327-4336 Landslide Monitoring Point Optimization Deployment Based

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

An indirect tire identification method based on a two-layered fuzzy scheme

An indirect tire identification method based on a two-layered fuzzy scheme Journal of Intelligent & Fuzzy Systems 29 (2015) 2795 2800 DOI:10.3233/IFS-151984 IOS Press 2795 An indirect tire identification method based on a two-layered fuzzy scheme Dailin Zhang, Dengming Zhang,

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

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

Workload Characterization Techniques

Workload Characterization Techniques Workload Characterization Techniques Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse567-08/

More information

Semi-Supervised Clustering with Partial Background Information

Semi-Supervised Clustering with Partial Background Information Semi-Supervised Clustering with Partial Background Information Jing Gao Pang-Ning Tan Haibin Cheng Abstract Incorporating background knowledge into unsupervised clustering algorithms has been the subject

More information

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters Appl. Math. Inf. Sci. 6 No. 1S pp. 105S-109S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Two Algorithms of Image Segmentation

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

Creating Time-Varying Fuzzy Control Rules Based on Data Mining

Creating Time-Varying Fuzzy Control Rules Based on Data Mining Research Journal of Applied Sciences, Engineering and Technology 4(18): 3533-3538, 01 ISSN: 040-7467 Maxwell Scientific Organization, 01 Submitted: April 16, 01 Accepted: May 18, 01 Published: September

More information

Generalized Fuzzy Clustering Model with Fuzzy C-Means

Generalized Fuzzy Clustering Model with Fuzzy C-Means Generalized Fuzzy Clustering Model with Fuzzy C-Means Hong Jiang 1 1 Computer Science and Engineering, University of South Carolina, Columbia, SC 29208, US jiangh@cse.sc.edu http://www.cse.sc.edu/~jiangh/

More information

Study on GA-based matching method of railway vehicle wheels

Study on GA-based matching method of railway vehicle wheels Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(4):536-542 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on GA-based matching method of railway vehicle

More information

Improving Image Segmentation Quality Via Graph Theory

Improving Image Segmentation Quality Via Graph Theory International Symposium on Computers & Informatics (ISCI 05) Improving Image Segmentation Quality Via Graph Theory Xiangxiang Li, Songhao Zhu School of Automatic, Nanjing University of Post and Telecommunications,

More information

Improvements and Implementation of Hierarchical Clustering based on Hadoop Jun Zhang1, a, Chunxiao Fan1, Yuexin Wu2,b, Ao Xiao1

Improvements and Implementation of Hierarchical Clustering based on Hadoop Jun Zhang1, a, Chunxiao Fan1, Yuexin Wu2,b, Ao Xiao1 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Improvements and Implementation of Hierarchical Clustering based on Hadoop Jun Zhang1, a, Chunxiao

More information

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 5, September 2016 Face Recognition ased on LDA and Improved Pairwise-Constrained

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

Research on QR Code Image Pre-processing Algorithm under Complex Background

Research on QR Code Image Pre-processing Algorithm under Complex Background Scientific Journal of Information Engineering May 207, Volume 7, Issue, PP.-7 Research on QR Code Image Pre-processing Algorithm under Complex Background Lei Liu, Lin-li Zhou, Huifang Bao. Institute of

More information

Temperature Calculation of Pellet Rotary Kiln Based on Texture

Temperature Calculation of Pellet Rotary Kiln Based on Texture Intelligent Control and Automation, 2017, 8, 67-74 http://www.scirp.org/journal/ica ISSN Online: 2153-0661 ISSN Print: 2153-0653 Temperature Calculation of Pellet Rotary Kiln Based on Texture Chunli Lin,

More information

A Two-phase Distributed Training Algorithm for Linear SVM in WSN

A Two-phase Distributed Training Algorithm for Linear SVM in WSN Proceedings of the World Congress on Electrical Engineering and Computer Systems and Science (EECSS 015) Barcelona, Spain July 13-14, 015 Paper o. 30 A wo-phase Distributed raining Algorithm for Linear

More information

Tendency Mining in Dynamic Association Rules Based on SVM Classifier

Tendency Mining in Dynamic Association Rules Based on SVM Classifier Send Orders for Reprints to reprints@benthamscienceae The Open Mechanical Engineering Journal, 2014, 8, 303-307 303 Open Access Tendency Mining in Dynamic Association Rules Based on SVM Classifier Zhonglin

More information

An Optimization Algorithm of Selecting Initial Clustering Center in K means

An Optimization Algorithm of Selecting Initial Clustering Center in K means 2nd International Conference on Machinery, Electronics and Control Simulation (MECS 2017) An Optimization Algorithm of Selecting Initial Clustering Center in K means Tianhan Gao1, a, Xue Kong2, b,* 1 School

More information

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

A Finite State Mobile Agent Computation Model

A Finite State Mobile Agent Computation Model A Finite State Mobile Agent Computation Model Yong Liu, Congfu Xu, Zhaohui Wu, Weidong Chen, and Yunhe Pan College of Computer Science, Zhejiang University Hangzhou 310027, PR China Abstract In this paper,

More information

A Novel Image Classification Model Based on Contourlet Transform and Dynamic Fuzzy Graph Cuts

A Novel Image Classification Model Based on Contourlet Transform and Dynamic Fuzzy Graph Cuts Appl. Math. Inf. Sci. 6 No. 1S pp. 93S-97S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. A Novel Image Classification Model Based

More information

A PSO-based Generic Classifier Design and Weka Implementation Study

A PSO-based Generic Classifier Design and Weka Implementation Study International Forum on Mechanical, Control and Automation (IFMCA 16) A PSO-based Generic Classifier Design and Weka Implementation Study Hui HU1, a Xiaodong MAO1, b Qin XI1, c 1 School of Economics and

More information

A Novel Extreme Point Selection Algorithm in SIFT

A Novel Extreme Point Selection Algorithm in SIFT A Novel Extreme Point Selection Algorithm in SIFT Ding Zuchun School of Electronic and Communication, South China University of Technolog Guangzhou, China zucding@gmail.com Abstract. This paper proposes

More information

An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing

An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing International Forum on Energy, Environment and Sustainable Development (IFEESD 206) An Improved Method of Vehicle Driving Cycle Construction: A Case Study of Beijing Zhenpo Wang,a, Yang Li,b, Hao Luo,

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

Change Detection in Remotely Sensed Images Based on Image Fusion and Fuzzy Clustering

Change Detection in Remotely Sensed Images Based on Image Fusion and Fuzzy Clustering International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 1 (2017) pp. 141-150 Research India Publications http://www.ripublication.com Change Detection in Remotely Sensed

More information

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a

Research on Applications of Data Mining in Electronic Commerce. Xiuping YANG 1, a International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) Research on Applications of Data Mining in Electronic Commerce Xiuping YANG 1, a 1 Computer Science Department,

More information

A Software Testing Optimization Method Based on Negative Association Analysis Lin Wan 1, Qiuling Fan 1,Qinzhao Wang 2

A Software Testing Optimization Method Based on Negative Association Analysis Lin Wan 1, Qiuling Fan 1,Qinzhao Wang 2 International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) A Software Testing Optimization Method Based on Negative Association Analysis Lin Wan 1, Qiuling Fan

More information

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 6, November 2017 Feature-Guided K-Means Algorithm for Optimal Image Vector

More information

Image coding based on multiband wavelet and adaptive quad-tree partition

Image coding based on multiband wavelet and adaptive quad-tree partition Journal of Computational and Applied Mathematics 195 (2006) 2 7 www.elsevier.com/locate/cam Image coding based on multiband wavelet and adaptive quad-tree partition Bi Ning a,,1, Dai Qinyun a,b, Huang

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Rank Measures for Ordering

Rank Measures for Ordering Rank Measures for Ordering Jin Huang and Charles X. Ling Department of Computer Science The University of Western Ontario London, Ontario, Canada N6A 5B7 email: fjhuang33, clingg@csd.uwo.ca Abstract. Many

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

Web Data mining-a Research area in Web usage mining

Web Data mining-a Research area in Web usage mining IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 22-26 Web Data mining-a Research area in Web usage mining 1 V.S.Thiyagarajan,

More information

FSRM Feedback Algorithm based on Learning Theory

FSRM Feedback Algorithm based on Learning Theory Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 699-703 699 FSRM Feedback Algorithm based on Learning Theory Open Access Zhang Shui-Li *, Dong

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

Information modeling and reengineering for product development process

Information modeling and reengineering for product development process ISSN 1 746-7233, England, UK International Journal of Management Science and Engineering Management Vol. 2 (2007) No. 1, pp. 64-74 Information modeling and reengineering for product development process

More information

Fault Diagnosis of Wind Turbine Based on ELMD and FCM

Fault Diagnosis of Wind Turbine Based on ELMD and FCM Send Orders for Reprints to reprints@benthamscience.ae 76 The Open Mechanical Engineering Journal, 24, 8, 76-72 Fault Diagnosis of Wind Turbine Based on ELMD and FCM Open Access Xianjin Luo * and Xiumei

More information

Generic Face Alignment Using an Improved Active Shape Model

Generic Face Alignment Using an Improved Active Shape Model Generic Face Alignment Using an Improved Active Shape Model Liting Wang, Xiaoqing Ding, Chi Fang Electronic Engineering Department, Tsinghua University, Beijing, China {wanglt, dxq, fangchi} @ocrserv.ee.tsinghua.edu.cn

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

THE preceding chapters were all devoted to the analysis of images and signals which

THE preceding chapters were all devoted to the analysis of images and signals which Chapter 5 Segmentation of Color, Texture, and Orientation Images THE preceding chapters were all devoted to the analysis of images and signals which take values in IR. It is often necessary, however, to

More information

Predict the box office of US movies

Predict the box office of US movies Predict the box office of US movies Group members: Hanqing Ma, Jin Sun, Zeyu Zhang 1. Introduction Our task is to predict the box office of the upcoming movies using the properties of the movies, such

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

Lane Detection using Fuzzy C-Means Clustering

Lane Detection using Fuzzy C-Means Clustering Lane Detection using Fuzzy C-Means Clustering Kwang-Baek Kim, Doo Heon Song 2, Jae-Hyun Cho 3 Dept. of Computer Engineering, Silla University, Busan, Korea 2 Dept. of Computer Games, Yong-in SongDam University,

More information

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

Methods for Intelligent Systems

Methods for Intelligent Systems Methods for Intelligent Systems Lecture Notes on Clustering (II) Davide Eynard eynard@elet.polimi.it Department of Electronics and Information Politecnico di Milano Davide Eynard - Lecture Notes on Clustering

More information

Unsupervised Learning

Unsupervised Learning Unsupervised Learning Unsupervised learning Until now, we have assumed our training samples are labeled by their category membership. Methods that use labeled samples are said to be supervised. However,

More information

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2 International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng

More information

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis 1 Xulin LONG, 1,* Qiang CHEN, 2 Xiaoya

More information

Open Access Research on the Data Pre-Processing in the Network Abnormal Intrusion Detection

Open Access Research on the Data Pre-Processing in the Network Abnormal Intrusion Detection Send Orders for Reprints to reprints@benthamscience.ae 1228 The Open Automation and Control Systems Journal, 2014, 6, 1228-1232 Open Access Research on the Data Pre-Processing in the Network Abnormal Intrusion

More information

The Improved LEACH-C Protocol with the Cuckoo Search Algorithm

The Improved LEACH-C Protocol with the Cuckoo Search Algorithm International Conference on Computer Networks and Communication Techlogy (CNCT06) The Improved LEACH-C Protocol with the Cuckoo Search Algorithm Yun-sheng GE,*, Jie KONG and Kun TANG Guangxi Key Laboratory

More information

A Modular k-nearest Neighbor Classification Method for Massively Parallel Text Categorization

A Modular k-nearest Neighbor Classification Method for Massively Parallel Text Categorization A Modular k-nearest Neighbor Classification Method for Massively Parallel Text Categorization Hai Zhao and Bao-Liang Lu Department of Computer Science and Engineering, Shanghai Jiao Tong University, 1954

More information

A New Evaluation Method of Node Importance in Directed Weighted Complex Networks

A New Evaluation Method of Node Importance in Directed Weighted Complex Networks Journal of Systems Science and Information Aug., 2017, Vol. 5, No. 4, pp. 367 375 DOI: 10.21078/JSSI-2017-367-09 A New Evaluation Method of Node Importance in Directed Weighted Complex Networks Yu WANG

More information

An Improved Fuzzy K-Medoids Clustering Algorithm with Optimized Number of Clusters

An Improved Fuzzy K-Medoids Clustering Algorithm with Optimized Number of Clusters An Improved Fuzzy K-Medoids Clustering Algorithm with Optimized Number of Clusters Akhtar Sabzi Department of Information Technology Qom University, Qom, Iran asabzii@gmail.com Yaghoub Farjami Department

More information

Cluster Analysis. Mu-Chun Su. Department of Computer Science and Information Engineering National Central University 2003/3/11 1

Cluster Analysis. Mu-Chun Su. Department of Computer Science and Information Engineering National Central University 2003/3/11 1 Cluster Analysis Mu-Chun Su Department of Computer Science and Information Engineering National Central University 2003/3/11 1 Introduction Cluster analysis is the formal study of algorithms and methods

More information

Improved Version of Kernelized Fuzzy C-Means using Credibility

Improved Version of Kernelized Fuzzy C-Means using Credibility 50 Improved Version of Kernelized Fuzzy C-Means using Credibility Prabhjot Kaur Maharaja Surajmal Institute of Technology (MSIT) New Delhi, 110058, INDIA Abstract - Fuzzy c-means is a clustering algorithm

More information

Performance Measure of Hard c-means,fuzzy c-means and Alternative c-means Algorithms

Performance Measure of Hard c-means,fuzzy c-means and Alternative c-means Algorithms Performance Measure of Hard c-means,fuzzy c-means and Alternative c-means Algorithms Binoda Nand Prasad*, Mohit Rathore**, Geeta Gupta***, Tarandeep Singh**** *Guru Gobind Singh Indraprastha University,

More information

MOTION STEREO DOUBLE MATCHING RESTRICTION IN 3D MOVEMENT ANALYSIS

MOTION STEREO DOUBLE MATCHING RESTRICTION IN 3D MOVEMENT ANALYSIS MOTION STEREO DOUBLE MATCHING RESTRICTION IN 3D MOVEMENT ANALYSIS ZHANG Chun-sen Dept of Survey, Xi an University of Science and Technology, No.58 Yantazhonglu, Xi an 710054,China -zhchunsen@yahoo.com.cn

More information

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li International Conference on Applied Science and Engineering Innovation (ASEI 215) Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm Yinling Wang, Huacong Li School of Power and

More information

An ELM-based traffic flow prediction method adapted to different data types Wang Xingchao1, a, Hu Jianming2, b, Zhang Yi3 and Wang Zhenyu4

An ELM-based traffic flow prediction method adapted to different data types Wang Xingchao1, a, Hu Jianming2, b, Zhang Yi3 and Wang Zhenyu4 6th International Conference on Information Engineering for Mechanics and Materials (ICIMM 206) An ELM-based traffic flow prediction method adapted to different data types Wang Xingchao, a, Hu Jianming2,

More information

Fabric Defect Detection Based on Computer Vision

Fabric Defect Detection Based on Computer Vision Fabric Defect Detection Based on Computer Vision Jing Sun and Zhiyu Zhou College of Information and Electronics, Zhejiang Sci-Tech University, Hangzhou, China {jings531,zhouzhiyu1993}@163.com Abstract.

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

Available online Journal of Scientific and Engineering Research, 2019, 6(1): Research Article

Available online   Journal of Scientific and Engineering Research, 2019, 6(1): Research Article Available online www.jsaer.com, 2019, 6(1):193-197 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR An Enhanced Application of Fuzzy C-Mean Algorithm in Image Segmentation Process BAAH Barida 1, ITUMA

More information

Implementation of Parallel CASINO Algorithm Based on MapReduce. Li Zhang a, Yijie Shi b

Implementation of Parallel CASINO Algorithm Based on MapReduce. Li Zhang a, Yijie Shi b International Conference on Artificial Intelligence and Engineering Applications (AIEA 2016) Implementation of Parallel CASINO Algorithm Based on MapReduce Li Zhang a, Yijie Shi b State key laboratory

More information

Image Analysis - Lecture 5

Image Analysis - Lecture 5 Texture Segmentation Clustering Review Image Analysis - Lecture 5 Texture and Segmentation Magnus Oskarsson Lecture 5 Texture Segmentation Clustering Review Contents Texture Textons Filter Banks Gabor

More information

Fingerprint Ridge Distance Estimation: Algorithms and the Performance*

Fingerprint Ridge Distance Estimation: Algorithms and the Performance* Fingerprint Ridge Distance Estimation: Algorithms and the Performance* Xiaosi Zhan, Zhaocai Sun, Yilong Yin, and Yayun Chu Computer Department, Fuyan Normal College, 3603, Fuyang, China xiaoszhan@63.net,

More information

K-Means Clustering With Initial Centroids Based On Difference Operator

K-Means Clustering With Initial Centroids Based On Difference Operator K-Means Clustering With Initial Centroids Based On Difference Operator Satish Chaurasiya 1, Dr.Ratish Agrawal 2 M.Tech Student, School of Information and Technology, R.G.P.V, Bhopal, India Assistant Professor,

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

Self-Organized Similarity based Kernel Fuzzy Clustering Model and Its Applications

Self-Organized Similarity based Kernel Fuzzy Clustering Model and Its Applications Fifth International Workshop on Computational Intelligence & Applications IEEE SMC Hiroshima Chapter, Hiroshima University, Japan, November 10, 11 & 12, 2009 Self-Organized Similarity based Kernel Fuzzy

More information

Learning to Match. Jun Xu, Zhengdong Lu, Tianqi Chen, Hang Li

Learning to Match. Jun Xu, Zhengdong Lu, Tianqi Chen, Hang Li Learning to Match Jun Xu, Zhengdong Lu, Tianqi Chen, Hang Li 1. Introduction The main tasks in many applications can be formalized as matching between heterogeneous objects, including search, recommendation,

More information

Dynamic Obstacle Detection Based on Background Compensation in Robot s Movement Space

Dynamic Obstacle Detection Based on Background Compensation in Robot s Movement Space MATEC Web of Conferences 95 83 (7) DOI:.5/ matecconf/79583 ICMME 6 Dynamic Obstacle Detection Based on Background Compensation in Robot s Movement Space Tao Ni Qidong Li Le Sun and Lingtao Huang School

More information

A New Distance Independent Localization Algorithm in Wireless Sensor Network

A New Distance Independent Localization Algorithm in Wireless Sensor Network A New Distance Independent Localization Algorithm in Wireless Sensor Network Siwei Peng 1, Jihui Li 2, Hui Liu 3 1 School of Information Science and Engineering, Yanshan University, Qinhuangdao 2 The Key

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Zhiyan Zhang 1, Wei Qian 1, Lei Pan 1 & Yanjun Li 1 1 University of Shanghai for Science and Technology, China

More information

AN EFFECTIVE DETECTION OF SATELLITE IMAGES VIA K-MEANS CLUSTERING ON HADOOP SYSTEM. Mengzhao Yang, Haibin Mei and Dongmei Huang

AN EFFECTIVE DETECTION OF SATELLITE IMAGES VIA K-MEANS CLUSTERING ON HADOOP SYSTEM. Mengzhao Yang, Haibin Mei and Dongmei Huang International Journal of Innovative Computing, Information and Control ICIC International c 2017 ISSN 1349-4198 Volume 13, Number 3, June 2017 pp. 1037 1046 AN EFFECTIVE DETECTION OF SATELLITE IMAGES VIA

More information

A Robust Watermarking Algorithm For JPEG Images

A Robust Watermarking Algorithm For JPEG Images nd Joint International Information Technology, Mechanical and Electronic Engineering Conference (JIMEC 7) A Robust Watermarking Algorithm For JPEG Images Baosheng Sun, Daofu Gong*, Fenlin Liu *Foundation

More information

Application of Spectral Clustering Algorithm

Application of Spectral Clustering Algorithm 1/27 Application of Spectral Clustering Algorithm Danielle Middlebrooks dmiddle1@math.umd.edu Advisor: Kasso Okoudjou kasso@umd.edu Department of Mathematics University of Maryland- College Park Advance

More information

IMPLEMENTATION OF SPATIAL FUZZY CLUSTERING IN DETECTING LIP ON COLOR IMAGES

IMPLEMENTATION OF SPATIAL FUZZY CLUSTERING IN DETECTING LIP ON COLOR IMAGES IMPLEMENTATION OF SPATIAL FUZZY CLUSTERING IN DETECTING LIP ON COLOR IMAGES Agus Zainal Arifin 1, Adhatus Sholichah 2, Anny Yuniarti 3, Dini Adni Navastara 4, Wijayanti Nurul Khotimah 5 1,2,3,4,5 Department

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

Chapter 7 UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION

Chapter 7 UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION Supervised and unsupervised learning are the two prominent machine learning algorithms used in pattern recognition and classification. In this

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

The Gene Modular Detection of Random Boolean Networks by Dynamic Characteristics Analysis

The Gene Modular Detection of Random Boolean Networks by Dynamic Characteristics Analysis Journal of Materials, Processing and Design (2017) Vol. 1, Number 1 Clausius Scientific Press, Canada The Gene Modular Detection of Random Boolean Networks by Dynamic Characteristics Analysis Xueyi Bai1,a,

More information

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Lu Chen and Yuan Hang PERFORMANCE DEGRADATION ASSESSMENT AND FAULT DIAGNOSIS OF BEARING BASED ON EMD AND PCA-SOM.

More information

T-S Neural Network Model Identification of Ultra-Supercritical Units for Superheater Based on Improved FCM

T-S Neural Network Model Identification of Ultra-Supercritical Units for Superheater Based on Improved FCM Research Journal of Applied Sciences, Engineering and echnology 4(4): 247-252, 202 ISSN: 2040-7467 Maxwell Scientific Organization, 202 Submitted: March 2, 202 Accepted: April 03, 202 Published: July 5,

More information

MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS

MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS Mathematical and Computational Applications, Vol. 5, No. 2, pp. 240-247, 200. Association for Scientific Research MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS Volkan Uslan and Đhsan Ömür Bucak

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

Virtual Training Samples and CRC based Test Sample Reconstruction and Face Recognition Experiments Wei HUANG and Li-ming MIAO

Virtual Training Samples and CRC based Test Sample Reconstruction and Face Recognition Experiments Wei HUANG and Li-ming MIAO 7 nd International Conference on Computational Modeling, Simulation and Applied Mathematics (CMSAM 7) ISBN: 978--6595-499-8 Virtual raining Samples and CRC based est Sample Reconstruction and Face Recognition

More information

Data Cleaning for Power Quality Monitoring

Data Cleaning for Power Quality Monitoring for Power Quality Monitoring Zijing Yang, Junwei Cao, Yanxiang Xu Research Institute of Information Technology Tsinghua National Laboratory for Information Science and Technology, Tsinghua University,

More information

An adjustable p-exponential clustering algorithm

An adjustable p-exponential clustering algorithm An adjustable p-exponential clustering algorithm Valmir Macario 12 and Francisco de A. T. de Carvalho 2 1- Universidade Federal Rural de Pernambuco - Deinfo Rua Dom Manoel de Medeiros, s/n - Campus Dois

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

DECISION-TREE-BASED MULTICLASS SUPPORT VECTOR MACHINES. Fumitake Takahashi, Shigeo Abe

DECISION-TREE-BASED MULTICLASS SUPPORT VECTOR MACHINES. Fumitake Takahashi, Shigeo Abe DECISION-TREE-BASED MULTICLASS SUPPORT VECTOR MACHINES Fumitake Takahashi, Shigeo Abe Graduate School of Science and Technology, Kobe University, Kobe, Japan (E-mail: abe@eedept.kobe-u.ac.jp) ABSTRACT

More information

Part 4. Decomposition Algorithms Dantzig-Wolf Decomposition Algorithm

Part 4. Decomposition Algorithms Dantzig-Wolf Decomposition Algorithm In the name of God Part 4. 4.1. Dantzig-Wolf Decomposition Algorithm Spring 2010 Instructor: Dr. Masoud Yaghini Introduction Introduction Real world linear programs having thousands of rows and columns.

More information

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 206) A Network Intrusion Detection System Architecture Based on Snort and Computational Intelligence Tao Liu, a, Da

More information

A Study of Cloud Computing Scheduling Algorithm Based on Task Decomposition

A Study of Cloud Computing Scheduling Algorithm Based on Task Decomposition 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 A Study of Cloud Computing Scheduling Algorithm Based on Task Decomposition Feng Gao &

More information