A Combined Approach for Mining Fuzzy Frequent Itemset

Size: px
Start display at page:

Download "A Combined Approach for Mining Fuzzy Frequent Itemset"

Transcription

1 A Combned Approach for Mnng Fuzzy Frequent Itemset R. Prabamaneswar Department of Computer Scence Govndammal Adtanar College for Women Truchendur ABSTRACT Frequent Itemset Mnng s an mportant approach for Market Basket Analyss. Earler, the frequent temsets are determned based on the customer transactons of bnary data. Recently, fuzzy data are used to determne the frequent temsets because t provdes the nature of frequent temset e., t descrbes whether the frequent temset conssts of only hghly purchased tems or medum purchased tems or less purchased tems or combnaton of all these based on the fuzzy parttons correspond to quantty purchased. Ths paper concentrates on fuzzy frequent temset mnng n mult-dmensonal aspect by combnng prevously used approaches. Ths proposed approach ntally creates fuzzy parttons for numercal attrbutes and selects the fuzzy parttons to construct the fuzzy records and create the cluster-based fuzzy set table. Then, t uses cluster-based fuzzy set table, fnds the fuzzy frequent temset and reduces the sze of the cluster-based fuzzy set table teratvely. Fnally, t concludes wth the large fuzzy frequent temset. Ths paper also compares the proposed approach wth the fuzzy Apror approach and suggests the proposed approach s better than exstng fuzzy Apror approach. General Terms Data Mnng, Assocaton Rules, Frequent temset Keywords Fuzzy set, FCM, Cluster-based fuzzy set table, Fuzzy frequent temset 1. INTRODUCTION Knowledge dscovery, whose objectve s to obtan useful knowledge from data stored n large repostores, s recognzed as a basc necessty n many areas, especally those related to busness. Snce data represent a certan real-world doman, patterns that hold n data show us nterestng relatons that can be used to mprove our understandng of that doman. Data mnng s the step n the knowledge dscovery process that attempts to dscover novel and meanngful patterns n data. One of the best studed models for data mnng s that of assocaton rules. In the orgnal context of assocaton rule mnng, data are represented by a table wth bnary values. The man task of assocaton rule dscovery s to extract frequent temsets from data. Apror[1] algorthm of frequent temset mnng s a powerful method for market basket analyss. Ths market basket analyss system wll help the managers to understand about the set of tems are customers lkely to purchase. It wll also help the managers to propose new way of arrangement n store layouts. It wll gude them to plan marketng or advertsng approach.ths analyss may be carred out on all the retal stores data of customer transactons. Most of the problems deal wth quanttatve attrbutes nstead of bnary attrbutes. Therefore, there s a need to change from quanttatve attrbute nto bnary attrbute. In [2], mnng quanttatve assocaton rules has been proposed. Ths algorthm fnds the assocaton rules by parttonng attrbute domans and combnng adjacent parttons, then transforms the problem nto bnary one. Although, ths method can solve problem ntroduced by nfnte doman, t causes sharp boundary problem. It ether gnores or overemphaszes the elements near the boundares n the mnng process. In dealng wth the sharp boundary problem n parttonng, fuzzy sets whch can deal wth the boundary problem naturally have been used n the assocaton rule mnng domans. Fuzzy sets are frst ntroduced by Loft A. Zadeh n 1965[3]. After the ntroducton of fuzzy sets, Fuzzy Assocaton Rule Mnng algorthm (Fuzzy Apror) s ntroduced by kuok,fu and Wong[4]. Fuzzy Apror s smlar to classcal Apror but, t uses fuzzy data. Ths paper also uses fuzzy sets for mnng fuzzy frequent temsets. The fuzzy sets can be created by usng membershp functons such as Trangle, Trapezodal and Gaussan or by usng clusterng algorthms such as K- Means and Fuzzy C-Means. The created fuzzy sets are used to construct the fuzzy transacton records. In [5] and [6] trapezodal shape membershp functon s used for fndng fuzzy values. In [7] and [8-12], FCM algorthm s used for generatng fuzzy sets. The fuzzy records can be clustered for reducng the executon tme. The clusterbased approach s used n [11] and [13-14]. In [11] and [14], trangle functon s used ntally and generated fuzzy records are clustered depends on the length of the orgnal transacton. In [13], FCM s used nstead of trangle functon. In ths paper, ntally fuzzy parttons are created for each numercal attrbute usng FCM [15] algorthm. Then, one of the fuzzy parttons for each numercal attrbute s selected by fndng the sum of each partton separately and consderng the maxmum value among them. Afterwards, fuzzy records are constructed by consderng selected partton for each attrbute and jonng them. It s smlar to [9], but t consders only fuzzy values for numercal attrbutes. Now, fuzzy frequent 1-temset s determned by usng the created fuzzy records and smultaneously cluster-based fuzzy set table wth count >1 s created by elmnatng the fuzzy records whose number of fuzzy values satsfyng threshold equal to1. Smlarly fuzzy frequent 2-temset s determned by usng the created cluster-based fuzzy set table wth count >1 and smultaneously cluster-based fuzzy set table wth count >2 s created by elmnatng the fuzzy records wth count equal to 2. Iteratvely, the sze of the cluster-based fuzzy set table s reduced and fuzzy frequent large temset s determned from the reduced table. Secton 2 llustrates Fuzzy Apror and FCM. Secton 3 descrbes the proposed algorthm for determnng fuzzy 1

2 frequent temsets. Secton 4 demonstrates the algorthm wth an example. Secton 5 dscusses the expermental results. Fnally, concluson s gven n Secton FUZZY APRIORI AND FCM Fuzzy Apror s smlar to classcal Apror but, t uses fuzzy data. In recent years, there have been many attempts to mprove the classcal approach. Fuzzy sets can generally be vewed as an extenson of the classcal crsp sets. They have been frst ntroduced by Loft A. Zadeh n 1965[3]. A fuzzy set A on a unverse X s characterzed by X [0, 1] mappng, also called the membershp functon of A. Therefore, t s necessary to convert the crsp dataset nto fuzzy dataset. For convertng crsp dataset nto fuzzy dataset, frst fuzzy parttons are created for each numercal attrbute then, multple fuzzy records are created for each record n the crsp dataset. There s no well-defned and coordnated fuzzy-orented method to create fuzzy parttons. But, FCM[15] s a very popular and establshed algorthm for fuzzy clusterng n varous domans. It helps n the fuzzy parttons of the dataset, where every data pont belongs to every cluster to a certan degree μ n the range [0, 1]. Thus, each pece of data can belong to two or more clusters. The algorthm[15] tres to mnmze the objectve functon: (1) where m s any real number such that 1 m <, μ j s the degree of membershp of x n the cluster j, x s the th d-dmensonal measured data, c j s the d-dmenson center of the cluster, and * s any norm expressng the smlarty between any measured data and the center. The fuzzness parameter m s an arbtrary real number (m > 1). The hgher the value of m, the fuzzer s the resultng parttonng. The fuzzy parttons generated by FCM are normalzed such that for each data pont the sum of the membershp degrees for each cluster s 1 (, where C s the total number of one dmensonal clusters for that partcular attrbute). Fuzzy parttonng s carred out through an teratve optmzaton of the objectve functon shown above, wth the update of membershp μ j and the cluster centers c j by: (2) where c j = (3) Based on the fuzzy parttons correspond to each numercal attrbute, each record n the orgnal dataset s converted nto multple fuzzy records n the fuzzy dataset. Both the algorthms Apror and Fuzzy Apror count the support of each temset for fndng frequent temset but, the only dfference s that Fuzzy Apror calculates sum of the membershp functon μ correspondng to each record where the temset exsts. Thus, the support for any temset s the sum of membershp functons over the whole fuzzy dataset. Ths calculaton s done wth the help of a sutable t-norm. 3. PROPOSED APPROACH The proposed approach consders only the numercal attrbutes. The followng steps are used n ths approach. Step1: Fuzzy parttons are generated usng FCM algorthm. Here, the sngle dmensonal FCM s used. Step2: Fuzzy records are created by consderng one of the selected parttons of each numercal attrbute and jonng them. The partton can be selected by fndng the sum of each partton separately and choosng the maxmum among them. Then, fuzzy frequent 1-temset s determned by usng the created fuzzy records and smultaneously cluster-based fuzzy set table wth count >1 s created by elmnatng the fuzzy records whose number of fuzzy value satsfyng threshold equal to1. Step3: Frequent large temset s determned by followng the modfed Apror algorthm[16] along wth clusterbased fuzzy set table. Ths approach follows [15] for performng Step1. Step2 s carred out by followng [9] and [11]. In [9], both numercal and categorcal attrbutes are consdered and n [11], the length of orgnal transacton s consdered for clusterng n to correspondng table and trangle functon s used for generatng membershp value, but n ths approach, FCM s used for generatng membershp value and number of satsfed membershp values of each record(each membershp value should be specfed threshold membershp value) s consdered for clusterng nto cluster-based fuzzy set table. Here, the same clusterbased fuzzy set table s used successvely by elmnatng the fuzzy records whose number of membershp values s not satsfed. Intally, the records whose no of membershp =1 are removed, then the records whose no of membershp =2 are removed and so on tll the large fuzzy frequent temset s detemned nstead of clusterng nto cluster-table(k),cluster-table(k+1),cluster table(k+2).. n [11]. Step 3 s performed by modfyng canddate generaton process of an Apror algorthm[1]. Ths proposed algorthm fnds the subsets of a canddate temset partally. It also follows the same procedure used n [16] along wth cluster-based fuzzy set table and fnds frequent k-temset. In [11], frequent k-temset s determned wth reference to the cluster-table(k), then t s contacted wth the cluster-table(k+1), cluster table(k+2).but here, the same cluster-based fuzzy set table s used. Therefore, the number of tmes of scannng the database s reduced. Hence, the proposed approach s faster than exstng fuzzy Apror algorthm. The proposed algorthm s gven below: Proposed Algorthm Input: database D, mn-support, threshold -membershp value Output: fuzzy frequent large temset Man() begn 1. Call FCM1 2. Call Modfed Apror() End Procedure FCM1 D1= Null; canddate= set of numercal tems for canddate s numercal attrbute= 1 to n do For each transacton T D do 1 create fuzzy parttons usng FCM 2. sum each partton separately select any one partton wth greater sum 2

3 D1=D1+selected partton //create fuzzy_cltable Fuzz_cltable= for each transacton T D1 do canddate.supp s calculated based on thresholdmembershp value f (no of membershp of T >1) add T nto fuzzy_cltable L 1 =canddate canddate.supp mn-support D1=fuzzy_cltable Procedure Modfed Apror() number of tems n a combnaton (c1) = 1 k:=2 whle (L k-1!= φ) call_generate_new (c1) c1++ k++ Procedure call_generate_new(c1) generate canddates (L k-1 ) fuzzy_cltable= for each generated canddates c C k f (c1=1) call frequent(c) else get all partal subset( c) f (all partal subset(c) L k-1 ) call frequent(c) D1=fuzzy_cltable Procedure frequent(c) c.supp=0 for each fuzzy transacton T D1 fnd fuzzy ntersecton(c) // durng fuzzy ntersecton, check each value aganst threshold -membershp value; f value s < threshold -membershp value, then skp that transacton f ( fuzzy ntersecton(c) threshold -membershp value ) c.supp++ add no of membershp of T >k to fuzzy_cltable L k = c c.supp mn-support 4. EXAMPLE Let D= T 1, T 2 T n be a set of transacton and I= 1, 2. n be a set of attrbutes. Each attrbute k assocates wth several fuzzy sets such as F =f 1,f 2.f n. Table 1 shows sample database wth quanttatve attrbutes (quantty corresponds to tems). Table1. A Sample Transactonal Database Trans-d Item wth quantty 1 1 : 31, 2 :27, 3 :39, 4 :39, 6 : :39, 4 :27, 6 : :21, 3 :27, 5 : :37, 2 :27, 5 : :35, 4 :20, 6 : :20, 2 :27, 3 :31, 6 : :25, 5 : :25, 5 :38, 6 : :39, 6 : :27, 4 :37, 6 :34 The fuzzy sets for each attrbute s determned by usng FCM algorthm wth the clusters centers such as c 1 =15, c 2 =30, and c 3 =40. Therefore, three fuzzy parttons are created for each quanttatve attrbute and one of the fuzzy parttons s selected based on the maxmum cumulatve value among them. Then, fuzzy records are created by jonng all the selected parttons and removng the fuzzy value 0. Table 2 shows fuzzy transactonal database. Table2. A fuzzy Transactonal Database/ cluster-based fuzzy set table (1). Trans-d 1 1.med : 0.853; 2.med :0.896; 4.med : 0.008; 6.med : med : 0.012; 4.med : 0.99; 6.med : med : 0.465; 3.med : 0.956; 5.med : med : 0.047; 2.med : 0.896; 5.med : med : 0.485; 4.med : 0.463; 6.med : med : 0.338; 2.med : 0.896; 3.med : 0.931; 6.med : 7 3.med : 0.85; 5.med : med :0.915; 5.med : 0.05; 6.med : med : 0.012; 6.med : med : 0.956; 4.med : 0.099; 6.med : Intally, cluster-based fuzzy set table s same as constructed fuzzy records. Then ts sze s reduced successvely. Here, each fuzzy record s each membershp value s checked aganst the threshold membershp value and the satsfed value s consdered for fndng the count value. Thereafter, the fuzzy record s stored n a clusterbased fuzzy set table depends on the count value for further teraton. It s shown as below: Table3. Cluster-based fuzzy set table (2) Transd 1 1.med : 0.853; 2.med :0.896; 4.med : 0.008; 6.med : med : 0.465; 3.med : 0.956; 5.med : med : 0.047; 2.med : 0.896; 5.med :

4 4 2.med : 0.485; 4.med : 0.463; 6.med : med : 0.338; 2.med : 0.896; 3.med : 0.931; 6.med : Table4. Cluster-based fuzzy set table (3) 1 1.med : 0.465; 3.med : 0.956; 5.med : med : 0.485; 4.med : 0.463; 6.med : med : 0.338; 2.med : 0.896; 3.med : 0.931; 6.med : Table5. Cluster-based fuzzy set table (4) Transd Transd 1 1.med : 0.338; 2.med : 0.896; 3.med : 0.931; 6.med : Assume that the threshold membershp value s 0.05 and mn-support s The fuzzy support values of canddate 1-temsets are calculated as: 1.med = = med = = med = = med = = med = = med = =2.764 The canddate 1-temset 0.05 are 1.med, 2.med, 3.med, 4.med, 5.med, 6.med. Therefore, L 1 = 1.med, 2.med, 3.med, 4.med, 5.med, 6.med. Then canddate 2-temsets are generated and frequent 2-temsets are determned from cluster-based fuzzy-sets table wth count >1..e., cluster-based fuzzysets table (2). For example, the fuzzy support value of canddate 2-temset 1.med, 2.med s calculated as 1.med, 2.med = mn (0.853, 0.896) + mn (0.047, 0.896) +mn (0.338, 0.896) = =1.238 Smlarly, the fuzzy support values of further canddate2- tmsets are calculated. Therefore, L 2 = 1.med, 2.med, 1.med, 3.med, 1.med, 5.med, 1.med, 6.med, 2.med, 3.med, 2.med, 4.med, 2.med, 5.med, 2.med, 6.med, 3.med, 4.med, 3.med, 5.med, 3.med, 6.med, 4.med, 5.med, 4.med, 6.med, 5.med, 6.med Now, the canddate 3-temsets are generated and frequent 3-temsets are determned from cluster-based fuzzy-sets table wth count >2 as, L 3 = 1.med, 2.med, 3.med, 1.med, 2.med, 6.med, 1.med, 3.med, 5.med, 1.med, 3.med, 6.med 2.med, 3.med, 6.med, 2.med, 4.med, 6.med In the smlar way, large temsets L n are dscovered. In ths example, the large temset determned s 1.med, 2.med, 3.med, 6.med. 5.EXPERIMENTAL RESULTS To evaluate the effcency of the proposed method, t s mplemented along wth fuzzy Apror algorthm and expermented wth the mushroom dataset. The mushroom dataset contans the characterstcs of varous speces of mushrooms and s orgnally obtaned from the UCI repostory of machne learnng databases. It has 119 tems and 8124 transactons. The mnmum, maxmum and average length of ts transacton s 23. Both algorthms are mplemented usng C# language and carred on the computer wth the confguraton such as Intel(R) Core(TM) 3CPU, 3 GB RAM, 2.53 GHz Speed and Wndows 7 Operatng System. Fg 1 shows the performance of both algorthms Fg1. Performance of Fuzzy Apror and Proposed Approach Here, the quanttes are randomly added wth the mushroom dataset and fuzzy transactons are created. The tme taken for creatng fuzzy transactons s 54.5 sec and for fndng fuzzy frequent temset s gven n the fgure 1. The experment s done by varyng fuzzy support values such as , , and and gettng frequent 5-temset, frequent 4-temset, frequent 3-tmset and frequent 3-temset correspondngly. From the fgure 1, t s clear that the proposed algorthm takes lesser tme comparng to Fuzzy Apror algorthm. 6. CONCLUSION The proposed approach determnes the fuzzy frequent large temsets based on the approaches such as FCM, FPREP, FCBAR and modfed Apror algorthm. It llustrates the fast performance of the proposed approach wth the comparson to Fuzzy Apror approach. It consders only numercal attrbutes for constructng fuzzy records. In future, t wll consder categorcal attrbutes along wth the numercal attrbutes for creatng fuzzy records and fndng fuzzy frequent temset. 7. REFERENCES [1] Agrawal. R., Imelmsk. T and Swam. A.N., Mnng Assocaton Rules between sets of tems n large database, Proceedngs of ACM SIGMOD Internatonal Conference Management of Data, CM Press, pp , [2] R. Srkant and R. Agrawal, Mnng quanttatve assocaton rules nlarge relatonal tables, n Proc. 4

5 ACM SIGMOD Conf. Management Data, Montréal, QC, Canada,pp. 1 12, [3] Zadeh L.A., Fuzzy Sets and systems, Internatonal Journal of General Systems, Vol. 17, pp , [4] C. M. Kuok, A. W.-C. Fu, and M. H. Wong, Mnng fuzzy assocaton rules n databases, ACM SIGMOD Rec., vol. 27, no. 1, pp , Mar [5] Wenng Zhang, Mnng Fuzzy Quanttatve Assocaton Rules, n Proc. ICTAI, pp , [6] Keon-Myung Lee, Mnng Generalzed Fuzzy Quanttatve Rules wth Fuzzy Generalzaton Herarches, IFSA World Congress and 20th NAFIPS Internatonal Conference, 2001, vol. 5, pp , Dgtal Object Identfer : /NAFIPS [7] H.Verlnde, M. De Cock, and R. Boute, Fuzzy versus quanttatve assocaton rules: A far data drven comparson, IEEE Trans. Syst., Man, Cybern. B, Cybern., vol. 36, no. 3, pp , Jun Man, Cybern. B, Cybern., vol. 36, no. 3, pp , Jun [8] E.Hüllermeer, Y. Y, In Defense of Fuzzy Assocaton Analyss, IEEE Transactons on Systems, Man and Cybernetcs - Part B: Cybernetcs, vol. 37, no.4,pp , August [9] Ashsh Mangalampall and Vkram Pud, FPrep: Fuzzy Clusterng drven Effcent Automated Pre-processng for Fuzzy Assocaton Rule Mnng, IEEE Intl Conference on Fuzzy Systems (FUZZ-IEEE) Barcelona, Span [10] Ashsh Mangalampall and Vkram Pud, Fuzzy Assocaton Rule Mnng Algorthm for Fast and Effcent Performance on Very Large Datasets, FUZZ-IEEE 2009, Korea, pp , August 20-24, [11] Reza Sheban and Amr Ebrahmzadeh, An Algorthm For Mnng Fuzzy Assocaton Rules, Proceedngs of the Internatonal MultConference of Engneers and Computer Scentsts 2008 Vol I, IMECS 2008, March, 2008, Hong Kong. [12] Toshhko WATANABE, A Fast Fuzzy Assocaton Rules Mnng Algorthm Utlzng Output Feld Specfcaton, Bomedcal Soft Computng and Human Scences, vol. `16, no. 2, pp [13] Amr Ebrahmzadeh and Reza Sheban, Two Effcent Algorthms for Mnng Fuzzy Assocaton Rules, Internatonal Journal of Machne Learnng and Computng, Vol. 1, No. 5, December [14] Hung-Pn Chu et.al., Applyng cluster-based fuzzy assocaton rules mnng framework nto EC envronment, Appled Soft Computng, Artcle n Press [15] Bezdek J.C.: Pattern Recognton wth Fuzzy Objectve Functon Algorthms. Kluwer Academc Publshers, Norwell, MA (1981). [16] D.Ashok Kumar and R.Prabamaneswar, A Modfed Algorthm for Generatng Sngle Dmensonal Fuzzy temset Mnng, Internatonal Journal of Computatonal Intellgence and Informatcs, Vol. 1, N0. 3, pp , ISSN: , October-December

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Determining Fuzzy Sets for Quantitative Attributes in Data Mining Problems

Determining Fuzzy Sets for Quantitative Attributes in Data Mining Problems Determnng Fuzzy Sets for Quanttatve Attrbutes n Data Mnng Problems ATTILA GYENESEI Turku Centre for Computer Scence (TUCS) Unversty of Turku, Department of Computer Scence Lemmnkäsenkatu 4A, FIN-5 Turku

More information

A NOTE ON FUZZY CLOSURE OF A FUZZY SET

A NOTE ON FUZZY CLOSURE OF A FUZZY SET (JPMNT) Journal of Process Management New Technologes, Internatonal A NOTE ON FUZZY CLOSURE OF A FUZZY SET Bhmraj Basumatary Department of Mathematcal Scences, Bodoland Unversty, Kokrajhar, Assam, Inda,

More information

Fuzzy Weighted Association Rule Mining with Weighted Support and Confidence Framework

Fuzzy Weighted Association Rule Mining with Weighted Support and Confidence Framework Fuzzy Weghted Assocaton Rule Mnng wth Weghted Support and Confdence Framework M. Sulaman Khan, Maybn Muyeba, Frans Coenen 2 Lverpool Hope Unversty, School of Computng, Lverpool, UK 2 The Unversty of Lverpool,

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

Parallel and Distributed Association Rule Mining - Dr. Giuseppe Di Fatta. San Vigilio,

Parallel and Distributed Association Rule Mining - Dr. Giuseppe Di Fatta. San Vigilio, Parallel and Dstrbuted Assocaton Rule Mnng - Dr. Guseppe D Fatta fatta@nf.un-konstanz.de San Vglo, 18-09-2004 1 Overvew Assocaton Rule Mnng (ARM) Apror algorthm Hgh Performance Parallel and Dstrbuted Computng

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Concurrent Apriori Data Mining Algorithms

Concurrent Apriori Data Mining Algorithms Concurrent Apror Data Mnng Algorthms Vassl Halatchev Department of Electrcal Engneerng and Computer Scence York Unversty, Toronto October 8, 2015 Outlne Why t s mportant Introducton to Assocaton Rule Mnng

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

Query Clustering Using a Hybrid Query Similarity Measure

Query Clustering Using a Hybrid Query Similarity Measure Query clusterng usng a hybrd query smlarty measure Fu. L., Goh, D.H., & Foo, S. (2004). WSEAS Transacton on Computers, 3(3), 700-705. Query Clusterng Usng a Hybrd Query Smlarty Measure Ln Fu, Don Hoe-Lan

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

More information

Available online at Available online at Advanced in Control Engineering and Information Science

Available online at   Available online at   Advanced in Control Engineering and Information Science Avalable onlne at wwwscencedrectcom Avalable onlne at wwwscencedrectcom Proceda Proceda Engneerng Engneerng 00 (2011) 15000 000 (2011) 1642 1646 Proceda Engneerng wwwelsevercom/locate/proceda Advanced

More information

A METHOD FOR FACTOR SCREENING OF SIMULATION EXPERIMENTS BASED ON ASSOCIATION RULE MINING

A METHOD FOR FACTOR SCREENING OF SIMULATION EXPERIMENTS BASED ON ASSOCIATION RULE MINING A METHOD FOR FACTOR SCREENING OF SIMULATION EXPERIMENTS BASED ON ASSOCIATION RULE MINING Lngyun Lu (a), We L (b), Png Ma (c), Mng Yang (d) Control and Smulaton Center, Harbn Insttute of Technology, Harbn

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition

Optimal Design of Nonlinear Fuzzy Model by Means of Independent Fuzzy Scatter Partition Optmal Desgn of onlnear Fuzzy Model by Means of Independent Fuzzy Scatter Partton Keon-Jun Park, Hyung-Kl Kang and Yong-Kab Km *, Department of Informaton and Communcaton Engneerng, Wonkwang Unversty,

More information

Chapter 6 Programmng the fnte element method Inow turn to the man subject of ths book: The mplementaton of the fnte element algorthm n computer programs. In order to make my dscusson as straghtforward

More information

From Comparing Clusterings to Combining Clusterings

From Comparing Clusterings to Combining Clusterings Proceedngs of the Twenty-Thrd AAAI Conference on Artfcal Intellgence (008 From Comparng Clusterngs to Combnng Clusterngs Zhwu Lu and Yuxn Peng and Janguo Xao Insttute of Computer Scence and Technology,

More information

Incremental Learning with Support Vector Machines and Fuzzy Set Theory

Incremental Learning with Support Vector Machines and Fuzzy Set Theory The 25th Workshop on Combnatoral Mathematcs and Computaton Theory Incremental Learnng wth Support Vector Machnes and Fuzzy Set Theory Yu-Mng Chuang 1 and Cha-Hwa Ln 2* 1 Department of Computer Scence and

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

A Simple Methodology for Database Clustering. Hao Tang 12 Guangdong University of Technology, Guangdong, , China

A Simple Methodology for Database Clustering. Hao Tang 12 Guangdong University of Technology, Guangdong, , China for Database Clusterng Guangdong Unversty of Technology, Guangdong, 0503, Chna E-mal: 6085@qq.com Me Zhang Guangdong Unversty of Technology, Guangdong, 0503, Chna E-mal:64605455@qq.com Database clusterng

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

A User Selection Method in Advertising System

A User Selection Method in Advertising System Int. J. Communcatons, etwork and System Scences, 2010, 3, 54-58 do:10.4236/jcns.2010.31007 Publshed Onlne January 2010 (http://www.scrp.org/journal/jcns/). A User Selecton Method n Advertsng System Shy

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method Internatonal Journal of Computatonal and Appled Mathematcs. ISSN 89-4966 Volume, Number (07), pp. 33-4 Research Inda Publcatons http://www.rpublcaton.com An Accurate Evaluaton of Integrals n Convex and

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Supervsed vs. Unsupervsed Learnng Up to now we consdered supervsed learnng scenaro, where we are gven 1. samples 1,, n 2. class labels for all samples 1,, n Ths s also

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

A Heuristic for Mining Association Rules In Polynomial Time*

A Heuristic for Mining Association Rules In Polynomial Time* Complete reference nformaton: Ylmaz, E., E. Trantaphyllou, J. Chen, and T.W. Lao, (3), A Heurstc for Mnng Assocaton Rules In Polynomal Tme, Computer and Mathematcal Modellng, No. 37, pp. 9-33. A Heurstc

More information

A Heuristic for Mining Association Rules In Polynomial Time

A Heuristic for Mining Association Rules In Polynomial Time A Heurstc for Mnng Assocaton Rules In Polynomal Tme E. YILMAZ General Electrc Card Servces, Inc. A unt of General Electrc Captal Corporaton 6 Summer Street, MS -39C, Stamford, CT, 697, U.S.A. egemen.ylmaz@gecaptal.com

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

SSDR: An Algorithm for Clustering Categorical Data Using Rough Set Theory

SSDR: An Algorithm for Clustering Categorical Data Using Rough Set Theory Avalable onlne at www.pelagaresearchlbrary.com Pelaga Research Lbrary Advances n Appled Scence Research, 20, 2 (3): 34-326 ISSN: 0976-860 CODEN (USA): AASRFC SSDR: An Algorthm for Clusterng Categorcal

More information

A Note on Quasi-coincidence for Fuzzy Points of Fuzzy Topology on the Basis of Reference Function

A Note on Quasi-coincidence for Fuzzy Points of Fuzzy Topology on the Basis of Reference Function I.J. Mathematcal Scences and Computng, 2016, 3, 49-57 Publshed Onlne July 2016 n MECS (http://www.mecs-press.net) DOI: 10.5815/jmsc.2016.03.05 Avalable onlne at http://www.mecs-press.net/jmsc A Note on

More information

Decision Strategies for Rating Objects in Knowledge-Shared Research Networks

Decision Strategies for Rating Objects in Knowledge-Shared Research Networks Decson Strateges for Ratng Objects n Knowledge-Shared Research etwors ALEXADRA GRACHAROVA *, HAS-JOACHM ER **, HASSA OUR ELD ** OM SUUROE ***, HARR ARAKSE *** * nsttute of Control and System Research,

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

TF 2 P-growth: An Efficient Algorithm for Mining Frequent Patterns without any Thresholds

TF 2 P-growth: An Efficient Algorithm for Mining Frequent Patterns without any Thresholds TF 2 P-growth: An Effcent Algorthm for Mnng Frequent Patterns wthout any Thresholds Yu HIRATE, Ego IWAHASHI, and Hayato YAMANA Graduate School of Scence and Engneerng, Waseda Unversty {hrate, ego, yamana}@yama.nfo.waseda.ac.jp

More information

USING GRAPHING SKILLS

USING GRAPHING SKILLS Name: BOLOGY: Date: _ Class: USNG GRAPHNG SKLLS NTRODUCTON: Recorded data can be plotted on a graph. A graph s a pctoral representaton of nformaton recorded n a data table. t s used to show a relatonshp

More information

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

Generating Fuzzy Term Sets for Software Project Attributes using and Real Coded Genetic Algorithms

Generating Fuzzy Term Sets for Software Project Attributes using and Real Coded Genetic Algorithms Generatng Fuzzy Ter Sets for Software Proect Attrbutes usng Fuzzy C-Means C and Real Coded Genetc Algorths Al Idr, Ph.D., ENSIAS, Rabat Alan Abran, Ph.D., ETS, Montreal Azeddne Zah, FST, Fes Internatonal

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

(1) The control processes are too complex to analyze by conventional quantitative techniques.

(1) The control processes are too complex to analyze by conventional quantitative techniques. Chapter 0 Fuzzy Control and Fuzzy Expert Systems The fuzzy logc controller (FLC) s ntroduced n ths chapter. After ntroducng the archtecture of the FLC, we study ts components step by step and suggest a

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

A Webpage Similarity Measure for Web Sessions Clustering Using Sequence Alignment

A Webpage Similarity Measure for Web Sessions Clustering Using Sequence Alignment A Webpage Smlarty Measure for Web Sessons Clusterng Usng Sequence Algnment Mozhgan Azmpour-Kv School of Engneerng and Scence Sharf Unversty of Technology, Internatonal Campus Ksh Island, Iran mogan_az@ksh.sharf.edu

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem An Effcent Genetc Algorthm wth Fuzzy c-means Clusterng for Travelng Salesman Problem Jong-Won Yoon and Sung-Bae Cho Dept. of Computer Scence Yonse Unversty Seoul, Korea jwyoon@sclab.yonse.ac.r, sbcho@cs.yonse.ac.r

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

ASSOCIATION RULE MINING BASED ON IMAGE CONTENT

ASSOCIATION RULE MINING BASED ON IMAGE CONTENT Internatonal Journal of Informaton Technology and Knowledge Management January-June 011, Volume 4, No. 1, pp. 143-146 ASSOCIATION RULE MINING BASED ON IMAGE CONTENT Deepa S. Deshpande Image mnng s concerned

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

Document Representation and Clustering with WordNet Based Similarity Rough Set Model

Document Representation and Clustering with WordNet Based Similarity Rough Set Model IJCSI Internatonal Journal of Computer Scence Issues, Vol. 8, Issue 5, No 3, September 20 ISSN (Onlne): 694-084 www.ijcsi.org Document Representaton and Clusterng wth WordNet Based Smlarty Rough Set Model

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

/02/$ IEEE

/02/$ IEEE A Modfed Fuzzy ART for Soft Document Clusterng Ravkumar Kondadad and Robert Kozma Dvson of Computer Scence Department of Mathematcal Scences Unversty of Memphs, Memphs, TN 38152 ABSTRACT Document clusterng

More information

Classification / Regression Support Vector Machines

Classification / Regression Support Vector Machines Classfcaton / Regresson Support Vector Machnes Jeff Howbert Introducton to Machne Learnng Wnter 04 Topcs SVM classfers for lnearly separable classes SVM classfers for non-lnearly separable classes SVM

More information

Fuzzy Modeling of the Complexity vs. Accuracy Trade-off in a Sequential Two-Stage Multi-Classifier System

Fuzzy Modeling of the Complexity vs. Accuracy Trade-off in a Sequential Two-Stage Multi-Classifier System Fuzzy Modelng of the Complexty vs. Accuracy Trade-off n a Sequental Two-Stage Mult-Classfer System MARK LAST 1 Department of Informaton Systems Engneerng Ben-Guron Unversty of the Negev Beer-Sheva 84105

More information

A Clustering Algorithm for Chinese Adjectives and Nouns 1

A Clustering Algorithm for Chinese Adjectives and Nouns 1 Clusterng lgorthm for Chnese dectves and ouns Yang Wen, Chunfa Yuan, Changnng Huang 2 State Key aboratory of Intellgent Technology and System Deptartment of Computer Scence & Technology, Tsnghua Unversty,

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

Algorithms for Frequent Pattern Mining of Big Data

Algorithms for Frequent Pattern Mining of Big Data Research Inda Publcatons. http://www.rpublcaton.com Algorthms for Frequent Pattern Mnng of Bg Data Syed Zubar Ahmad Shah 1, Mohammad Amjad 1, Ahmad Al Habeeb 2, Mohd Huzafa Faruqu 1 and Mudasr Shaf 3 1

More information

K-means and Hierarchical Clustering

K-means and Hierarchical Clustering Note to other teachers and users of these sldes. Andrew would be delghted f you found ths source materal useful n gvng your own lectures. Feel free to use these sldes verbatm, or to modfy them to ft your

More information

Clustering using Vector Membership: An Extension of the Fuzzy C-Means Algorithm

Clustering using Vector Membership: An Extension of the Fuzzy C-Means Algorithm Clusterng usng Vector Membershp: An Extenson of the Fuzzy C-Means Algorthm Srnjoy Ganguly 1, Dgbalay Bose, Amt Konar 3 1,,3 Department of Electroncs & Telecommuncaton Engneerng, Jadavpur Unversty, Kolkata,

More information

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1)

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1) Secton 1.2 Subsets and the Boolean operatons on sets If every element of the set A s an element of the set B, we say that A s a subset of B, or that A s contaned n B, or that B contans A, and we wrte A

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

Non-Split Restrained Dominating Set of an Interval Graph Using an Algorithm

Non-Split Restrained Dominating Set of an Interval Graph Using an Algorithm Internatonal Journal of Advancements n Research & Technology, Volume, Issue, July- ISS - on-splt Restraned Domnatng Set of an Interval Graph Usng an Algorthm ABSTRACT Dr.A.Sudhakaraah *, E. Gnana Deepka,

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

A new paradigm of fuzzy control point in space curve

A new paradigm of fuzzy control point in space curve MATEMATIKA, 2016, Volume 32, Number 2, 153 159 c Penerbt UTM Press All rghts reserved A new paradgm of fuzzy control pont n space curve 1 Abd Fatah Wahab, 2 Mohd Sallehuddn Husan and 3 Mohammad Izat Emr

More information

Related-Mode Attacks on CTR Encryption Mode

Related-Mode Attacks on CTR Encryption Mode Internatonal Journal of Network Securty, Vol.4, No.3, PP.282 287, May 2007 282 Related-Mode Attacks on CTR Encrypton Mode Dayn Wang, Dongda Ln, and Wenlng Wu (Correspondng author: Dayn Wang) Key Laboratory

More information

Intra-Parametric Analysis of a Fuzzy MOLP

Intra-Parametric Analysis of a Fuzzy MOLP Intra-Parametrc Analyss of a Fuzzy MOLP a MIAO-LING WANG a Department of Industral Engneerng and Management a Mnghsn Insttute of Technology and Hsnchu Tawan, ROC b HSIAO-FAN WANG b Insttute of Industral

More information

A Study on the Application of Spatial-Knowledge-Tags using Human Motion in Intelligent Space

A Study on the Application of Spatial-Knowledge-Tags using Human Motion in Intelligent Space A Study on the Applcaton of Spatal-Knowledge-Tags usng Human Moton n Intellgent Space Tae-Seok Jn*, Kazuyuk Moroka**, Mhoko Ntsuma*, Takesh Sasak*, and Hdek Hashmoto * * Insttute of Industral Scence, the

More information

Reducing Frame Rate for Object Tracking

Reducing Frame Rate for Object Tracking Reducng Frame Rate for Object Trackng Pavel Korshunov 1 and We Tsang Oo 2 1 Natonal Unversty of Sngapore, Sngapore 11977, pavelkor@comp.nus.edu.sg 2 Natonal Unversty of Sngapore, Sngapore 11977, oowt@comp.nus.edu.sg

More information

GSLM Operations Research II Fall 13/14

GSLM Operations Research II Fall 13/14 GSLM 58 Operatons Research II Fall /4 6. Separable Programmng Consder a general NLP mn f(x) s.t. g j (x) b j j =. m. Defnton 6.. The NLP s a separable program f ts objectve functon and all constrants are

More information

Data Representation in Digital Design, a Single Conversion Equation and a Formal Languages Approach

Data Representation in Digital Design, a Single Conversion Equation and a Formal Languages Approach Data Representaton n Dgtal Desgn, a Sngle Converson Equaton and a Formal Languages Approach Hassan Farhat Unversty of Nebraska at Omaha Abstract- In the study of data representaton n dgtal desgn and computer

More information

Clustering Algorithm Combining CPSO with K-Means Chunqin Gu 1, a, Qian Tao 2, b

Clustering Algorithm Combining CPSO with K-Means Chunqin Gu 1, a, Qian Tao 2, b Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) Clusterng Algorthm Combnng CPSO wth K-Means Chunqn Gu, a, Qan Tao, b Department of Informaton Scence, Zhongka

More information

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

An Evolvable Clustering Based Algorithm to Learn Distance Function for Supervised Environment

An Evolvable Clustering Based Algorithm to Learn Distance Function for Supervised Environment IJCSI Internatonal Journal of Computer Scence Issues, Vol. 7, Issue 5, September 2010 ISSN (Onlne): 1694-0814 www.ijcsi.org 374 An Evolvable Clusterng Based Algorthm to Learn Dstance Functon for Supervsed

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

Querying by sketch geographical databases. Yu Han 1, a *

Querying by sketch geographical databases. Yu Han 1, a * 4th Internatonal Conference on Sensors, Measurement and Intellgent Materals (ICSMIM 2015) Queryng by sketch geographcal databases Yu Han 1, a * 1 Department of Basc Courses, Shenyang Insttute of Artllery,

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information