A new P system with hybrid MDE- k -means algorithm for data. clustering. 1 Introduction

Size: px
Start display at page:

Download "A new P system with hybrid MDE- k -means algorithm for data. clustering. 1 Introduction"

Transcription

1 Wesun, Lasheng Xang, Xyu Lu A new P system wth hybrd MDE- agorthm for data custerng WEISUN, LAISHENG XIANG, XIYU LIU Schoo of Management Scence and Engneerng Shandong Norma Unversty Jnan, Shandong CHINA sdxyu@63.com Abstract:- Custerng s an mportant part of data mnng. It can mmensey smpfy data compexty and heps dscover the underyng patterns and knowedge from massve quanttes data ponts. The popuar effcent custerng agorthm has been wdey used n many feds. However, The method aso suffers from severa drawbacks. It seects the nta custer centers randomy that greaty nfuences the custerng performance. Ths study proposes a new P system wth modfed dfferenta evouton - agorthm to mprove the quaty of nta custer centers of agorthm. The P system has three types of membranes: eementary, oca store, goba store. Dfferent membranes have dfferent rues. Based on the membrane structure, the eementary membranes evove the obects wth modfed dfferenta evouton agorthm and other types of membrane update the oca best and the goba best obects synchronousy wth communcaton rues. Under the contro of the P system, the hybrd agorthm acheves a good partton for data sets, compared wth the cassca agorthm and DE- agorthm. Key-Words: - Data mnng; custerng; unsupervsed earnng; k-means; modfed DE agorthm; membrane computng. Introducton Custerng aso known as unsupervsed earnng n genera s the process of dvdng n unabeed data ponts nto k abeed groups. As a resut, the eements n the same custer have hgher smartes than those n dfferent custers. Over the years, a great number of custerng agorthms have been deveoped [9]. One of the most popuar unsupervsed custerng methods s the agorthm [4]. Ths method has the advantages of smpcty, easy to mpement and hgh effcency. Ths method has been wdey used n a varety of areas. However, the agorthm aso has some drawbacks. It may get struck at a oca optmum and s very senstve to the nta choce of the custer centers. In order to overcome these drawbacks, varous custerng agorthms based on evoutonary computng have been ntroduced n recent years, such as the generc agorthms, the dfferenta evouton (DE) agorthm, and the partce swarm optmzaton agorthm [, 4, 5, 7, 0, ]. DE s undoubtedy an effectve popuaton based stochastc optmzaton agorthm []. DE agorthm s robust, reabe, nherenty parae, easy to mpement and has great goba exporaton abty. It can acheve the goba optma souton as the nta custer centers for the agorthm and mprove the custerng performance. However, DE aso suffer some drawbacks. It has weak oca expotaton abty and ow convergence veocty. E-ISSN: Voume 5, 06

2 Wesun, Lasheng Xang, Xyu Lu Ths study proposes a modfed DE agorthm to overcome these dsadvantages. Membrane computng, frst ntroduced by Paun n 998 [5] s motvated by the structure and functon of a vng ce. There are three man types of P systems,.e., ce-ke P systems, tssue-ke P systems, and neutra-ke P systems [6]. These P systems consst of orgna obects, speca membrane structures and specfc fexbe evouton and communcaton rues. Membrane computng has the advantage of dstrbuted and maxmum paraesm and can greaty mprove the computatona effcency. In ths study, an nnovatve membrane structure s but and the nherent evouton-communcaton rues are modfed. Through these operatons, the goba best obect s eventuay obtaned. The cassca dfferenta evouton agorthm The DE agorthm, proposed by Storn and Prce [3] and used to fnd goba optma soutons for hard optmzaton probems, has drawn more attenton n recent years. The best settng of the contro parameters can be dfferent for dfferent optmzaton probems. The DE agorthm many conssts of parameters, the ftness functon and three dfferenta operatons ncudng mutaton, crossover and seecton. Let s the th obect n the popuaton, X denote a genome n the popuaton, M ndcate the vector that has gone through the mutaton operatons and R be a new vector undergone crossover operatons. Set V to represent the survva vector after a seecton operaton.. Mutaton operaton The mutaton scheme pays an mportant roe n the process of searchng for a goba optma souton and acceeratng convergence. There are fve forms of mutaton operatons as gven by, and severa studes have proved that the frst and the fourth form have better performances.. DE/rand/: M = X + F*( X X3). DE/best/: M = Xb + F*( X X3) 3. DE/current-to-best/: M = X + F*( Xb X) + F* (X-X) 3 4. DE/best/: M = Xb + F*( X X) + F* (X-X) DE/rand/: M = X + F*( X X3) + F* (X4-X) 5 In the above, X, X, X 3, X 4, X 5 are random vectors n the popuaton and are dfferent from the base vector X, F s a postve predefned constant, caed the scae factor for scang dfferent vectors, and X b s the vector wth the best ftness n the popuaton.. Crossover operaton Ths operaton can greaty ncrease the dversty of the popuaton. The crossover operaton s performed accordng to () n the foowng R = M f rand[0,] CR or = rand, () R = X otherwse where CR denotes the crossover rate, rand ( rand {,..., d} ) s a randomy chosen ndex, R s the -th component of the data pont and R M s the -th component of the newy generated data pont ensures that obect from the newy generated vector. M. Ths crossover operaton R gets at east one component.3 Seecton operaton Seecton operaton determnes whch vector to survve n the next generaton based on the changes E-ISSN: Voume 5, 06

3 Wesun, Lasheng Xang, Xyu Lu caused n the obectve functon. The obectve functon s aso known as the ftness functon. Dfferent probem has dfferent obectve functon and each of the survva vectors has a hgher ftness. In ths study, the seecton operaton s performed as foows: d f = mn( X Z ) = V = R f f( R ) f( X ), () V = X otherwse where f s the ftness functon. f( X ) s the ftness of X. 3 The modfed dfferenta evouton agorthm The DE agorthm has the dsadvantages of weak oca expotaton abty as we as ow convergence veocty [3, 8].The modfed DE agorthm overcomes these dsadvantages. The new agorthm s caed the modfed dfferenta evouton agorthm (MDE for short). 3. The modfed of mutatons operaton In the mutaton operaton, the cassca DE agorthm chooses three vectors and the base vector randomy to mantan dversty, whch sows down convergence. In ths study a drected mutaton scheme s proposed to enhance the oca expotaton and to speed up convergence. In the MDE agorthm, the mutaton operaton s performed accordng to (3) and (4) n the foowng G+ G G G G V = X + F*(X -X ), f rand(0,) 3 G G+ G G G V = X + F *( X X ), otherwse r g w m (3) Fr = 0.5*( + rand(0,)), (4) where G ndcates the number of current teraton, G m denotes the maxmum number of teratons, G V + generaton, symbozes the base vector of the next X g represents the data vector wth the best ftness, X w represents the worst vector and F r s the dynamc scang factor. In (3) and (4), F s an mportant scang factor that contros the evovng rate of dfferent vectors. In genera, F s a constant vaue n [0, ]. In the drected mutaton scheme, the base vector s mantaned randomy and the dfferent vectors are evoved foowng the drecton of the best vector and the opposte drecton of the worst vector. In order to ncrease the dversty of the popuaton, F r s treated as a random varabe as determned by (4) to perturb the base vector. The drected mutaton scheme can expore the same drecton but wth dfferent weghts under certan condtons. At the begnnng of the drected MDE, two mutaton schemes can be used wth a ager probabty for the basc scheme and a smaer probabty for the drected scheme. As more generatons are performed,.e., as G ncreases, G G m aso ncreases and the two schemes w be apped under the same possbtes. Ths strategy baances the exporaton and expotaton of the MDE agorthm. Fnay, t ncreases the probabty of the drected scheme and enhance oca expotaton. In the entre mutaton process, the expotaton and the exporaton are performed n parae. 3. The modfcaton of the crossover rate In the crossover operaton of the cassca DE, CR contros the probabty of the tra ndvdua adoptng the od ndvdua genes or the new ndvdua genes. More new genes w be adopted E-ISSN: Voume 5, 06

4 Wesun, Lasheng Xang, Xyu Lu wth a arger CR vaue. As a resut, the popuaton dversty ncreases and the convergence speeds up. However, a arge CR vaue may aso decrease the convergence rate and ead to a premature convergence resut. At the start of the search, the popuaton has better dversty and a sma CR vaue s needed. The sma vaue can hep avod convergng prematurey. Wth the contnuous deveopment of evouton, a arge CR vaue shoud be used to ncrease popuaton dversty and acceerate the convergence. In the MDE agorthm, the crossover rate CR s determned as foows: CR = CR f G = 0 mn p, (5) G CR = CR + ( CR CR )( ) otherwse mn max mn G m of teratons exceeds the maxmum number or when the changes n center vectors stays wthn a certan amount. A new P system s desgned n ths study usng a hybrd agorthm. Ths hybrd agorthm combnes the MDE and the agorthms (MDE- for short) to optmze the custer centers n the agorthm so as to mprove the custerng resuts. 4. The structure of the P system usng the hybrd agorthm The MDE- P system has a nested structure of three ayers wth (q+) membranes. where CR =0., CR = and p = 4. mn max 4 The P system wth hybrd agorthm MDE- In ths secton, the P system s ntroduced n detas. It ncudes the speca membrane structure, the membrane rues, the cacuatng process and the hat condton n P system. 4. A bref ntroducton of the agorthm The core of the agorthm s the measure of smarty between vectors based on the Eucdean dstance. The agorthm can be brefy stated as foows: () the agorthm randomy chooses the k custer centers. () each vector s assgned to the custer wth the shortest Eucdean dstance between the vector and the custer center vector among a k custers. The custer center vector s recacuated after a vector s assgned to the custer. (3) the agorthm termnates when the number Fg. The membrane structure of P system wth MDE- agorthm The new P system for custerng s defned as foows: =( O, µ, M... M, R... R, R 0... R, 0) q q q+ (6) The notaton n (6) are O represents the aphabet of the obects n the P system. Each obect s a k* d dmensona vector. µ represents the membrane structure of the P system. M,..., M mean the nta obects on the q membrane ( =...q). R,..., R symboze the evouton and the q communcaton rues contaned n the membrane E-ISSN: Voume 5, 06

5 Wesun, Lasheng Xang, Xyu Lu ( =...q). R0,..., R q+ denote the communcaton rues on the skn membrane and membrane abeed 0,..., q +. ndcates the output regon. The output 0 regon s the envronment f = The rues n the P system The rues n the P system are ntroduced n ths secton evouton rues The evouton rues on the eementary membrane consst of mutaton rues (3, 4), crossover rues (, 5) and seecton rues () wth the form µ υ where µ, ν O communcaton rues Communcaton rues mean membrane choose obect wth the hghest ftness to transmt to ther neghbor. In each teraton, eementary membrane communcate ther oca best obect wth ther upper neghbor, whch abeed,...,q. Then Membranes abeed,...,q seect the obect wth hghest ftness on ther own membrane and transfer the obect to membrane q +. Membrane q + can receve the oca best obect from,...,q and seect the goba best obect from them to pass nto the skn membrane rues d (x ( ),z) = m m (7) m= D X Z In formua (7), X ( =,..., n) symbozes the -th vector n the data sets, Z denotes the center vector of the custer ( =,..., k), and d means the features of each vector. After each teraton, recacuate the custer vectors. 0 Z X x c =, (8) n Where custer. n s the tota number of the data n C means the custer. 4.4 The cacuatng process n the P system The P system has a three ayer nested structure. The outermost membrane, named skn membrane, s abeed 0 and contans q + membranes. Each of the membranes ( =,..., q) have an eementary membrane abeed ( =,..., q). Before the cacuaton starts, the eementary membrane ( =,..., q) generates m nta obects whe other membranes do not have nta obect. Each of the m obects s consst of k* d random rea numbers that generate randomy. They a satsfy the condtons that: Z = rand *(max mn ) + mn, (9) Where max and mn are the upper and ower bounds on the -th component of Z. There are evouton rues that consst of seecton rues, crossover rues, mutaton rues and communcaton rues on the eementary membrane. In each teraton, eementary membrane pass ther oca best obect nto ther hgher neghbor. Membranes,...,q wthout nta obect ony have the communcate rues. They store the oca best obects that passed from ts eementary membrane, seect the one wth hghest ftness and communcate wth membrane q +. Membrane q + store the oca best obects from,...,q and seect the goba best obect from them to communcate wth the skn membrane. E-ISSN: Voume 5, 06

6 Wesun, Lasheng Xang, Xyu Lu 4.5 Hatng and output of the P system In the P system, each membrane s consdered as a parae computng unt wth hgh effcency. In every operaton the rues on the same membrane are apped n a maxmay parae manner unt t hats.the P system hats, When the executon steps arrve the maxmum numbers. And the obect stored n the skn membrane s regarded as the best custer centers. 4.6 Compexty anayss Consderng the tota number of records s n; The number of attrbutes s d; every membrane has m nta records; the number of teratons of crossover, mutaton and seecton s N; The detaed compexty anayss s presented as foows. Step : Normaze a data set In a data set, normaze the vaues of numerca attrbute. The compexty to fnd the maxmum or the mnmum doman vaue of a numerca attrbute s O(n). The compexty to normaze a the vaues of a numerca attrbute s O(n). Step : Inta popuaton There are m obects n every membranes and every obect have d attrbute. Compexty of record to record dstance. The compexty to cacuate dstance between two records s O(d). For a membrane wth m records, the compexty for record to record dstance cacuaton s O(m d). Step 3: Seecton operaton It computes the dstance between a pars of seeds. If there are k number of seeds the compexty s O(k d). The ftness functon aso computes the dstance between each record and ts cosest seed wth a compexty O(mkd). Therefore, the compexty of the ftness cacuaton for each record s O(mkd+k d). Once the ftness vaues of the m records are computed we need to sort them n descendng order for fndng the best records. The compexty for ths s O(m ). Therefore the tota compexty of seecton operaton s O(mkd+k d+m ). Step 4: Crossover operaton In the crossover operaton, The rearrangement compexty s O(k d) f there are k genes n a chromosome and d attrbutes n the data set. for m chromosomes the compexty of twn remova s O(k dm). Step 5: Mutaton operaton If a chromosome s chosen for mutaton, the compexty of ths s O(k),the number of gene n a chromosome s k. In the mutaton operaton we need to compute the maxmum ftness and the mnmum ftness for cacuatng the mutaton probabty. The compexty for the cacuaton s O(m) f there are m records n one membrane. Therefore, the compexty of the Mutaton operaton s O(km). If there are N teratons then the Seecton operaton, Crossover operaton, Mutaton operaton w be repeated N tmes whe the nta popuaton w be seected once randomy. Step 6: If the number of teratons n s the N, then the compexty for s O(nkdN ). Therefore, the overa compexty of MDE-K-means. For a hgh dmensona data set where d s very arge compared to a other parameters the compexty of MDE-K-means s O(d). Smary, the overa compexty of MDE-K-means for a very arge data set where the number of records n s very arge compared to a other parameters the compexty s O(n). 5 Expermenta resuts Ths secton many ntroduced the experments, whch ncuded the data sets and parameters n experments, the process of experment and the experment resuts. 5. Experment data sets and parameters In the paper, we evauate and compare the P system wth modfed dfferenta evouton- E-ISSN: Voume 5, 06

7 Wesun, Lasheng Xang, Xyu Lu agorthm wth the cassca agorthm and the dfferenta evouton- agorthm. Expermenta resuts were cacuated for artfca data sets, the rs data set and the wne data set from UCI Machne Learnng Repostory. For the artfca data set, we cacuate the compactness of a custer and the separaton between the custers to evauate the custerng performance of the agorthms. X Z X C comp = (0) C sep = mn Z Z () Where. means Eucdean dstance between the two vectors. C s the number of the vectors n custer. Z s the center of custer. Accordng to (0, ), t s easy to fnd that a smaer compactness and ager separaton mpy a better custerng souton. For the rs and the wne data sets, to evauate the performance of the modfed custerng agorthm wth membrane computng, t s necessary to use a statstca-mathematca functon, the custer vadty ndex, to measure the effectveness of the proposed nove souton. We use the Xe-Ben ndex, the PBMF ndex, the custerng quaty descrbed beow, n our experment to udge the performance of these methods. These dfferent types of data ponts make us do more experments to prove the effectveness of the new agorthm. The Xe-Ben ndex s a functon of the rato of tota varaton σ, to mnmum separaton, sep, of the custer. The XB ndex s σ XB= () n sep ( Z ) In (), k n σ = u X z (3) = = sep( Z) mn z z =, ( ) X z In (3), u = K ( ) = X z In these formua, X means the th unabeed data ponts. The z represents the center ponts of the custer C. The u s the fuzzy membershp degree of the X toc. Note that a better parttonng shoud has ower σ and hgher sep. Therefore ower vaues of XB ndex acheve a good custerng souton. The PBMF ndex E PBMF( K) = ( ) (4) In (4), D K K Ek K n K = = = E u X z, D = max z z. K K s the number of custers. E s a constant for a gven data set. In usuay arger PBMF mpes a better parttonng. The nove proposed MDE- wth P system parameters were set to: the custer number k =3, scang factor F =0.7, the number of nta obects on eementary membrane m=0, the number of generatons G m =00, crossover rate CR max =, membrane numbers q =0. CR mn =0., 5. Experment process Input: Data set, X; the number of custers, K; the number of eementary membranes, ; the number of obects n each evouton membrane, m; maxmum generaton, G m ; and crossover probabty, CR, CR ; scang factors F. max mn Output: The optma custer centers, the skn membrane. Begn Step: Intazaton q O, n gbest E-ISSN: Voume 5, 06

8 Wesun, Lasheng Xang, Xyu Lu for = to q for = to m Generate -th nta obect for eementary membrane, O ; Cacuate partton matrx, end for Update oca best obect, Z ; store membrane by communcaton rues; end for Update goba best obect, O, n -th oca best O gbest, n goba store membrane by communcaton rues; Set Generaton G = 0; Step: Obect evouton n eementary membranes for each eementary membrane, n parae do for = to m Evove obects, O dfferenta evouton rues; Cacuate partton matrx,, ( =,,q), usng the modfed Z ; end for end for Step3: Obect communcaton for each eementary membrane, ;( =,,q), n parae do Transmt the best obect n membrane to update ts oca best obect, O, usng best communcaton rues; Transmt the best obect n membrane to q+ to update the goba best obect, O, usng gbest communcaton rues; end for step4: Hatng condton udgment f G G s satsfed m G = G+ ; go to Step; end f; Export the goba best obect, Cacuate partton matrx, the goba best obect, O ; gbest O ; gbest Z, accordng to Assgn a ponts nto K custers based on End; Z. 5.3 Experment resuts For artfca data set: X=[0 5;7 ;5 9;7 69;96 78;34 39;55 7;39 46; 35;7 77;3 9;35 39;4 54; 6;35 6] DE- MDE- Fg. The custerng resut wth three methods for artfca data sets. E-ISSN: Voume 5, 06

9 Wesun, Lasheng Xang, Xyu Lu Tabe The average compactness of the three methods n custerng artfca data sets. MDEcuster DE Tabe The average separaton of the three methods n custerng artfca data sets. custer 3 Average Separaton of Average Separaton of DEk -means Average Separaton of MDEk -means Tabe3 The average performance of the three methods n custerng UCI data sets. Tabe 4 the XB and PBMF ndex of the three methods n custerng UCI data sets. Data sets Methods XB PBMF Irs DE MDE Wne DE MDE Through these expermenta resuts, the concuson coud be drawn that MDE- agorthm wth P system has smaer compactness vaues and ager separaton vaues compared wth k-means method and DE-. MDE- agorthm wth P system aso has hgher average correct rates. Contrast wth other two method, MDE- has the owest XB vaues and the hghest PBMF vaues. In a word, MDE- agorthm wth P system gets a better custerng partton and greaty shorten the computng tme. Irs Wne method Correct ponts Correct rates Correct ponts Correc t rates k - means 35 90% % DEk -means 4 94% % MDEk -means % 46 8.% 6 Concusons Ths paper presents a new P system wth speca membrane structure and modfed evouton-communcaton mechansm. The P system combned wth modfed dfferenta evouton- agorthm can fnd the goba optma custer centers to mprove the performance of agorthm. The nta obects on eementary membrane generate randomy and execute the evouton-communcaton rues n the P system. Under the contro of rues, the nta obects are evoved and transmtted n the P system. Membranes update the oca best obects and the goba best obect synchronousy unt system reach E-ISSN: Voume 5, 06

10 Wesun, Lasheng Xang, Xyu Lu the hat condtons.in the end,the goba best obect s the best approxmaton to optma custer centers for the agorthm. The expermenta resuts verfy the advantages of the proposed P system wth the hybrd agorthm. Acknowedgement Proect supported by Natona Natura Scence Foundaton of Chna (670038,6473), Jnan Cty ndependent nnovaton pan proect n Coege and Unverstes, Chna (0400), Mnstry of educaton of Humantes and soca scence research proect, Chna (YJA6305), Soca Scence Fund Proect of Shandong Provnce, Chna (CGLJ), outstandng youth scentst foundaton proect of Shandong Provnce, Chna (ZR0FM00). References: [] Peng, H., Wang, J., Pérez-Jménez, M. J., Rscos-Nunez, A. An unsupervsed earnng agorthm for membrane computng. Informaton Scences,Vo.304, 05,pp.80-9;. [] Kao Y T, Zahara E, Kao I W. A hybrdzed approach to data custerng. Expert Systems wth Appcatons An Internatona Journa, Vo.34,No.3,008, pp [3] Mohamed A W, Sabry H Z, Khorshd M. An aternatve dfferenta evouton agorthm for goba optmzaton. Journa of Advanced Research,Vo.3,No., 0, pp [4] Rahman M A, Isam M Z. A hybrd custerng technque combnng a nove genetc agorthm wth K-Means. Knowedge-Based Systems, Vo.7,No.7, 04, pp [5] Chang D X, Zhang X D, Zheng C W. A genetc agorthm wth gene rearrangement for K-means custerng. Pattern Recognton, Vo.4,No.7, 009, pp.0-. [6] Paun G. Computng wth Membranes. Journa of Computer & System Scences, Vo.6,No., 998, pp [7] Bandyopdhyay S, Mauk U. An evoutonary technque based on K-Means agorthm for optma custerng n RN. Informaton Scences, Vo.46,No., 00, pp.-37. [8] Noman N, Iba H. Acceeratng Dfferenta Evouton Usng an Adaptve Loca Search. Evoutonary Computaton IEEE Transactons on, Vo.,No., 008, pp [9] An K. Jan. Data custerng: 50 years beyond K-means. Pattern Recognton Letters, Vo.3, 00, pp [0] Tan S C, Ka M T, Teng S W. A genera stochastc custerng method for automatc custer dscovery. Pattern Recognton, Vo.44,No.0, 0, pp [] Mauk U, Sanghamtra B. Genetc agorthm-based custerng technque. Pattern Recognton, Vo.33,No.99, 000, pp [] Chang D X, Zhang X D, Zheng C W. A genetc agorthm wth gene rearrangement for K-means custerng. Pattern Recognton, Vo.4,No.7, 009, pp.0-. [3] Raner Storn, Prce K. Dfferenta Evouton A Smpe and Effcent Heurstc for goba Optmzaton over Contnuous Spaces. Journa of Goba Optmzaton, Vo.,No.4, 997, pp [4] An K. Jan. Data custerng: 50 years beyond K-means. Pattern Recognton Letters, Vo.3, 00, pp [5] Paun G. Membrane Computng[M]. Fundamentas of Computaton Theory. Sprnger Bern Hedeberg, 003. E-ISSN: Voume 5, 06

Research on Complex Networks Control Based on Fuzzy Integral Sliding Theory

Research on Complex Networks Control Based on Fuzzy Integral Sliding Theory Advanced Scence and Technoogy Letters Vo.83 (ISA 205), pp.60-65 http://dx.do.org/0.4257/ast.205.83.2 Research on Compex etworks Contro Based on Fuzzy Integra Sdng Theory Dongsheng Yang, Bngqng L, 2, He

More information

Associative Memories

Associative Memories Assocatve Memores We consder now modes for unsupervsed earnng probems, caed auto-assocaton probems. Assocaton s the task of mappng patterns to patterns. In an assocatve memory the stmuus of an ncompete

More information

Neural network-based athletics performance prediction optimization model applied research

Neural network-based athletics performance prediction optimization model applied research Avaabe onne www.jocpr.com Journa of Chemca and Pharmaceutca Research, 04, 6(6):8-5 Research Artce ISSN : 0975-784 CODEN(USA) : JCPRC5 Neura networ-based athetcs performance predcton optmzaton mode apped

More information

MARKOV CHAIN AND HIDDEN MARKOV MODEL

MARKOV CHAIN AND HIDDEN MARKOV MODEL MARKOV CHAIN AND HIDDEN MARKOV MODEL JIAN ZHANG JIANZHAN@STAT.PURDUE.EDU Markov chan and hdden Markov mode are probaby the smpest modes whch can be used to mode sequenta data,.e. data sampes whch are not

More information

IDENTIFICATION OF NONLINEAR SYSTEM VIA SVR OPTIMIZED BY PARTICLE SWARM ALGORITHM

IDENTIFICATION OF NONLINEAR SYSTEM VIA SVR OPTIMIZED BY PARTICLE SWARM ALGORITHM Journa of Theoretca and Apped Informaton Technoogy th February 3. Vo. 48 No. 5-3 JATIT & LLS. A rghts reserved. ISSN: 99-8645 www.att.org E-ISSN: 87-395 IDENTIFICATION OF NONLINEAR SYSTEM VIA SVR OPTIMIZED

More information

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

Multispectral Remote Sensing Image Classification Algorithm Based on Rough Set Theory

Multispectral Remote Sensing Image Classification Algorithm Based on Rough Set Theory Proceedngs of the 2009 IEEE Internatona Conference on Systems Man and Cybernetcs San Antono TX USA - October 2009 Mutspectra Remote Sensng Image Cassfcaton Agorthm Based on Rough Set Theory Yng Wang Xaoyun

More information

Optimization of JK Flip Flop Layout with Minimal Average Power of Consumption based on ACOR, Fuzzy-ACOR, GA, and Fuzzy-GA

Optimization of JK Flip Flop Layout with Minimal Average Power of Consumption based on ACOR, Fuzzy-ACOR, GA, and Fuzzy-GA Journa of mathematcs and computer Scence 4 (05) - 5 Optmzaton of JK Fp Fop Layout wth Mnma Average Power of Consumpton based on ACOR, Fuzzy-ACOR, GA, and Fuzzy-GA Farshd Kevanan *,, A Yekta *,, Nasser

More information

Short-Term Load Forecasting for Electric Power Systems Using the PSO-SVR and FCM Clustering Techniques

Short-Term Load Forecasting for Electric Power Systems Using the PSO-SVR and FCM Clustering Techniques Energes 20, 4, 73-84; do:0.3390/en40073 Artce OPEN ACCESS energes ISSN 996-073 www.mdp.com/journa/energes Short-Term Load Forecastng for Eectrc Power Systems Usng the PSO-SVR and FCM Custerng Technques

More information

Application of Particle Swarm Optimization to Economic Dispatch Problem: Advantages and Disadvantages

Application of Particle Swarm Optimization to Economic Dispatch Problem: Advantages and Disadvantages Appcaton of Partce Swarm Optmzaton to Economc Dspatch Probem: Advantages and Dsadvantages Kwang Y. Lee, Feow, IEEE, and Jong-Bae Par, Member, IEEE Abstract--Ths paper summarzes the state-of-art partce

More information

Example: Suppose we want to build a classifier that recognizes WebPages of graduate students.

Example: Suppose we want to build a classifier that recognizes WebPages of graduate students. Exampe: Suppose we want to bud a cassfer that recognzes WebPages of graduate students. How can we fnd tranng data? We can browse the web and coect a sampe of WebPages of graduate students of varous unverstes.

More information

Image Classification Using EM And JE algorithms

Image Classification Using EM And JE algorithms Machne earnng project report Fa, 2 Xaojn Sh, jennfer@soe Image Cassfcaton Usng EM And JE agorthms Xaojn Sh Department of Computer Engneerng, Unversty of Caforna, Santa Cruz, CA, 9564 jennfer@soe.ucsc.edu

More information

Nested case-control and case-cohort studies

Nested case-control and case-cohort studies Outne: Nested case-contro and case-cohort studes Ørnuf Borgan Department of Mathematcs Unversty of Oso NORBIS course Unversty of Oso 4-8 December 217 1 Radaton and breast cancer data Nested case contro

More information

A finite difference method for heat equation in the unbounded domain

A finite difference method for heat equation in the unbounded domain Internatona Conerence on Advanced ectronc Scence and Technoogy (AST 6) A nte derence method or heat equaton n the unbounded doman a Quan Zheng and Xn Zhao Coege o Scence North Chna nversty o Technoogy

More information

COXREG. Estimation (1)

COXREG. Estimation (1) COXREG Cox (972) frst suggested the modes n whch factors reated to fetme have a mutpcatve effect on the hazard functon. These modes are caed proportona hazards (PH) modes. Under the proportona hazards

More information

NONLINEAR SYSTEM IDENTIFICATION BASE ON FW-LSSVM

NONLINEAR SYSTEM IDENTIFICATION BASE ON FW-LSSVM Journa of heoretca and Apped Informaton echnoogy th February 3. Vo. 48 No. 5-3 JAI & LLS. A rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 NONLINEAR SYSEM IDENIFICAION BASE ON FW-LSSVM, XIANFANG

More information

Predicting Model of Traffic Volume Based on Grey-Markov

Predicting Model of Traffic Volume Based on Grey-Markov Vo. No. Modern Apped Scence Predctng Mode of Traffc Voume Based on Grey-Marov Ynpeng Zhang Zhengzhou Muncpa Engneerng Desgn & Research Insttute Zhengzhou 5005 Chna Abstract Grey-marov forecastng mode of

More information

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

More information

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow 1 Dfferental Evoluton Algorthm wth a Modfed Archvng-based Adaptve Tradeoff Model for Optmal Power Flow 2 Outlne Search Engne Constrant Handlng Technque Test Cases and Statstcal Results 3 Roots of Dfferental

More information

Chapter 6 Hidden Markov Models. Chaochun Wei Spring 2018

Chapter 6 Hidden Markov Models. Chaochun Wei Spring 2018 896 920 987 2006 Chapter 6 Hdden Markov Modes Chaochun We Sprng 208 Contents Readng materas Introducton to Hdden Markov Mode Markov chans Hdden Markov Modes Parameter estmaton for HMMs 2 Readng Rabner,

More information

Numerical integration in more dimensions part 2. Remo Minero

Numerical integration in more dimensions part 2. Remo Minero Numerca ntegraton n more dmensons part Remo Mnero Outne The roe of a mappng functon n mutdmensona ntegraton Gauss approach n more dmensons and quadrature rues Crtca anass of acceptabt of a gven quadrature

More information

The Application of BP Neural Network principal component analysis in the Forecasting the Road Traffic Accident

The Application of BP Neural Network principal component analysis in the Forecasting the Road Traffic Accident ICTCT Extra Workshop, Bejng Proceedngs The Appcaton of BP Neura Network prncpa component anayss n Forecastng Road Traffc Accdent He Mng, GuoXucheng &LuGuangmng Transportaton Coege of Souast Unversty 07

More information

A General Column Generation Algorithm Applied to System Reliability Optimization Problems

A General Column Generation Algorithm Applied to System Reliability Optimization Problems A Genera Coumn Generaton Agorthm Apped to System Reabty Optmzaton Probems Lea Za, Davd W. Cot, Department of Industra and Systems Engneerng, Rutgers Unversty, Pscataway, J 08854, USA Abstract A genera

More information

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1]

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1] DYNAMIC SHORTEST PATH SEARCH AND SYNCHRONIZED TASK SWITCHING Jay Wagenpfel, Adran Trachte 2 Outlne Shortest Communcaton Path Searchng Bellmann Ford algorthm Algorthm for dynamc case Modfcatons to our algorthm

More information

Greyworld White Balancing with Low Computation Cost for On- Board Video Capturing

Greyworld White Balancing with Low Computation Cost for On- Board Video Capturing reyword Whte aancng wth Low Computaton Cost for On- oard Vdeo Capturng Peng Wu Yuxn Zoe) Lu Hewett-Packard Laboratores Hewett-Packard Co. Pao Ato CA 94304 USA Abstract Whte baancng s a process commony

More information

Development of whole CORe Thermal Hydraulic analysis code CORTH Pan JunJie, Tang QiFen, Chai XiaoMing, Lu Wei, Liu Dong

Development of whole CORe Thermal Hydraulic analysis code CORTH Pan JunJie, Tang QiFen, Chai XiaoMing, Lu Wei, Liu Dong Deveopment of whoe CORe Therma Hydrauc anayss code CORTH Pan JunJe, Tang QFen, Cha XaoMng, Lu We, Lu Dong cence and technoogy on reactor system desgn technoogy, Nucear Power Insttute of Chna, Chengdu,

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

A principal component analysis using SPSS for Multi-objective Decision Location Allocation Problem

A principal component analysis using SPSS for Multi-objective Decision Location Allocation Problem Zpeng Zhang A prncpa component anayss usng SPSS for Mut-objectve Decson Locaton Aocaton Probem ZIPENG ZHANG Schoo of Management Scence and Engneerng Shandong Norma Unversty No.88 Cuture Rode, Jnan Cty,

More information

On the Power Function of the Likelihood Ratio Test for MANOVA

On the Power Function of the Likelihood Ratio Test for MANOVA Journa of Mutvarate Anayss 8, 416 41 (00) do:10.1006/jmva.001.036 On the Power Functon of the Lkehood Rato Test for MANOVA Dua Kumar Bhaumk Unversty of South Aabama and Unversty of Inos at Chcago and Sanat

More information

Distributed Moving Horizon State Estimation of Nonlinear Systems. Jing Zhang

Distributed Moving Horizon State Estimation of Nonlinear Systems. Jing Zhang Dstrbuted Movng Horzon State Estmaton of Nonnear Systems by Jng Zhang A thess submtted n parta fufment of the requrements for the degree of Master of Scence n Chemca Engneerng Department of Chemca and

More information

Xin Li Department of Information Systems, College of Business, City University of Hong Kong, Hong Kong, CHINA

Xin Li Department of Information Systems, College of Business, City University of Hong Kong, Hong Kong, CHINA RESEARCH ARTICLE MOELING FIXE OS BETTING FOR FUTURE EVENT PREICTION Weyun Chen eartment of Educatona Informaton Technoogy, Facuty of Educaton, East Chna Norma Unversty, Shangha, CHINA {weyun.chen@qq.com}

More information

L-Edge Chromatic Number Of A Graph

L-Edge Chromatic Number Of A Graph IJISET - Internatona Journa of Innovatve Scence Engneerng & Technoogy Vo. 3 Issue 3 March 06. ISSN 348 7968 L-Edge Chromatc Number Of A Graph Dr.R.B.Gnana Joth Assocate Professor of Mathematcs V.V.Vannaperuma

More information

ON AUTOMATIC CONTINUITY OF DERIVATIONS FOR BANACH ALGEBRAS WITH INVOLUTION

ON AUTOMATIC CONTINUITY OF DERIVATIONS FOR BANACH ALGEBRAS WITH INVOLUTION European Journa of Mathematcs and Computer Scence Vo. No. 1, 2017 ON AUTOMATC CONTNUTY OF DERVATONS FOR BANACH ALGEBRAS WTH NVOLUTON Mohamed BELAM & Youssef T DL MATC Laboratory Hassan Unversty MORO CCO

More information

A Dissimilarity Measure Based on Singular Value and Its Application in Incremental Discounting

A Dissimilarity Measure Based on Singular Value and Its Application in Incremental Discounting A Dssmarty Measure Based on Snguar Vaue and Its Appcaton n Incrementa Dscountng KE Xaou Department of Automaton, Unversty of Scence and Technoogy of Chna, Hefe, Chna Ema: kxu@ma.ustc.edu.cn MA Lyao Department

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Supplementary Material: Learning Structured Weight Uncertainty in Bayesian Neural Networks

Supplementary Material: Learning Structured Weight Uncertainty in Bayesian Neural Networks Shengyang Sun, Changyou Chen, Lawrence Carn Suppementary Matera: Learnng Structured Weght Uncertanty n Bayesan Neura Networks Shengyang Sun Changyou Chen Lawrence Carn Tsnghua Unversty Duke Unversty Duke

More information

Networked Cooperative Distributed Model Predictive Control Based on State Observer

Networked Cooperative Distributed Model Predictive Control Based on State Observer Apped Mathematcs, 6, 7, 48-64 ubshed Onne June 6 n ScRes. http://www.scrp.org/journa/am http://dx.do.org/.436/am.6.73 Networed Cooperatve Dstrbuted Mode redctve Contro Based on State Observer Ba Su, Yanan

More information

An Effective Space Charge Solver. for DYNAMION Code

An Effective Space Charge Solver. for DYNAMION Code A. Orzhehovsaya W. Barth S. Yaramyshev GSI Hemhotzzentrum für Schweronenforschung (Darmstadt) An Effectve Space Charge Sover for DYNAMION Code Introducton Genera space charge agorthms based on the effectve

More information

Numerical Investigation of Power Tunability in Two-Section QD Superluminescent Diodes

Numerical Investigation of Power Tunability in Two-Section QD Superluminescent Diodes Numerca Investgaton of Power Tunabty n Two-Secton QD Superumnescent Dodes Matta Rossett Paoo Bardea Ivo Montrosset POLITECNICO DI TORINO DELEN Summary 1. A smpfed mode for QD Super Lumnescent Dodes (SLD)

More information

Lower bounds for the Crossing Number of the Cartesian Product of a Vertex-transitive Graph with a Cycle

Lower bounds for the Crossing Number of the Cartesian Product of a Vertex-transitive Graph with a Cycle Lower bounds for the Crossng Number of the Cartesan Product of a Vertex-transtve Graph wth a Cyce Junho Won MIT-PRIMES December 4, 013 Abstract. The mnmum number of crossngs for a drawngs of a gven graph

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

Polite Water-filling for Weighted Sum-rate Maximization in MIMO B-MAC Networks under. Multiple Linear Constraints

Polite Water-filling for Weighted Sum-rate Maximization in MIMO B-MAC Networks under. Multiple Linear Constraints 2011 IEEE Internatona Symposum on Informaton Theory Proceedngs Pote Water-fng for Weghted Sum-rate Maxmzaton n MIMO B-MAC Networks under Mutpe near Constrants An u 1, Youjan u 2, Vncent K. N. au 3, Hage

More information

The Entire Solution Path for Support Vector Machine in Positive and Unlabeled Classification 1

The Entire Solution Path for Support Vector Machine in Positive and Unlabeled Classification 1 Abstract The Entre Souton Path for Support Vector Machne n Postve and Unabeed Cassfcaton 1 Yao Lmn, Tang Je, and L Juanz Department of Computer Scence, Tsnghua Unversty 1-308, FIT, Tsnghua Unversty, Bejng,

More information

Supervised Learning. Neural Networks and Back-Propagation Learning. Credit Assignment Problem. Feedforward Network. Adaptive System.

Supervised Learning. Neural Networks and Back-Propagation Learning. Credit Assignment Problem. Feedforward Network. Adaptive System. Part 7: Neura Networ & earnng /2/05 Superved earnng Neura Networ and Bac-Propagaton earnng Produce dered output for tranng nput Generaze reaonaby & appropratey to other nput Good exampe: pattern recognton

More information

Discriminating Fuzzy Preference Relations Based on Heuristic Possibilistic Clustering

Discriminating Fuzzy Preference Relations Based on Heuristic Possibilistic Clustering Mutcrtera Orderng and ankng: Parta Orders, Ambgutes and Apped Issues Jan W. Owsńsk and aner Brüggemann, Edtors Dscrmnatng Fuzzy Preerence eatons Based on Heurstc Possbstc Custerng Dmtr A. Vattchenn Unted

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles 1 Internatonal Congress on Informatcs, Envronment, Energy and Applcatons-IEEA 1 IPCSIT vol.38 (1) (1) IACSIT Press, Sngapore Partcle Swarm Optmzaton wth Adaptve Mutaton n Local Best of Partcles Nanda ulal

More information

Optimum Selection Combining for M-QAM on Fading Channels

Optimum Selection Combining for M-QAM on Fading Channels Optmum Seecton Combnng for M-QAM on Fadng Channes M. Surendra Raju, Ramesh Annavajjaa and A. Chockangam Insca Semconductors Inda Pvt. Ltd, Bangaore-56000, Inda Department of ECE, Unversty of Caforna, San

More information

QUARTERLY OF APPLIED MATHEMATICS

QUARTERLY OF APPLIED MATHEMATICS QUARTERLY OF APPLIED MATHEMATICS Voume XLI October 983 Number 3 DIAKOPTICS OR TEARING-A MATHEMATICAL APPROACH* By P. W. AITCHISON Unversty of Mantoba Abstract. The method of dakoptcs or tearng was ntroduced

More information

A Network Intrusion Detection Method Based on Improved K-means Algorithm

A Network Intrusion Detection Method Based on Improved K-means Algorithm Advanced Scence and Technology Letters, pp.429-433 http://dx.do.org/10.14257/astl.2014.53.89 A Network Intruson Detecton Method Based on Improved K-means Algorthm Meng Gao 1,1, Nhong Wang 1, 1 Informaton

More information

WAVELET-BASED IMAGE COMPRESSION USING SUPPORT VECTOR MACHINE LEARNING AND ENCODING TECHNIQUES

WAVELET-BASED IMAGE COMPRESSION USING SUPPORT VECTOR MACHINE LEARNING AND ENCODING TECHNIQUES WAVELE-BASED IMAGE COMPRESSION USING SUPPOR VECOR MACHINE LEARNING AND ENCODING ECHNIQUES Rakb Ahmed Gppsand Schoo of Computng and Informaton echnoogy Monash Unversty, Gppsand Campus Austraa. Rakb.Ahmed@nfotech.monash.edu.au

More information

A Novel Hierarchical Method for Digital Signal Type Classification

A Novel Hierarchical Method for Digital Signal Type Classification Proceedngs of the 6th WSEAS Internatona Conference on Apped Informatcs and Communcatons, Eounda, Greece, August 8-0, 006 (pp388-393) A Nove Herarchca Method for Dgta Sgna ype Cassfcaton AAOLLAH EBRAHIMZADEH,

More information

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

MULTIVARIABLE FUZZY CONTROL WITH ITS APPLICATIONS IN MULTI EVAPORATOR REFRIGERATION SYSTEMS

MULTIVARIABLE FUZZY CONTROL WITH ITS APPLICATIONS IN MULTI EVAPORATOR REFRIGERATION SYSTEMS MULTIVARIABLE FUZZY CONTROL WITH I APPLICATIONS IN MULTI EVAPORATOR REFRIGERATION SYSTEMS LIAO QIANFANG Schoo of Eectrca and Eectronc Engneerng A thess submtted to the Nanyang Technoogca Unversty n parta

More information

Problem Set 9 Solutions

Problem Set 9 Solutions Desgn and Analyss of Algorthms May 4, 2015 Massachusetts Insttute of Technology 6.046J/18.410J Profs. Erk Demane, Srn Devadas, and Nancy Lynch Problem Set 9 Solutons Problem Set 9 Solutons Ths problem

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

More information

An Improved multiple fractal algorithm

An Improved multiple fractal algorithm Advanced Scence and Technology Letters Vol.31 (MulGraB 213), pp.184-188 http://dx.do.org/1.1427/astl.213.31.41 An Improved multple fractal algorthm Yun Ln, Xaochu Xu, Jnfeng Pang College of Informaton

More information

Interference Alignment and Degrees of Freedom Region of Cellular Sigma Channel

Interference Alignment and Degrees of Freedom Region of Cellular Sigma Channel 2011 IEEE Internatona Symposum on Informaton Theory Proceedngs Interference Agnment and Degrees of Freedom Regon of Ceuar Sgma Channe Huaru Yn 1 Le Ke 2 Zhengdao Wang 2 1 WINLAB Dept of EEIS Unv. of Sc.

More information

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem H.K. Pathak et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Speedng up Computaton of Scalar Multplcaton n Ellptc Curve Cryptosystem H. K. Pathak Manju Sangh S.o.S n Computer scence

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

Mathematical modeling and multi-objective evolutionary algorithms applied to dynamic flexible job shop scheduling problems Shen, Xiao-ning; Yao, Xin

Mathematical modeling and multi-objective evolutionary algorithms applied to dynamic flexible job shop scheduling problems Shen, Xiao-ning; Yao, Xin Mathematca modeng and mut-objectve evoutonary agorthms apped to dynamc fexbe job shop schedung probems Shen, Xao-nng; Yao, Xn DOI: 10.1016/j.ns.2014.11.036 Lcense: Other (pease specfy wth Rghts Statement)

More information

Cyclic Codes BCH Codes

Cyclic Codes BCH Codes Cycc Codes BCH Codes Gaos Feds GF m A Gaos fed of m eements can be obtaned usng the symbos 0,, á, and the eements beng 0,, á, á, á 3 m,... so that fed F* s cosed under mutpcaton wth m eements. The operator

More information

Deriving the Dual. Prof. Bennett Math of Data Science 1/13/06

Deriving the Dual. Prof. Bennett Math of Data Science 1/13/06 Dervng the Dua Prof. Bennett Math of Data Scence /3/06 Outne Ntty Grtty for SVM Revew Rdge Regresson LS-SVM=KRR Dua Dervaton Bas Issue Summary Ntty Grtty Need Dua of w, b, z w 2 2 mn st. ( x w ) = C z

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

Support Vector Machine Technique for Wind Speed Prediction

Support Vector Machine Technique for Wind Speed Prediction Internatona Proceedngs of Chemca, Boogca and Envronmenta Engneerng, Vo. 93 (016) DOI: 10.7763/IPCBEE. 016. V93. Support Vector Machne Technque for Wnd Speed Predcton Yusuf S. Turkan 1 and Hacer Yumurtacı

More information

Adaptive and Iterative Least Squares Support Vector Regression Based on Quadratic Renyi Entropy

Adaptive and Iterative Least Squares Support Vector Regression Based on Quadratic Renyi Entropy daptve and Iteratve Least Squares Support Vector Regresson Based on Quadratc Ren Entrop Jngqng Jang, Chu Song, Haan Zhao, Chunguo u,3 and Yanchun Lang Coege of Mathematcs and Computer Scence, Inner Mongoa

More information

Active Learning with Support Vector Machines for Tornado Prediction

Active Learning with Support Vector Machines for Tornado Prediction Actve Learnng wth Support Vector Machnes for Tornado Predcton Theodore B. Trafas, Indra Adranto, and Mchae B. Rchman Schoo of Industra Engneerng, Unversty of Okahoma, 0 West Boyd St, Room 4, Norman, OK

More information

Downlink Power Allocation for CoMP-NOMA in Multi-Cell Networks

Downlink Power Allocation for CoMP-NOMA in Multi-Cell Networks Downn Power Aocaton for CoMP-NOMA n Mut-Ce Networs Md Shpon A, Eram Hossan, Arafat A-Dwe, and Dong In Km arxv:80.0498v [eess.sp] 6 Dec 207 Abstract Ths wor consders the probem of dynamc power aocaton n

More information

LECTURE 21 Mohr s Method for Calculation of General Displacements. 1 The Reciprocal Theorem

LECTURE 21 Mohr s Method for Calculation of General Displacements. 1 The Reciprocal Theorem V. DEMENKO MECHANICS OF MATERIALS 05 LECTURE Mohr s Method for Cacuaton of Genera Dspacements The Recproca Theorem The recproca theorem s one of the genera theorems of strength of materas. It foows drect

More information

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing Advanced Scence and Technology Letters, pp.164-168 http://dx.do.org/10.14257/astl.2013 Pop-Clc Nose Detecton Usng Inter-Frame Correlaton for Improved Portable Audtory Sensng Dong Yun Lee, Kwang Myung Jeon,

More information

Lower Bounding Procedures for the Single Allocation Hub Location Problem

Lower Bounding Procedures for the Single Allocation Hub Location Problem Lower Boundng Procedures for the Snge Aocaton Hub Locaton Probem Borzou Rostam 1,2 Chrstoph Buchhem 1,4 Fautät für Mathemat, TU Dortmund, Germany J. Faban Meer 1,3 Uwe Causen 1 Insttute of Transport Logstcs,

More information

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances ec Annexes Ths Annex frst llustrates a cycle-based move n the dynamc-block generaton tabu search. It then dsplays the characterstcs of the nstance sets, followed by detaled results of the parametercalbraton

More information

22.51 Quantum Theory of Radiation Interactions

22.51 Quantum Theory of Radiation Interactions .51 Quantum Theory of Radaton Interactons Fna Exam - Soutons Tuesday December 15, 009 Probem 1 Harmonc oscator 0 ponts Consder an harmonc oscator descrbed by the Hamtonan H = ω(nˆ + ). Cacuate the evouton

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

An Improved Clustering Based Genetic Algorithm for Solving Complex NP Problems

An Improved Clustering Based Genetic Algorithm for Solving Complex NP Problems Journal of Computer Scence 7 (7): 1033-1037, 2011 ISSN 1549-3636 2011 Scence Publcatons An Improved Clusterng Based Genetc Algorthm for Solvng Complex NP Problems 1 R. Svaraj and 2 T. Ravchandran 1 Department

More information

3. Stress-strain relationships of a composite layer

3. Stress-strain relationships of a composite layer OM PO I O U P U N I V I Y O F W N ompostes ourse 8-9 Unversty of wente ng. &ech... tress-stran reatonshps of a composte ayer - Laurent Warnet & emo Aerman.. tress-stran reatonshps of a composte ayer Introducton

More information

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem A Hybrd Dfferental Evoluton Algorthm ame Theory for the Berth Allocaton Problem Nasser R. Sabar, Sang Yew Chong, and raham Kendall The Unversty of Nottngham Malaysa Campus, Jalan Broga, 43500 Semenyh,

More information

Operating conditions of a mine fan under conditions of variable resistance

Operating conditions of a mine fan under conditions of variable resistance Paper No. 11 ISMS 216 Operatng condtons of a mne fan under condtons of varable resstance Zhang Ynghua a, Chen L a, b, Huang Zhan a, *, Gao Yukun a a State Key Laboratory of Hgh-Effcent Mnng and Safety

More information

DSCOVR: Randomized Primal-Dual Block Coordinate Algorithms for Asynchronous Distributed Optimization

DSCOVR: Randomized Primal-Dual Block Coordinate Algorithms for Asynchronous Distributed Optimization DSCOVR: Randomzed Prma-Dua Boc Coordnate Agorthms for Asynchronous Dstrbuted Optmzaton Ln Xao Mcrosoft Research AI Redmond, WA 9805, USA Adams We Yu Machne Learnng Department, Carnege Meon Unversty Pttsburgh,

More information

G : Statistical Mechanics

G : Statistical Mechanics G25.2651: Statstca Mechancs Notes for Lecture 11 I. PRINCIPLES OF QUANTUM STATISTICAL MECHANICS The probem of quantum statstca mechancs s the quantum mechanca treatment of an N-partce system. Suppose the

More information

The Two-scale Finite Element Errors Analysis for One Class of Thermoelastic Problem in Periodic Composites

The Two-scale Finite Element Errors Analysis for One Class of Thermoelastic Problem in Periodic Composites 7 Asa-Pacfc Engneerng Technology Conference (APETC 7) ISBN: 978--6595-443- The Two-scale Fnte Element Errors Analyss for One Class of Thermoelastc Problem n Perodc Compostes Xaoun Deng Mngxang Deng ABSTRACT

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information

The line method combined with spectral chebyshev for space-time fractional diffusion equation

The line method combined with spectral chebyshev for space-time fractional diffusion equation Apped and Computatona Mathematcs 014; 3(6): 330-336 Pubshed onne December 31, 014 (http://www.scencepubshnggroup.com/j/acm) do: 10.1164/j.acm.0140306.17 ISS: 3-5605 (Prnt); ISS: 3-5613 (Onne) The ne method

More information

Boundary Value Problems. Lecture Objectives. Ch. 27

Boundary Value Problems. Lecture Objectives. Ch. 27 Boundar Vaue Probes Ch. 7 Lecture Obectves o understand the dfference between an nta vaue and boundar vaue ODE o be abe to understand when and how to app the shootng ethod and FD ethod. o understand what

More information

Quantum Runge-Lenz Vector and the Hydrogen Atom, the hidden SO(4) symmetry

Quantum Runge-Lenz Vector and the Hydrogen Atom, the hidden SO(4) symmetry Quantum Runge-Lenz ector and the Hydrogen Atom, the hdden SO(4) symmetry Pasca Szrftgser and Edgardo S. Cheb-Terrab () Laboratore PhLAM, UMR CNRS 85, Unversté Le, F-59655, France () Mapesoft Let's consder

More information

Orientation Model of Elite Education and Mass Education

Orientation Model of Elite Education and Mass Education Proceedngs of the 8th Internatonal Conference on Innovaton & Management 723 Orentaton Model of Elte Educaton and Mass Educaton Ye Peng Huanggang Normal Unversty, Huanggang, P.R.Chna, 438 (E-mal: yepeng@hgnc.edu.cn)

More information

A parametric Linear Programming Model Describing Bandwidth Sharing Policies for ABR Traffic

A parametric Linear Programming Model Describing Bandwidth Sharing Policies for ABR Traffic parametrc Lnear Programmng Mode Descrbng Bandwdth Sharng Poces for BR Traffc I. Moschoos, M. Logothets and G. Kokknaks Wre ommuncatons Laboratory, Dept. of Eectrca & omputer Engneerng, Unversty of Patras,

More information

Achieving Optimal Throughput Utility and Low Delay with CSMA-like Algorithms: A Virtual Multi-Channel Approach

Achieving Optimal Throughput Utility and Low Delay with CSMA-like Algorithms: A Virtual Multi-Channel Approach Achevng Optma Throughput Utty and Low Deay wth SMA-ke Agorthms: A Vrtua Mut-hanne Approach Po-Ka Huang, Student Member, IEEE, and Xaojun Ln, Senor Member, IEEE Abstract SMA agorthms have recenty receved

More information

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays *

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays * Journal of Robotcs, etworkng and Artfcal Lfe, Vol., o. (September 04), 5-9 Adaptve Consensus Control of Mult-Agent Systems wth Large Uncertanty and me Delays * L Lu School of Mechancal Engneerng Unversty

More information

EXPERIMENT AND THEORISATION: AN APPLICATION OF THE HYDROSTATIC EQUATION AND ARCHIMEDES THEOREM

EXPERIMENT AND THEORISATION: AN APPLICATION OF THE HYDROSTATIC EQUATION AND ARCHIMEDES THEOREM EXPERIMENT AND THEORISATION: AN APPLICATION OF THE HYDROSTATIC EQUATION AND ARCHIMEDES THEOREM Santos Lucía, Taaa Máro, Departamento de Físca, Unversdade de Avero, Avero, Portuga 1. Introducton Today s

More information

Delay tomography for large scale networks

Delay tomography for large scale networks Deay tomography for arge scae networks MENG-FU SHIH ALFRED O. HERO III Communcatons and Sgna Processng Laboratory Eectrca Engneerng and Computer Scence Department Unversty of Mchgan, 30 Bea. Ave., Ann

More information

Chapter 6. Rotations and Tensors

Chapter 6. Rotations and Tensors Vector Spaces n Physcs 8/6/5 Chapter 6. Rotatons and ensors here s a speca knd of near transformaton whch s used to transforms coordnates from one set of axes to another set of axes (wth the same orgn).

More information

Errors for Linear Systems

Errors for Linear Systems Errors for Lnear Systems When we solve a lnear system Ax b we often do not know A and b exactly, but have only approxmatons  and ˆb avalable. Then the best thng we can do s to solve ˆx ˆb exactly whch

More information

D hh ν. Four-body charm semileptonic decay. Jim Wiss University of Illinois

D hh ν. Four-body charm semileptonic decay. Jim Wiss University of Illinois Four-body charm semeptonc decay Jm Wss Unversty of Inos D hh ν 1 1. ector domnance. Expected decay ntensty 3. SU(3) apped to D s φν 4. Anaytc forms for form factors 5. Non-parametrc form factors 6. Future

More information

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No. 005 0 JATIT & LLS. All rghts reserved. ISSN: 9985 www.jatt.org EISSN: 87395 MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN

More information

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming EEL 6266 Power System Operaton and Control Chapter 3 Economc Dspatch Usng Dynamc Programmng Pecewse Lnear Cost Functons Common practce many utltes prefer to represent ther generator cost functons as sngle-

More information

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan Wnter 2008 CS567 Stochastc Lnear/Integer Programmng Guest Lecturer: Xu, Huan Class 2: More Modelng Examples 1 Capacty Expanson Capacty expanson models optmal choces of the tmng and levels of nvestments

More information

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure IJCSI Internatonal Journal of Computer Scence Issues Vol. 10 Issue 1 No January 013 ISSN (Prnt): 1694-0784 ISSN (Onlne): 1694-0814 www.ijcsi.org 53 An Improved Partcle Swarm Optmzaton Algorthm based on

More information

A FAST HEURISTIC FOR TASKS ASSIGNMENT IN MANYCORE SYSTEMS WITH VOLTAGE-FREQUENCY ISLANDS

A FAST HEURISTIC FOR TASKS ASSIGNMENT IN MANYCORE SYSTEMS WITH VOLTAGE-FREQUENCY ISLANDS Shervn Haamn A FAST HEURISTIC FOR TASKS ASSIGNMENT IN MANYCORE SYSTEMS WITH VOLTAGE-FREQUENCY ISLANDS INTRODUCTION Increasng computatons n applcatons has led to faster processng. o Use more cores n a chp

More information

High resolution entropy stable scheme for shallow water equations

High resolution entropy stable scheme for shallow water equations Internatonal Symposum on Computers & Informatcs (ISCI 05) Hgh resoluton entropy stable scheme for shallow water equatons Xaohan Cheng,a, Yufeng Ne,b, Department of Appled Mathematcs, Northwestern Polytechncal

More information