Association Rule Mining Based on Estimation of Distribution Algorithm for Blood Indices

Size: px
Start display at page:

Download "Association Rule Mining Based on Estimation of Distribution Algorithm for Blood Indices"

Transcription

1 Assocaton Rule Mnng Based on Estmaton of Dstrbuton Algorthm for Blood Indces Xnyu Zhang College of Informaton Scence and Engneerng ortheastern Unversty Shenyang, Chna E-mal: Botu Xue College of Informaton Scence and Engneerng ortheastern Unversty Shenyang, Chna E-mal: Guanghu Su College of Informaton Scence and Engneerng ortheastern Unversty Shenyang, Chna E-mal: Janang Cu* Inst. Intellgent Systems ortheastern Unversty, Shenyang, Chna E-mal: *Correspondng Author Abstract To come over the lmtatons of Apror algorthm and assocaton rule mnng algorthm based on Genetc Algorthm (GA), ths paper proposed a new assocaton rule mnng algorthm based on the populaton-based ncremental algorthm (PBIL), whch s a knd of dstrbuton estmaton algorthms. The proposed assocaton rule-mnng algorthm keeps the advantages of GA mnng assocaton rules n codng and the ftness functon. Through usng probablty vector possessng learnng propertes to update the populaton, the algorthm ncreases the convergence speed and enhances the searchng ablty, compared to GA. In the experment of mnng assocaton, rules n blood ndces data, PBIL algorthm performs better not only n runnng tme, convergence speed, but also acheve better searchng results. Meanwhle, ths paper proposed a parallel algorthm for assocaton rule mnng based on PBIL and desgned a system archtecture based on cloud computng for blood ndces analyss, provdng a good example to apply the new algorthm to cloud computng. Keywords-Dstrbuton estmaton algorthm; Probablty vector; Blood ndces; Parallel algorthm; Cloud computng I. ITRODUCTIO Assocaton rule mnng s an mportant branch of data mnng. By collectng many records of tems n the database then analyzng them, the valuable relatonshps between huge amounts of data can be found [1]. The sgnfcance of the assocaton rules analyss s greater n medcal data than n other areas. By mnng the medcal data, the potental relatonshps between varous dseases and varous health ndcators can be found, servng for medcal research and dsease dagnoss [2]. Apror algorthm s the most typcal algorthm for assocaton rule mnng. Tradtonal Apror algorthm needs to scan the database for many tmes to generate vast canddate sets, leadng to poor extensblty of Apror algorthm. To overcome the weakness above, some scholars put forward a theory usng ntellgent optmzaton algorthm to mne the assocaton rules. In 2004, L Yng [3] put forward the applcaton of generalzed genetc algorthm n Apror algorthm mprovng. At frst, t uses Apror to search partal assocaton rules, then t uses genetc algorthm to search global assocaton rules. In ths way, the tmes of traversng the database can be reduced. In 2012, Shwe Chen [4] put forward a method of assocaton rule mnng based on nterest measure and genetc algorthm, mprovng the qualty of assocaton rule mnng. In 2016, Donghao Xu [5] put forward a method of assocaton rule mnng based on mproved partcle swarm optmzaton algorthm, verfyng the advantage of partcle swarm optmzaton on assocaton rule mnng compared wth genetc algorthm. Wth the rapd development of computer technology, cloud computng has become a drecton for the future development of dstrbuted computng. MapReduce programmng frame put forward by Google s a representatve technology of cloud computng. It s sutable for dstrbuted processng of large-scale datasets and has very hgh computatonal effcency [6]. Therefore, some scholars put forward a method of assocaton rule mnng based on Hadoop and other cloud computng technology. They also put forward some parallel algorthms for assocaton rule mnng. In 2011, Zhang Sheng [7] put forward an Apror algorthm based on cloud computng. It deploys MRM- Apror algorthm n MapReduce frame and has good effect n speed. Based on the research, an assocaton rule mnng algorthm based on dstrbuton estmaton (PBIL) s proposed n ths paper. Compared wth Apror and GA assocaton rule mnng algorthm n experment, the new algorthm s proved to be effectve. Meanwhle, an parallel algorthm based on ths algorthm s desgned, whch s sutable for MapReduce frame. In addton, a realzaton plan for blood ndces analyss system based on cloud computng s ntroduced n ths artcle. 20

2 II. THE CLASSICAL ASSOCIATIO RULE MIIG ALGORITHM Apror algorthm s one of the most typcal algorthms n the data mnng feld. It uses a method called teraton of layer by layer to produce hgh dmenson frequent tem sets from low dmenson frequent tem sets. Then the assocaton rules can be produced from frequent tem sets [8]. The specfc mathematcal model s n lterature 8. Support degree n Apror algorthm s defned as follows: the number of transactons of the entre transacton set s m, and there are n transactons contanng the tem set, then the support degree of the tem set s n/m. If the tem set A exsts, the support degree of the tem set s supp(a). The canddate set n Apror algorthm s generated layer by layer, and only after fully scannng the database wll the frequent tem set of ths layer be produced. Therefore, f the database s very large, ths work wll cost a lot of memory resources, reducng the effcency of the algorthm. III. ASSOCIATIO RULE MIIG BASED O GEETIC ALGORITHM (GA) A. Assocaton Rules Model Based on GA Based on the analyss of the Apror algorthm, assocaton rule mnng s manly dvded nto two parts. Frst, fnd frequent tem sets n the transacton database. The second s to generate assocaton rules based on the frequent tem sets whch are found [9]. And the workload of the former s the larger one, whch s the drect cause of low effcency of Apror. Therefore, genetc algorthm (GA) can be used to realze the global search for frequent tem sets. Genetc algorthm s an effectve global optmzaton algorthm. Wth ts bnary codng mode, usng genetc operators to evolve populaton, t s able to keep extractng frequent tem sets from the transacton database at a rapd speed, avodng the operatons lke on and prune whch need to frequently scan the database, mprovng the computng speed and mnng precson. The concrete mplementaton steps are shown n fg. 2. B. The Weakness of Assocaton Rule Mnng Based on GA Genetc algorthm wll save the ndvduals, whch meet the requrements of frequent tem sets n each generaton to the next generaton when t s mnng assocaton rules. And the ndvduals whch meet the requrements wll be removed from the prevous generaton. The man purposes of ths populaton selecton method are to reserve the excellent ndvduals and to keep the populaton dversty. But these two requrements are contradctory. If the excellent ndvduals reserved are excessve n each generaton, the populaton dversty wll decrease, prone to lead to a prematurty phenomenon. As a result, n assocaton rule mnng, the search of frequent tem sets wll be ncomplete, and the extracted assocaton rules wll be partal. If the excellent ndvduals reserved are not enough n each generaton, the convergence speed of the algorthm wll be reduced and the computng tme wll be longer. That wll affect the advantage of assocaton rule mnng based on genetc algorthm n speed. IV. ASSOCIATIO RULE MIIG ALGORITHM BASED O ESTIMATIO OF DISTRIBUTIO ALGORITHM (EDA) A. Descrpton of EDA To come over the dsadvantages of genetc algorthm mnng assocaton rules, EDA can be used. EDA s a knd of evolutonary algorthms developed by the genetc algorthm. It frst selects samples from the optmal populaton and extracts nformaton. Then t uses the nformaton to buld proper probablty module. At last, t updates the populaton to ncrement ndvduals wth more ftness untl the end condton. In the way t can maxmum the ndvduals quantty and keep the populaton dversty [10]. At the same tme, EDA can select new solutons by probablty dstrbuton to obtan the optmal solutons wth less teraton tmes. It can effectvely prevent the local optmzaton and precocty n GA when dealng wth hgher order or longdstance tectonc block problems [11]. B. PBIL Probablty Module When handlng the problem, whch owns mutual ndependent varables, PBIL algorthm, a typcal form of EDA, can be used. PBIL algorthm s manly appled to bnary-code optmzaton problem. PBIL collects the data recordng the values of varables, whose value s ruled as 0 or 1, to buld the probablty vector. Then t uses the probablty vector to estmate the one-dmensonal edge dstrbuton. Assumng that a bnary gene populaton wth gene postons (mutual ndependent varables) and M ndvduals s exstng and the populaton can evolve contnuously, the gene populaton on the tth generaton can be expressed as: X 0 g t 1 1,..., M, 1,..., (1) Where t represents the evolutonal generaton number of X 1,..., the gene populaton, t represents the th gene poston (ndependent varable) at the tth generaton, X g t X represents the code of t th gene poston (varable) of the th ndvdual at the tth generaton. Then we use the code condton of every varable at the tth generaton to generate the probablty vector: Pt Pt Pt Pt,..., Pt (2) Then we count the amount of the ndvduals whose desgnated gene poston (varable) are of code 1 and calculate the percent n total M ndvduals at current gene populaton. The percent obtaned s equal to the dstrbuton probablty of the desgnated varable as follows: M g 1 g 1 P X t t M (3) 21

3 When usng the EDA, t frst generates a random orgnal populaton and fgures out the ftness value of every ndvduals of the populaton. Then t ranks all ndvduals n order of correspondng ftness value. Indvduals wth greater ftness values wll be seen more advanced. Then truncaton s adopted to select advanced ndvduals of certan amount. The rate of truncaton s named as selerate. So the amount of advanced ndvduals m can be expressed as: m selerate M (4) Therefore, the advanced populaton s made up of the frst ranked m ndvduals of the orgnal populaton. Through equaton (3) PBIL algorthm gans the probablty vector by those advanced ndvduals. Then t takes samples basng on the probablty vector and the nextgeneraton populaton s obtaned. At the same tme to make probablty vector descrbe the probablty dstrbuton of the advanced ndvduals wth faster speed and more accurate qualty, PBIL algorthm adopts the Heb rules from machne learnng theory to update the probablty vector, whch means that the probablty dstrbuton of each varable s adusted lnearly at a certan learnng speed[12] as equaton (5) shows: 1 P X P X g (1 ) m t1 t t t m 1 (5) Where m represents the amount of advanced ndvduals selected at the tth generaton. The process of samplng from the probablty vector can be descrbed as generatng a random number rangng from 0 to 1. If the number s greater than the probablty vector correspondng to a certan ndvdual gene poston, whch means, the bnary value of the gene poston s 1, otherwse 0. C. Codes of Indvduals and Item Set When dealng wth the problem of mnng assocaton rules, EDA adopts bnary code also. That s, when a patent owns an abnormal blood ndex, the value of the ndex s set as 1. If the ndex s normal, the value s set as 0 nstead. D. Selecton of Ftness Functon Ftness functon s desgned to reflect the frequency of the tem set and recognze the frequent tem set. Snce the crtera of beng frequent tem set s that the support level of the tem set s greater than the mnmum support level, the ftness functon can be defned as: ftness g Supp g MnSupp Where represents the th ndvdual at the th generaton. The name of the ftness functon s ftness. Supp g X t g X t represents the support level of the tem set correspondng to a certan ndvdual. MnSupp represents the mnmum support level whch s gven by user. If an ndvdual owns ftness value greater than 1, t llustrates the tem set correspondng to the ndvdual has ts support level greater than the mnmum support level. The (6) tem set s frequent tem set. The ndvdual wll be reserved as a member of advanced populaton wth updatng the probablty vector. If the ftness value s less than 1, t means that the tem set correspondng to the ndvdual s not frequent. Then the ndvdual s elmnated drectly. E. Procedures of Mnng Assocaton Rules by PBIL Based on the analyss above, specfc steps of assocaton rule mnng based on PBIL algorthm s shown n Fg.1. Start Intalze populaton and parameters (n ndvduals) Compute ndvdual ftness and rank by equaton (6) Save ndvduals wth ftness > 1 Truncaton and selecton for advanced populaton (m ndvduals) by equaton (4) Compute Probablty vector Pt by equaton (3) Iteraton tmes>1? Samplng [(n-m)ndvduals] The nextgeneraton populaton Is satsfed? Y Indvdual decodng Obtan assocaton rules End Y Lnearly modfy probablty vector by equaton (5) Fgure 1. Flow chart of PBIL mnng assocaton rules V. AALYSIS OF EXPERIMETAL RESULTS A. Constructon of the Transacton Database All the data n ths experment are from anonymous blood routne laboratory sheets provded by a second grade hosptal. Blood routne laboratory sheets provde 9 test ndces [13], ncludng whte blood cell count (WBC), neutrophl (E), lymphocyte (LY), monocyte (MO), eosnophl (EOS), basophl (BASO), red blood cell count (RBC), hemoglobn (Hb) and hematocrt (HCT). 255 laboratory sheets were randomly selected to buld transacton database. The data n each laboratory sheet s regarded as one tem set of transacton database. And each tem of the tem set s encoded referrng to the encodng rules n 4.3 and the test result n the laboratory sheet: ormal ndex encodng s 0, and abnormal ndex encodng s 1. 22

4 B. The Experments and Results Analyss In order to verfy the advantages of PBIL algorthm for mnng assocaton rules, classcal Apror algorthm and assocaton rule mnng algorthm based on genetc algorthm (GA) were compared wth PBIL algorthm n the experments. The three algorthms were compared wth each other n three aspects: effect of mnng assocaton rules, the tme of extractng frequent tem sets and the convergence of PBIL. Referrng to the analyss of 3.1, assocaton rule mnng model based on GA can be desgned. The specfc steps are shown n Fg.2. Start Intalze populaton and parameters (n ndvduals) Compute ndvdual ftness and rank by equaton (6) Save ndvduals wth ftness > 1 Extract ndvduals wth ftness >1 and form ntermedate populaton1 (Popmd1) Remanng (n-m)ndvduals form ntermedate populaton2 (Popmd2) Crossng of Popmd2 Varaton of Popmd2 The next-generaton populaton Is satsfed? Y Indvdual decodng Obtan assocaton rules End Fgure 2. Flow chart of GA mnng assocaton rules Referrng to the blood ndces data n 5.1, based on Wn10 system and Intel Core 5 processor, the algorthm above can be translated to programmng n MATLAB 2015a. C. Analyss of assocaton rules The transacton database (255 transactons, 9 data tems) n 5.1 s calculated by usng assocaton rule mnng algorthm based on PBIL. The set ponts are as follows: Mnmum support s 0.12 (30/255); Mnmum confdence s 0.7; Populaton sze (Popsze) s 500; Iteraton tmes (Iteraton) are 100; Truncaton selectvty (selrate) s 0.4; Learnng rate (learnrate) s 0.1. Mergng the smlar rules of operaton result, the fnal result s shown n Table I. Rule number TABLE I. Rule premse FOUD RULES Rule result Support level Confdence level 1 WBC,E LY WBC,BASO LY WBC,Hb HCT E,BASO WBC E,RBC Hb E,Hb WBC BASO,Hb ESO HCT,RBC Hb The result n Table I can be obtaned n classcal Apror algorthm as well. Table I shows the ncdence relatons between each blood ndex. For nstance, n Assocaton Rule 1, patents wth whte blood cells, neutrophls and lymphocytes abnormal at the same tme are the most common. Therefore, accordng to the assocaton rule, patents wth whte blood cells abnormal can be told to prevent or treat dseases caused by abnormal lymphocytes, and vce versa. D. Mnng tme comparson between algorthms Based on the analyss n 3.1, assocaton rule mnng can be dvded nto two stages. The frst stage s to fnd frequent tem sets n the transacton database, whch costs the man computng tme. The second stage s to generate assocaton rules based on the frequent tem sets whch are found. Parts of the three algorthms n the second stage are the same. Therefore, t s ust enough to compare the three algorthms tme of searchng for frequent tem sets. E. The relatonshp between the mnng tme and the number of transactons In ths experment, the mnmum support s 2/255, and the number of data tems (ndces) s 9. The three algorthms computng tme can be compared under the premse of searchng for the same number of frequent tem sets, by keepng changng the number of transactons. The settng parameters of PBIL and GA are as follows: Populaton sze s 500; Iteraton tmes are 100; PBIL truncaton selectvty s 0.4; Learnng rate s 0.1; GA crossover probablty s 0.8; Mutaton probablty s The change of the three algorthms computng tme s shown n Fg.3, and the number of frequent tem sets whch are found s shown n Table II. In Fg.3, the changng number of transactons n the transacton set s used as abscssa. The computng tme of algorthms s used as ordnate. The gray curve, orange curve and blue curve separately represent the trends of Apror, GA and PBIL on computng tme. In the condton of the same number of data tems, the computng tme of the three algorthms ncreases wth ncrement of the number of transactons. The computng tme of Apror s the longest, surpassng PBIL and GA. The PBIL s based on the probablty model to evolve populaton, and t has learnng propertes. Therefore, convergence of ths algorthm s drectonal. GA s based on rules of crossover and mutaton n nature to evolve populaton. So t has large randomness and doesn t have learnng propertes. As a result, PBIL has 23

5 faster convergence speed than GA, whch becomes more obvous wth the ncreasng of data volume. caused by the ncrement of dmenson when addtonal dmensons are added to the data. It wll constantly add hghdmensonal data nto the populaton to evolve because of ts crossover and mutaton. Therefore, PBIL algorthm s better than the former two algorthms. TABLE III. FREQUET ITEM SETS AMOUT FOUD I DIFFERET DATA SETS AMOUT Fgure 3. Operaton tme of algorthms at dfferent transacton amount Order Data sets amount Frequent tem sets amount Scale of populaton Iteraton tmes TABLE II. FREQUET ITEM SET S AMOUT FOUD I DIFFERET TRASACTIOS AMOUT Order Transactons amount Frequent tem sets amount F. The relatonshp between the mnng tme and the number of data tems In ths experment, the mnmum support s 50/255, and the number of transactons s 255. The three algorthms computng tme can be compared under the premse of searchng for the same number of frequent tem sets, by keepng changng the number of data tems (ndces). The change of the three algorthms computng tme s shown n Fg.4, parameter settng and the number of frequent tem sets whch are found are shown n Table. III. In Fg.4, n the condton of the same number of transactons, the computng tme of the three algorthms ncreases wth ncrement of the number of data tems. The computng tme of Apror ncreases the most fast wth the ncrement of data dmenson. PBIL and GA obtan frequent tem sets by searchng for them, so the two algorthms are less nfluenced by data dmenson. In addton, PBIL has much faster speed than GA. The reason s as follows: PBIL uses probablty vector to evolve populaton, buldng a correspondng probablty model for each varable of the ndvdual. If an addtonal dmenson s added to the data, a correspondng probablty vector wll be bult. Each of the varables s mutually ndependent, evolvng wth ts own probablty vector, greatly reducng the affect caused by the ncrement of dmenson. GA wll strengthen the affect Fgure 4. Operaton tme of algorthms at dfferent data tem amount G. Convergence of PBIL In ths experment, PBIL wll be verfed to have better convergence, compared wth GA algorthm. The data wth 9 transactons and 5 data tems s used to experment. The mnmum support s 2/9. Populaton sze s 15. Iteraton tmes are 100. The other parameters are dtto. The best ftness value of each generaton can be obtaned by operatng 20 tmes. The curve whose convergence speed s the fastest among the 20 operatons of GA s used to compare wth the convergence curve of PBIL. The result s shown n Fg.5. The maxmum support of frequent tem sets s 4.5. The two curves represent the two algorthms ablty of searchng for frequent tem sets wth the maxmum support. The fgure shows that the best ftness value of each generaton of PBIL algorthm reaches 4.5 frst. GA s later than PBIL for at least 50 teraton perods. What s more, PBIL has found 8 frequent tem sets, and GA has found 4. PBIL costs less tme as well. Therefore, PBIL algorthm s better at convergence and searchng ablty. 24

6 Ftness value 2017 Internatonal Conference on Computer etwork, Electronc and Automaton (ICCEA 2017) VI PBIL GA teraton tm es Fgure 5. Astrngency curve of PBIL vs. GA MOBILE AALYSIS SYSTEM OF BLOOD IDICES BASED O CLOUD COMPUTIG A. Parallel Algorthm of Assocaton Rule Mnng Based on PBIL The operaton speed of the assocaton rule mnng algorthm based on PBIL depends on the populaton scale and teraton tmes. Therefore, we can consder decomposng the database, declnng the scale of the transacton database and gather the results after parallel mnng wth PBIL algorthm. Basng on the thought above, the currently popular cloud-computng framework Hadoop [14] s used. Then we desgn the algorthm under the MapReduce framework nsde Hadoop and use map functon to execute data decomposton and mnng. At last we use reduce functon to gather the mnng results. The framework of the algorthm s shown n Fg.6. Snce each map functon can acheve parallel computng, whch means that searchng all frequent tem set costs approxmately same tme as searchng a small database, the effcency of the algorthm s greatly mproved. Transacton Database D D1 D2 Dn each transacton as a small data Map Map Map Map functon parallel search output< support level, frequent tem set>key-value Reduce Reduce Reduce functon basng support level, gather frequent tem set and generate assocaton rule Parallel Operaton of Hadoop Fgure 6. Framework of parallel algorthm mnng assocaton rules Rule 1 Rule n B. Blood-Health Indces Analyss System Based on Cloud Computng The framework of the blood-health ndces analyss system based on cloud computng s shown n Fg.7. Frstly, the system mplements the algorthm n 6.2 by confgurng the parallel-computng cluster basng on Hadoop framework. The newly bult database s connected wth the hosptal s database to update the data dynamcally. To make t easer to use the system, an Androd moble applcaton s developed to help analyze the ndces of blood. Clents can upload abnormal ndces to the then the wll search for the ndces, whch form assocaton rules wth those ndces uploaded accordng to the computng results. After that, t wll read the referred llness symptoms and cure method. Eventually the wll send the nformaton to the moble clents to accomplsh the onlne analyss of llness. Blood Indces Analyss System Start PBIL parallel rule and dagnoss API API algorthm Read referred assocaton From From Real Save n rooutne HBase blood database test data Man From API Computer Cluster Based on Haddop Fgure 7. Archtecture of blood ndces analyss system based on cloud computng VII. COCLUSIO After analyzng the dsadvantages of the tradtonal Apror algorthm and the module of assocaton rule mnng based on GA n operaton tme and search qualty, ths paper puts forward a new module of assocaton rule mnng based on PBIL and proves that the appled algorthm performed better at searchng the frequent tem set comparng to Apror and GA algorthms. Moreover, ths paper desgns a new parallel algorthm of assocaton rule mnng based on PBIL and archtecture of the blood-health ndces analyss system based on cloud computng whch makes good example of the practcal applcaton of the algorthm. REFERECES [1] Jawe Han. Data Mnng: concept and technology [M]. Beng: Chna Machne Press, 2004: J. [2] Xaomn D. Research on Mnng Common Rsk Factors of Multdseases and Predctng Dsease [D]. Tayuan Unversty of Technology, [3] Yn L, Changxu Cao, Janghong Ren, etc. Applcaton of General Algorthm (GGA) n the Improvement of Apror Algorthm [J]. Computer and Modernzaton, 2004(11):

7 [4] Shwe Chen. Research on Assocaton Rule Mnng Based on Interest and Genetc Algorthm [D]. Zheang Unversty, [5] Donghao Chen, Hongwe L, Teyng Zhang, etc. Applcaton of Improved PSO Algorthm n Spatal Assocaton Rule Mnng [J]. Scence of Surveyng and Mappng, 2016, 41(2): [6] Lämmel R. Google s MapReduce programmng model Revsted [J]. Scence of Computer Programmng, 2008, 70(1):1-30. [7] Sheng Zhang. An Apror based Algorthm of Assocaton Rules based on Cloud Computng [J]. Communcatons Technology, 2011, 44(6): [8] Zhengchan Rao, anbo Fan. A revew of assocatve rule mnng Apror algorthm[j]. Computer Era, 2012(9): [9] Guoyan Xu, Yuqng Sh. Applcaton of Genetc Algorthm n Assocaton Rule Mnng[] Computer engneer, 2002, 28(7): [10] Zhang Q. On Stablty of Fxed Ponts of Lmt Models of Unvarate Margnal Dstrbuton Algorthm and Factorzed Dstrbuton Algorthm [J]. IEEE Transactons on Evolutonary Computaton,2004,8(1): [11] Shude Zhou, Zenq Sun. A Survey on Estmaton of Dstrbuton Algorthm [J]. Acta Automatca Snca, 2007, 33(2): [12] H. Muhlenben, T. Mahng. Convergence theory and applcaton of the factorzed dstrbuton algorthm [J]. Comput. Inf. Technol. 1999,7(1): [13] Qn Y J, Sun J S, Wang B Y. The dfferences of the blood routne ndces n patents wth fatty lver and non-fatty lver[j]. Journal of ClncalHepatology,2010. [14] Qang Xu, Zhenang Wang. Practce of Cloud-computng Applcaton Developng. Beng: Chna Machne Press, 2012:

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

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

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

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

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

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

THE PATH PLANNING ALGORITHM AND SIMULATION FOR MOBILE ROBOT

THE PATH PLANNING ALGORITHM AND SIMULATION FOR MOBILE ROBOT Journal of Theoretcal and Appled Informaton Technology 30 th Aprl 013. Vol. 50 No.3 005-013 JATIT & LLS. All rghts reserved. ISSN: 199-8645 www.jatt.org E-ISSN: 1817-3195 THE PATH PLANNING ALGORITHM AND

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

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

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article. A selective ensemble classification method on microarray data

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article. A selective ensemble classification method on microarray data Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(6):2860-2866 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A selectve ensemble classfcaton method on mcroarray

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

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

Vector Quantization Codebook Design and Application Based on the Clonal Selection Algorithm

Vector Quantization Codebook Design and Application Based on the Clonal Selection Algorithm Sensors & Transducers 03 by IFSA http://www.sensorsportal.com Vector Quantzaton Codeboo Desgn and Applcaton Based on the Clonal Selecton Algorthm Menglng Zhao, Hongwe Lu School of Scence, Xdan Unversty,

More information

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS Academc Research Internatonal ISS-L: 3-9553, ISS: 3-9944 Vol., o. 3, May 0 EVALUATIO OF THE PERFORMACES OF ARTIFICIAL BEE COLOY AD IVASIVE WEED OPTIMIZATIO ALGORITHMS O THE MODIFIED BECHMARK FUCTIOS Dlay

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

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING An Improved K-means Algorthm based on Cloud Platform for Data Mnng Bn Xa *, Yan Lu 2. School of nformaton and management scence, Henan Agrcultural Unversty, Zhengzhou, Henan 450002, P.R. Chna 2. College

More information

Association Rule Mining with Parallel Frequent Pattern Growth Algorithm on Hadoop

Association Rule Mining with Parallel Frequent Pattern Growth Algorithm on Hadoop Assocaton Rule Mnng wth Parallel Frequent Pattern Growth Algorthm on Hadoop Zhgang Wang 1,2, Guqong Luo 3,*,Yong Hu 1,2, ZhenZhen Wang 1 1 School of Software Engneerng Jnlng Insttute of Technology Nanng,

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm

Research of Dynamic Access to Cloud Database Based on Improved Pheromone Algorithm , pp.197-202 http://dx.do.org/10.14257/dta.2016.9.5.20 Research of Dynamc Access to Cloud Database Based on Improved Pheromone Algorthm Yongqang L 1 and Jn Pan 2 1 (Software Technology Vocatonal College,

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

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

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

Chinese Word Segmentation based on the Improved Particle Swarm Optimization Neural Networks

Chinese Word Segmentation based on the Improved Particle Swarm Optimization Neural Networks Chnese Word Segmentaton based on the Improved Partcle Swarm Optmzaton Neural Networks Ja He Computatonal Intellgence Laboratory School of Computer Scence and Engneerng, UESTC Chengdu, Chna Department of

More information

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

More information

Remote Sensing Image Retrieval Algorithm based on MapReduce and Characteristic Information

Remote Sensing Image Retrieval Algorithm based on MapReduce and Characteristic Information Remote Sensng Image Retreval Algorthm based on MapReduce and Characterstc Informaton Zhang Meng 1, 1 Computer School, Wuhan Unversty Hube, Wuhan430097 Informaton Center, Wuhan Unversty Hube, Wuhan430097

More information

A Clustering Algorithm Solution to the Collaborative Filtering

A Clustering Algorithm Solution to the Collaborative Filtering Internatonal Journal of Scence Vol.4 No.8 017 ISSN: 1813-4890 A Clusterng Algorthm Soluton to the Collaboratve Flterng Yongl Yang 1, a, Fe Xue, b, Yongquan Ca 1, c Zhenhu Nng 1, d,* Hafeng Lu 3, e 1 Faculty

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

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Application of Improved Fish Swarm Algorithm in Cloud Computing Resource Scheduling

Application of Improved Fish Swarm Algorithm in Cloud Computing Resource Scheduling , pp.40-45 http://dx.do.org/10.14257/astl.2017.143.08 Applcaton of Improved Fsh Swarm Algorthm n Cloud Computng Resource Schedulng Yu Lu, Fangtao Lu School of Informaton Engneerng, Chongqng Vocatonal Insttute

More information

Complexity Analysis of Problem-Dimension Using PSO

Complexity Analysis of Problem-Dimension Using PSO Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) Complexty Analyss of Problem-Dmenson Usng PSO BUTHAINAH S. AL-KAZEMI AND SAMI J. HABIB,

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

Network Intrusion Detection Based on PSO-SVM

Network Intrusion Detection Based on PSO-SVM TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.1, No., February 014, pp. 150 ~ 1508 DOI: http://dx.do.org/10.11591/telkomnka.v1.386 150 Network Intruson Detecton Based on PSO-SVM Changsheng Xang*

More information

Discrete Cosine Transform Optimization in Image Compression Based on Genetic Algorithm

Discrete Cosine Transform Optimization in Image Compression Based on Genetic Algorithm 015 8th Internatonal Congress on Image and Sgnal Processng (CISP 015) Dscrete Cosne Transform Optmzaton n Image Compresson Based on Genetc Algorthm LIU Yuan-yuan 1 CHE He-xn 1 College of Communcaton Engneerng,

More information

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION 24 CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION The present chapter proposes an IPSO approach for multprocessor task schedulng problem wth two classfcatons, namely, statc ndependent tasks and

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

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

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

Research on Kruskal Crossover Genetic Algorithm for Multi- Objective Logistics Distribution Path Optimization

Research on Kruskal Crossover Genetic Algorithm for Multi- Objective Logistics Distribution Path Optimization , pp.367-378 http://dx.do.org/.14257/jmue.215..8.36 Research on Kruskal Crossover Genetc Algorthm for Mult- Objectve Logstcs Dstrbuton Path Optmzaton Yan Zhang 1,2, Xng-y Wu 1 and Oh-kyoung Kwon 2, a,

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

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b 3rd Internatonal Conference on Materal, Mechancal and Manufacturng Engneerng (IC3ME 2015) The Comparson of Calbraton Method of Bnocular Stereo Vson System Ke Zhang a *, Zhao Gao b College of Engneerng,

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

An Image Compression Algorithm based on Wavelet Transform and LZW

An Image Compression Algorithm based on Wavelet Transform and LZW An Image Compresson Algorthm based on Wavelet Transform and LZW Png Luo a, Janyong Yu b School of Chongqng Unversty of Posts and Telecommuncatons, Chongqng, 400065, Chna Abstract a cylpng@63.com, b y27769864@sna.cn

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

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

Problem Set 3 Solutions

Problem Set 3 Solutions Introducton to Algorthms October 4, 2002 Massachusetts Insttute of Technology 6046J/18410J Professors Erk Demane and Shaf Goldwasser Handout 14 Problem Set 3 Solutons (Exercses were not to be turned n,

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

An Efficient Genetic Algorithm Based Approach for the Minimum Graph Bisection Problem

An Efficient Genetic Algorithm Based Approach for the Minimum Graph Bisection Problem 118 An Effcent Genetc Algorthm Based Approach for the Mnmum Graph Bsecton Problem Zh-Qang Chen, Rong-Long WAG and Kozo OKAZAKI Faculty of Engneerng, Unversty of Fuku, Bunkyo 3-9-1,Fuku-sh, Japan 910-8507

More information

NGPM -- A NSGA-II Program in Matlab

NGPM -- A NSGA-II Program in Matlab Verson 1.4 LIN Song Aerospace Structural Dynamcs Research Laboratory College of Astronautcs, Northwestern Polytechncal Unversty, Chna Emal: lsssswc@163.com 2011-07-26 Contents Contents... 1. Introducton...

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

A Novel Approach for an Early Test Case Generation using Genetic Algorithm and Dominance Concept based on Use cases

A Novel Approach for an Early Test Case Generation using Genetic Algorithm and Dominance Concept based on Use cases Alekhya Varkut et al, / (IJCSIT) Internatonal Journal of Computer Scence and Informaton Technologes, Vol. 3 (3), 2012,4218-4224 A Novel Approach for an Early Test Case Generaton usng Genetc Algorthm and

More information

Degree-Constrained Minimum Spanning Tree Problem Using Genetic Algorithm

Degree-Constrained Minimum Spanning Tree Problem Using Genetic Algorithm Degree-Constraned Mnmum Spannng Tree Problem Usng Genetc Algorthm Keke Lu, Zhenxang Chen, Ath Abraham *, Wene Cao and Shan Jng Shandong Provncal Key Laboratory of Network Based Intellgent Computng Unversty

More information

CSCI 104 Sorting Algorithms. Mark Redekopp David Kempe

CSCI 104 Sorting Algorithms. Mark Redekopp David Kempe CSCI 104 Sortng Algorthms Mark Redekopp Davd Kempe Algorthm Effcency SORTING 2 Sortng If we have an unordered lst, sequental search becomes our only choce If we wll perform a lot of searches t may be benefcal

More information

Parallel Artificial Bee Colony Algorithm for the Traveling Salesman Problem

Parallel Artificial Bee Colony Algorithm for the Traveling Salesman Problem Parallel Artfcal Bee Colony Algorthm for the Travelng Salesman Problem Kun Xu, Mngyan Jang, Dongfeng Yuan The School of Informaton Scence and Engneerng Shandong Unversty, Jnan, 250100, Chna E-mal: xukun_sdu@163.com,

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

Research of Neural Network Classifier Based on FCM and PSO for Breast Cancer Classification

Research of Neural Network Classifier Based on FCM and PSO for Breast Cancer Classification Research of Neural Network Classfer Based on FCM and PSO for Breast Cancer Classfcaton Le Zhang 1, Ln Wang 1, Xujewen Wang 2, Keke Lu 2, and Ajth Abraham 3 1 Shandong Provncal Key Laboratory of Network

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

More information

A new segmentation algorithm for medical volume image based on K-means clustering

A new segmentation algorithm for medical volume image based on K-means clustering Avalable onlne www.jocpr.com Journal of Chemcal and harmaceutcal Research, 2013, 5(12):113-117 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCRC5 A new segmentaton algorthm for medcal volume mage based

More information

On Some Entertaining Applications of the Concept of Set in Computer Science Course

On Some Entertaining Applications of the Concept of Set in Computer Science Course On Some Entertanng Applcatons of the Concept of Set n Computer Scence Course Krasmr Yordzhev *, Hrstna Kostadnova ** * Assocate Professor Krasmr Yordzhev, Ph.D., Faculty of Mathematcs and Natural Scences,

More information

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory Background EECS. Operatng System Fundamentals No. Vrtual Memory Prof. Hu Jang Department of Electrcal Engneerng and Computer Scence, York Unversty Memory-management methods normally requres the entre process

More information

Image Feature Selection Based on Ant Colony Optimization

Image Feature Selection Based on Ant Colony Optimization Image Feature Selecton Based on Ant Colony Optmzaton Lng Chen,2, Bolun Chen, Yxn Chen 3, Department of Computer Scence, Yangzhou Unversty,Yangzhou, Chna 2 State Key Lab of Novel Software Tech, Nanng Unversty,

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

Application of Clustering Algorithm in Big Data Sample Set Optimization

Application of Clustering Algorithm in Big Data Sample Set Optimization Applcaton of Clusterng Algorthm n Bg Data Sample Set Optmzaton Yutang Lu 1, Qn Zhang 2 1 Department of Basc Subjects, Henan Insttute of Technology, Xnxang 453002, Chna 2 School of Mathematcs and Informaton

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 Model Based on Multi-agent for Dynamic Bandwidth Allocation in Networks Guang LU, Jian-Wen QI

A Model Based on Multi-agent for Dynamic Bandwidth Allocation in Networks Guang LU, Jian-Wen QI 216 Jont Internatonal Conference on Artfcal Intellgence and Computer Engneerng (AICE 216) and Internatonal Conference on etwork and Communcaton Securty (CS 216) ISB: 978-1-6595-362-5 A Model Based on Mult-agent

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

Cracking of the Merkle Hellman Cryptosystem Using Genetic Algorithm

Cracking of the Merkle Hellman Cryptosystem Using Genetic Algorithm Crackng of the Merkle Hellman Cryptosystem Usng Genetc Algorthm Zurab Kochladze 1 * & Lal Besela 2 1 Ivane Javakhshvl Tbls State Unversty, 1, I.Chavchavadze av 1, 0128, Tbls, Georga 2 Sokhum State Unversty,

More information

ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS

ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS ENERGY EFFICIENCY OPTIMIZATION OF MECHANICAL NUMERICAL CONTROL MACHINING PARAMETERS Zpeng LI*, Ren SHENG Yellow Rver Conservancy Techncal Insttute, School of Mechancal Engneerng, Henan 475000, Chna. Correspondng

More information

Cost-efficient deployment of distributed software services

Cost-efficient deployment of distributed software services 1/30 Cost-effcent deployment of dstrbuted software servces csorba@tem.ntnu.no 2/30 Short ntroducton & contents Cost-effcent deployment of dstrbuted software servces Cost functons Bo-nspred decentralzed

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

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

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

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT 3. - 5. 5., Brno, Czech Republc, EU APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT Abstract Josef TOŠENOVSKÝ ) Lenka MONSPORTOVÁ ) Flp TOŠENOVSKÝ

More information

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining A Notable Swarm Approach to Evolve Neural Network for Classfcaton n Data Mnng Satchdananda Dehur 1, Bjan Bhar Mshra 2 and Sung-Bae Cho 1 1 Soft Computng Laboratory, Department of Computer Scence, Yonse

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/1 KNAPSACK PROBLEM

PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/1 KNAPSACK PROBLEM PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/ KNAPSACK PROBLEM Josef Schwarz Jří Očenáše Brno Unversty of Technology Faculty of Engneerng and Computer Scence Department of Computer Scence

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

Classifier Swarms for Human Detection in Infrared Imagery

Classifier Swarms for Human Detection in Infrared Imagery Classfer Swarms for Human Detecton n Infrared Imagery Yur Owechko, Swarup Medasan, and Narayan Srnvasa HRL Laboratores, LLC 3011 Malbu Canyon Road, Malbu, CA 90265 {owechko, smedasan, nsrnvasa}@hrl.com

More information

K-means Optimization Clustering Algorithm Based on Hybrid PSO/GA Optimization and CS validity index

K-means Optimization Clustering Algorithm Based on Hybrid PSO/GA Optimization and CS validity index Orgnal Artcle Prnt ISSN: 3-6379 Onlne ISSN: 3-595X DOI: 0.7354/jss/07/33 K-means Optmzaton Clusterng Algorthm Based on Hybrd PSO/GA Optmzaton and CS valdty ndex K Jahanbn *, F Rahmanan, H Rezae 3, Y Farhang

More information

FPGA-based implementation of circular interpolation

FPGA-based implementation of circular interpolation Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 04, 6(7):585-593 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 FPGA-based mplementaton of crcular nterpolaton Mngyu Gao,

More information

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD Analyss on the Workspace of Sx-degrees-of-freedom Industral Robot Based on AutoCAD Jn-quan L 1, Ru Zhang 1,a, Fang Cu 1, Q Guan 1 and Yang Zhang 1 1 School of Automaton, Bejng Unversty of Posts and Telecommuncatons,

More information

Straight Line Detection Based on Particle Swarm Optimization

Straight Line Detection Based on Particle Swarm Optimization Sensors & ransducers 013 b IFSA http://www.sensorsportal.com Straght Lne Detecton Based on Partcle Swarm Optmzaton Shengzhou XU, Jun IE College of computer scence, South-Central Unverst for Natonaltes,

More information

CHAPTER 4 OPTIMIZATION TECHNIQUES

CHAPTER 4 OPTIMIZATION TECHNIQUES 48 CHAPTER 4 OPTIMIZATION TECHNIQUES 4.1 INTRODUCTION Unfortunately no sngle optmzaton algorthm exsts that can be appled effcently to all types of problems. The method chosen for any partcular case wll

More information

Multi-objective Optimization Using Self-adaptive Differential Evolution Algorithm

Multi-objective Optimization Using Self-adaptive Differential Evolution Algorithm Mult-objectve Optmzaton Usng Self-adaptve Dfferental Evoluton Algorthm V. L. Huang, S. Z. Zhao, R. Mallpedd and P. N. Suganthan Abstract - In ths paper, we propose a Multobjectve Self-adaptve Dfferental

More information

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

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

Research on Categorization of Animation Effect Based on Data Mining

Research on Categorization of Animation Effect Based on Data Mining MATEC Web of Conferences 22, 0102 0 ( 2015) DOI: 10.1051/ matecconf/ 2015220102 0 C Owned by the authors, publshed by EDP Scences, 2015 Research on Categorzaton of Anmaton Effect Based on Data Mnng Na

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

AN EFFICIENT AND ROBUST GENETIC ALGORITHM APPROACH FOR AUTOMATED MAP LABELING

AN EFFICIENT AND ROBUST GENETIC ALGORITHM APPROACH FOR AUTOMATED MAP LABELING AN EFFICIENT AND ROBUST GENETIC ALGORITHM APPROACH FOR AUTOMATED MAP LABELING Fan Hong * Lu Kaun 2 Zhang Zuxun Natonal Laboratory of Informaton Engneerng n Surveyng Mappng and Remote Sensng of Wuhan Unversty

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

An Adaptive Virtual Machine Location Selection Mechanism in Distributed Cloud

An Adaptive Virtual Machine Location Selection Mechanism in Distributed Cloud KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL. 9, NO. 12, Dec. 2015 4776 Copyrght c2015 KSII An Adaptve Vrtual Machne Locaton Selecton Mechansm n Dstrbuted Cloud Shukun Lu 1, Wea Ja 2 1 School

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

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Інформаційні технології в освіті ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Some aspects of programmng educaton

More information

Review of approximation techniques

Review of approximation techniques CHAPTER 2 Revew of appromaton technques 2. Introducton Optmzaton problems n engneerng desgn are characterzed by the followng assocated features: the objectve functon and constrants are mplct functons evaluated

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

Circuit Analysis I (ENGR 2405) Chapter 3 Method of Analysis Nodal(KCL) and Mesh(KVL)

Circuit Analysis I (ENGR 2405) Chapter 3 Method of Analysis Nodal(KCL) and Mesh(KVL) Crcut Analyss I (ENG 405) Chapter Method of Analyss Nodal(KCL) and Mesh(KVL) Nodal Analyss If nstead of focusng on the oltages of the crcut elements, one looks at the oltages at the nodes of the crcut,

More information