Supplementary Crossover Operator for Genetic Algorithms based on the Center-of-Gravity Paradigm

Size: px
Start display at page:

Download "Supplementary Crossover Operator for Genetic Algorithms based on the Center-of-Gravity Paradigm"

Transcription

1 Published in Cntrl and Cybernetics, vl. 30, N, 00, pp , ISSN: Supplementary Crssver Operatr fr Genetic Algrithms based n the Center-f-Gravity Paradigm Plamen Angelv Department f Civil and Building Engineering, University f Lughbrugh Lughbrugh, Leicestershire LE 3TU, UK tel.: +44 (509) 3 774; fax: +44 (509) 3 98; Abstract A supplementary crssver peratr fr genetic algrithms (GA) is prpsed in the paper. It perfrms specific breeding between the tw fittest parental chrmsmes. The new child chrmsme is based n the center f gravity (CG) paradigm, taking int accunt bth the parental weight (measured by their fitness) and their actual value. It is designed t be used in cmbinatin with ther crssver and mutatin peratrs (it applies t the best fitted tw parental chrmsmes nly) bth in binary and real-valued (evlutinary) GA. Analytical prf f its ability t imprve the result is prvided fr the simplest case f ne variable and when elitist selectin strategy is used. The new peratr is validated with a number f usually used numerical test functins as well as with a practical example f supply air temperature and flw rate scheduling in a hllw cre ventilated slab thermal strage system. The tests indicate that it imprves results (the speed f cnvergence as well as the final result) withut significant increasing cmputatinal expenses. Key wrds: Genetic algrithms; crssver, mutatin, selectin peratrs; center f gravity. Intrductin Recently, GA have been widely applied t different cntrl and ptimizatin prblems due t their rbustness, success in dealing with multi-mdal and cmplex prblems (Pal and Wang, 996; Angelv and Guthke, 997, Onnen et.al., 997). The main specific f the GA as an ptimizatin methd is their implicit parallelism, which is a result f the evlutin and the hereditary-like prcess (Michalewicz, 996). GA is, in fact, a driven stchastic search technique, which cmbine stchastic (represented by mutatin peratr) and 'lgical' search (represented by crssver f parental chrmsmes and survival f the fittest by apprpriate selectin). These characteristics f GA ffers pssibilities fr their imprvement by apprpriate balance between explratin (pssible because f the diversity in the ppulatin) and explitatin (due t the

2 preservatin f the search lgic). Initially, imprvements f GA has been sught in the ptimal prprtin and adaptatin f the main parameters f the GA, namely prbability f mutatin, prbability f crssver, ppulatin size (Davis, 989) (Grefenstette, 986). Mre recently, the attentin has been shifted t the breeding (prcess f frming new trial chrmsmes at each epch) (Muhlenbein and Schlierkamp-Vsen, 993). In this paper a supplementary crssver peratr is intrduced, which is mre infrmative than mutatin and mre innvative than crssver itself. It increases diversity by creating a new chrmsme different t the previus ppulatin elements and in the same time preserves the 'search lgic' by accumulating weighted infrmatin abut parental ppulatin. It is designed t be used in additin (in cmbinatin) with ther crssver and mutatin peratrs bth in binary and real-valued GA. Supplementary crssver peratr is applied t the best fitted tw parental chrmsmes nly. The rest f the chrmsmes in the ppulatin are prduced by applying any ther mutatin and crssver peratrs as usual. The new child chrmsme, very ften have better fitness as it represents a CG f the tw best parental chrmsmes and, thus, imprves the search capability f the whle algrithm. The supplementary crssver peratr has been tested with a number f cmmnly used in the literature test functins. A practical prblem f scheduling f the supply air temperature and flw rate t a ventilated slab thermal strage system is als presented. The results demnstrate its superirity cmpared with the case when it is nt used. Basic cncepts f GA GA mimics the prcess f natural selectin where "the fittest survives". The basic difference between the GA and all ther ptimizatin techniques is its implicit parallelism, a result f the evlutin and hereditary. The GA explre a set f trial pints (chrmsmes) frming a ppulatin at each iteratin (epch). A gene (g) in the chrmsme represents binary encded prblem variable (x) in the 'standard' binarycded GA (Gldberg, 989) r directly its value in the real-value cded GA (Michalewicz, 996).

3 chrmsme chrmsme chrmsme ps g g g n g ps g g n g ps ps g g n Table : Ppulatin f Individual Chrmsmes In binary cded GA each gene is represented by a number f bits, which have value 0 r. Fr example: g i = {;0;;;;0;0}; i=,,...,n In real-value cded GA each gene is a real value representing certain variable g i = x i. The measure f the quality f a chrmsme (candidate slutin) is its fitness functin (F), which shuld be maximized. All individual chrmsmes are evaluated (by calculating their fitness) at each epch. A part f the chrmsmes frm the current epch (parental chrmsmes) are selected fr mating and reprductin, based n their fitness values. Crssver and mutatin are then applied fr prducing new (child) trial pints (chrmsmes). An example f a tw-pint crssver is represented as: chrm ={ child g ; g ;...; g ; g ; g ;...; g ; g ; g ;...; g ; g } xver xver xver + xver xver xver + chrm ={ child g ; g ;...; g ; g ; g ;...; g ; g ; g ;...; g ; g } xver where dentes the first parent; dentes the secnd parent; xver xver + xver dentes the first crssver pint xver dentes the secnd crssver pint xver xver xver + Mutatin in binary-cded GA is a triggering frm 0 t and vice versa. In realcded GA, generally, unifrm and nn-unifrm mutatin exist (Michalewicz, 996) with alteratin f the mutated gene t a randm value (in the range f feasible values) in the frmer ne and alteratin f the mutated gene with a certain value (added r subtracted depending n the 0 r value f a randm number) in the later ne. A tw-pint mutatin peratr, generally, culd be represented as: mut mut chrm child = {g ; g ;... ; g i ; g i ; g i + ; ; g i ; g i ; g i + ;...;g n } mut mut where g i and g i are mutated genes. n n n n

4 A GA culd be represented by the fllwing pseud-cde: Prgram GA Begin Number_f_epchs = 0; Set the initial ppulatin 0 Determine fitness functin value F; While (Number_f_epchs < Maximal_number_f_epchs) d Number_f_epchs = Number_f_epchs + ; Selectin; Crssver; Mutatin; Fitness evaluatin; end End. In this general scheme the main bjects (Selectin, Crssver and Mutatin) culd vary depending n the specific type chsen ( Michalewicz, 996). 3 New supplementary crssver peratr 3. New peratr - definitin The peratr prpsed in the paper is designed t be used in cmbinatin with (in additin t) the usually used crssver peratrs bth in binary- and real-cded GA. It cnsiders ne f the child chrmsmes t be prduced by a special breeding f the tw best fitted parental chrmsmes (called chrm prime and chrm secnd ), while all ther (ps- ) child chrmsmes are prduced in an usual way. The last place in the ppulatin is preserved fr this special chrmsme, which represents the center f gravity f chrm prime and chrm secnd frm the previus ppulatin (Table ): chrmsme i chrmsme i CG i- Table Ppulatin i Fr the fittest chrmsme we have: F(chrm prime ) F(chrm j ); j=,...,ps

5 If it take the last place in the ppulatin, then the secnd best chrmsme (chrm secnd ) culd be determined as: F(chrm secnd ) F(chrm j ); j=,...,ps - Using these ntatins, the genes f the child chrmsme are determined as CG f the parental nes: g CG i prime prime sec nd sec nd gi * F( chrm ) + gi * F( chrm ) = ; i=,,n prime sec nd F( chrm ) + F( chrm ) where g prime dentes a gene frm the chrm prime ; g secnd dentes a gene frm the chrm secnd. In the case f binary GA the supplementary crssver peratr is applied after selectin and decding f the genes values frm binary int decimal numbers tgether with the main crssver peratr. Each gene f the resulting child (CG-based) chrmsme is then encded int binary bits in a similar way as the rest (ps-) child chrmsmes (see Table ) and, finally, mutatin and reprductin are applied t the whle new ( i+ ) ppulatin. 3. New peratr - hw it wrks Let us cnsider a simple example t illustrate the new peratr. The example ppulatin cnsists f chrmsmes having 4 real-cded genes each. Let the best chrmsme at the i-th epch be: etc. chrm prime = {; 3; 4; } Let its fitness is F(chrm prime ) = Further, let the chrm secnd and its fitness be respectively: chrm secnd ={8; 6; 5; 3}; F(chrm secnd ) = 0.75 Then the CG-based child chrmsme will be: CG={4.8; 4.4; 4.47;.47}, because CG g = CG g = * *0.75 =4.8; * *0.75 =4.4,

6 3.3 New peratr - why it wrks Thugh, it is difficult t prve strngly that sme new peratr in GA is better even fr sme class f prblems because f the prbabilistic nature f the GA (Michalewicz, 996), we can expect that in many cases CG chrmsme will have better fitness. This culd easily be illustrated with the very simple example f ne variable functin F(x)= e x 0.( ) x (Fig.). Figure : Hw Supplementary CG Crssver Wrks - simple ne variable example Let the i-th ppulatin be i ={; ; 3; 4; 5; 6; 7; 8}. The chrm prime and chrm secnd will bviusly be respectively: chrm prime = 3; F(chrm prime ) = e = ; chrm secnd = 4; F(chrm secnd ) = e = ; The CG-based new child chrmsme/gene (in the case f ne variable the chrmsme is equivalent t the gene) then will be: CG i 3exp( ) + 4exp( 0.563) = = 3.47; F(3.47) = exp( ) + exp( 0.563) It is easy t see that it is much clser t the real maximum ( ). In the next ppulatin CG-based child chrmsme is cnsidered. Nte that the last gene (3) is due t the elitist strategy applied in additin t CG in this case: i+ i+ i+ i+ ={ gene ; gene ;...; gene ; 3.47; 3} 6

7 The ther 6 chrmsmes are prduced by crssver and mutatin f the parental chrmsmes frm the previus epch (generatin) as usual. Analytically it is pssible t prve that imprvements will ccur fr the simplest case with ne variable and cnvex in the interval (x - ;x + ) fitness functin (F) when: x - x* x + where x* = {x F(x*) = max(f)} x - = min (crm prime, chrm secnd ) x + = max (crm prime, chrm secnd ) Real situatins, hwever, are mre cmplex, but as the test results indicate imprvements ften ccur. This culd be explained with the fact that CG-based child chrmsme is prduced by the tw best parent individuals incrprating als infrmatin abut their fitness. By differ frm the simple hill climbing it determines the new (ften better) value f variables (x) directly (withut using an estimatin f the gradient and a step, which is usually cmputatinally expensive, prblem-dependent and a surce f subjectivity). 4 Test examples The new supplementary CG-based crssver peratr has been applied t five different cmmnly used numerical test prblems (Michalewicz, 996). Each test is perfrmed with the same GA parameters (prbabilities f crssver, mutatin, ppulatin size). Fr cnsistency f the results, the same randm number sequence is als used in bth cases (with and withut applying the new supplementary crssver peratr). 4. Numerical test functins Tw series f 30 runs has been carried ut with all f the five test functins: i) search stps after a value f the bjective functin (J*) clse t the theretical ptimum (J ptimal ) is reached (J* J ptimal ). The number f epchs needed is recrded fr bth cases: using CG-based supplementary crssver (N COG ); withut using CG-based supplementary crssver (N cnv ).

8 They make pssible t calculate the rate f cnvergence (rate cnv = N N CG cnv ) which illustrates the effect f the new peratr in saving cmputatinal time. Number f flating pint peratins fr bth cases is als registered and respective rate is calculated. In additin the number f imprvements (N impr ) is registered as the number f epchs in which CG i >F(chrm i+ j ); j=,, ps; i=,,,n epchs. This indicates the number f cases in which the imprvements in the fitness functin are due t the new peratr (in all ther cases nrmally used crssver and mutatin leads t the fitness imprvement); ii) search stps after a pre-specified number f epchs (max_n epch ). Then bjective functin values and the number f imprvements (N impr ) are J recrded. The rate f bjective is calculated (rate bj = J CG cnv ), which illustrates imprvements in precisin. 4.. De Jng's functin The simplest test functin is the s-called De Jng's functin. It is cntinus, cnvex and unimdal functin: n x i i= f i (x)= The glbal minimum (J ptimal ) f f(x) = 0 is at x i = 0. The test with n = 30 variables and parameters f GA p c = 0.6, p m = 0.03, ps = 30 has been carried ut fr 60 different runs. The results are shwn in Table 3 and a typical plt f the cnvergence is given n Fig. (In this as well as in all next diagrams slid line represents the case when the new peratr is used, while the dash-dtted line - the case when it is nt used). Frm the results ne can cnclude that the new peratr allws t find the same slutin (J*=0.) fr almst 5% less epchs in average. In 5.8% f epchs imprvement f the fitness is due t the new peratr. Similarly, fr a fixed number (3000) f epchs the result is clser t the glbal minimum f the bjective functin Run Results after J* 0. is reached Results after max_n epchs =3000

9 N N CG N cnv N impr rate cnv rate flps J CG J cnv rate bj N impr Avrg Table 3 DeJng's functin. Tw series f 30 runs Fig. A typical cnvergence in DeJng's functin minimizatin

10 (J ptimal =0) - the value f the bjective functin is almst times less in average with imprvements in 4.% f epchs due t the new peratr. It shuld be mentin that the rate f elementary flating pint peratins is practically the same as the rate f cnvergence, which means that the additinal cmputatinal effrt due t the applicatin f the new peratr is negligible. 4.. Rastrigin's functin Rastrigin's functin has many lcal minima as it uses csine mdulatin. Althugh, the test functin is highly multi-mdal, the minima are regularly distributed. n f i (x)=0n+ ( x i 0 cs(π x)) i= The glbal minimum (J ptimal ) f f(x)=0 is at x i =0. GA parameters used were p m =0.005, p c =0.8, number f bits = 0, ppulatin size =30. Test results fr n=30 variables fr tw series f 30 runs are given in Table 4. A typical cnvergence in bth cases (with and withut using the new supplementary CG-based crssver) are shwn n Fig.3. Similar cnclusins culd be made that 3 times faster cnvergence take place t reach J*=00 with practically n additinal cmputatin effrt; in % f cases imprvement is due t the new peratr and.54 times better result is achieved fr the fixed number (0000) f epchs and imprvements ccur in the same prprtin (.9%) f epchs Sum f different pwers The sum f different pwers is usually used in unimdal tests: n f i (x)= i= i+ x i The glbal minimum (J ptimal ) f f(x)=0 is at x i =0. The test results fr n=30 variables and the fllwing GA parameters (p m =0.0, p c =0.6, ps=60, bits=0) are given in Table 5 and a typical cnvergence is depicted n Fig.4. In this test the advantage f the additin f the new peratr is mst bvius: while J*=0.0 is reached fr 8 epchs in average when it is used, 78 epchs are necessary fr the case when it is nt used, which means

11 Run Results after J* 00 is reached Results after max_n epchs = 3000 N N CG N cnv N impr rate cnv rate flps J CG J cnv rate bj N impr Av Table 4 Rastrigin's functin. Tw series f 30 runs Fig. 3: Rastrigin's Functin Minimizatin

12 Run Results after J* 0.0 is reached Results after 3000 epchs *0-0 N N CG N cnv N impr rate cnv rate flps rate bj J CG J cnv N impr Av Table 5 Different pwers functin. Tw series f 30 runs Fig. 4: Different pwers functin minimizatin

13 50 times mre epchs (!). In each frth epch an imprvement ccur due t the additin f the new peratr. 4 billin times (!!!) better result is achieved fr the same fixed number f epchs (3000) Schwefel's functin Schwefel's functin (Schwefel, 98) determines a gemetrically distant minimum (at x i = ; J ptimal = *n) frm the next best lcal minima. Therefre, the search algrithms ften cnverge in a wrng directin. n f i (x)=0n+ x i sin( x i ) i= The test results fr n=0 variables and p m =0.0, p c =0.6, ps=30, bits=0 are represented in Table 6 and a typical cnvergence is given in Fig.5. The results are quite bvius: the GA which des nt uses the new peratr much mre ften falls int a lcal extremum. In average 5 times less epchs are necessary t reach J*=-6000 and value f the bjective functin better with 56% in average is reached fr the same fixed number f epchs (000). Imprvements ccur in 88% f epchs (!) due t the new peratr. It is interesting t mentin that the standard deviatin in results is 5 times higher fr the case when the new peratr is nt used than when it is used. This culd be explained by the fact that in the case when it is nt used the algrithm relatively ften falls int a lcal extremum Griewangk's functin Griewangk's functin is similar t Rastrigin's functin and has many regularly distributed lcal minimuma which are spread ver the search space. The glbal ne (J ptimal ) is at x i =0; f(x)=0. n n xi xi f i (x)= cs( ) + i= 4000 i= i The test results fr n=30, p m =0.0, p c =0.7, ps=30, bits=0 variables are given in Table 7 and a typical cnvergence is represented n Fig.6. Again, times faster cnvergence with practically n additinal cmputatin effrt has place. In 4% f the epchs imprvements are due t the applicatin f the new peratr. Fr a fixed number f

14 Run Results after J* is reached Results after 000 epchs N N CG N cnv N impr rate cnv rate flps J CG J cnv rate bj N impr Av Table 6 Schwefel's functin. Tw series f 30 runs Fig. 5: Schwefel's Functin Minimizatin

15 Run Results after J* 000 is reached Results after 3000 epchs N N CG N cnv N impr Rate cn rate flps J CG J cnv rate bj rate flps N impr Av Table 7 Griewangk's functin. Tw series f 30 runs Fig. 6: Griewangk's Functin Minimizatin

16 epchs (3000) times better result (in average) is registered and in 7% f epchs imprvements are due t the new peratr. It is interesting t mentin that the standard deviatin f the results f the 30 runs with the new peratr are mre than 3 times smaller (0.09 instead f 0.066) which means that the rle f mutatin and the randmness is less imprtant in this case than when it is nt used. 4. Air-cnditining system ptimizatin The last example represents an practical ptimizatin prblem: t minimize the energy csts in a hllw cre ventilated slab system used as a thermal strage during the night and ff-peak electricity tariff perids such that nt t cmprmise the cmfrt f the ccupants (Ren, 997). The results f applicatin f the new CG-based supplementary crssver peratr tgether with the GA, which des nt uses it are depicted n Fig.7-Fig.0 (all ther parameters, including randm generatr are the same). Supplementary CG-based crssver imprves significantly the cnvergence (Fig.7) as well as the final result: while the thermal cmfrt is practically nt changed, the mre effective (with 6%) slutin is achieved (nrmalized value f the csts is instead f 0.956). The ptimal prfiles f the fan pwer, supply air temperature and flw rate are given n Fig.8 - Fig.0 respectively. The effect is achieved by lwering the supply air flw rate during the mrning precling (Fig.0) while fan is switched n an hur earlier (Fig.9) with lwer pwer. Supply air-temperature during the mrning pre-cling and after wrking evening hurs is lwer (Fig.9). Fig. 7 Ttal csts f energy used Fig. 8 Fan Pwer Prfile

17 Fig. 9 Supply Air Temperature Fig. 0 Supply Air Flw Rate All final results are given in Table 8 with GA parameters used. They illustrate efficiency f the prpsed new CG-based supplementary crssver peratr. Test functins Imprvements effect GA parameters rate cnv N imprve rate bj N imprve p m p c ps De Jng's % % Rastrigin's % % Schwefel's % % Griewangk's % % different pwers % 7*0-8.9% Air cnditining Cst CG = Cst cnv = Table 8 Imprvements effect (summarizing averages frm all tests) 5 Cnclusins The new supplementary crssver peratr is prpsed and tested in the paper. It perfrms specific breeding between the tw fittest parental chrmsmes prducing a new child chrmsme, which is based n the center f gravity f the parental nes. The test results indicate that it leads t -3 times better results than when it is nt used. Withut significant increasing cmputatinal expenses the speed f cnvergence as well as the final result in tests is significantly imprved. A limited prf f its efficiency is

18 prvided fr the case f ne variable and using elitists selectin strategy in cmbinatin with the new peratr. The new peratr culd be used bth in binary as well as in realcded GA. A number f numerical tests as well as a practical example f supply air temperature and flw rate scheduling in a ventilated slab thermal strage system are presented, which prves the viability f the prpsed new peratr. 5 Acknwledgements The authr wuld like t acknwledge the supprt f the EPSRC (by grant GR/M9799) as well as the helpful cmments f Dr. J.A.Wright and Dr. R. Farmani. 6 References. P.P.Angelv, R. Guthke, A GA-based Apprach t Optimizatin f Biprcesses Described by Fuzzy Rules, Jurnal f Biprcess Engineering(997) v.6, pp L.Davis, Adapting Operatr Prbabilities in Genetic Algrithms, Prc. f the Internatinal Cnference n Genetic Algrithms ICGA89 (989) T. C. Fgarty, Varying the Prbability f Mutatin in The Genetic Algrithm, Prc. f the Internatinal Cnference n Genetic Algrithms ICGA89 (989) D.E.Gldberg, Genetic Algrithms in Search, Optimizatin and Machine Learning, Addisn-Wesley, Reading, MA (989) 5. J.J.Grefenstette, Optimizatin f Cntrl Parameters fr Genetic Algrithms, IEEE Transactins. n Systems Man and Cybernetics, 6 () (986) P.Hajela, J.Y, Cnstraint Handling in Genetic Search - A Cmparative Study, Prc. f the American Institute f Aernautics and Astrnautics (995) Matlab, High Perfrmance Numeric Cmputatin and Visualizatin Sftware, MathWrks Inc. (994) 8. Z. Michalewicz, Genetic Algrithms + Data Structures = Evlutin Prgrams, Springer Verlag, Berlin, nd editin (996) 9. H.Muhlenbein, D.Schlierkamp-Vsen, Predictive Mdels fr the Breeder Genetic Algrithm. I. Cntinuus Parameter Optimizatin, Evlutinary Cmputatin, () (993) L.M.Patanik, S.Mandavali, Adaptatin in Genetic Algrithms, In: Genetic Algrithms fr Pattern recgnitin, S.K.Pal, P.P.Wang, Eds.,CRC Press, Bca Ratn, FL (996), 45-64

19 . S.K.Pal, P.P.Wang,Genetic Algrithms fr Pattern recgnitin, CRC Press, Bca Ratn, FL (996). C.Onnen et.al., Genetic algrithms fr Optimizatin in Predictive Cntrl, Cntrl Engineering Practice, 5 (0) (997) M.J.Ren, Optimal Predictive Supervisry Cntrl f Fabric Thermal Strage Systems, Ph.D. Thesis, Lughbrugh University, Lughbrugh, UK (997) 4. Schwefel, H.-P., Numerical Optimizatin f Cmputer Mdels, Jhn Wiley and Sns, Chichester (98) 5. R.Yager, D. Filev, Essentials f Fuzzy Mdeling and Cntrl, Jhn Willey and Sns, NY (994)

IEEE Int. Conf. Evolutionary Computation, Nagoya, Japan, May 1996, pp. 366{ Evolutionary Planner/Navigator: Operator Performance and

IEEE Int. Conf. Evolutionary Computation, Nagoya, Japan, May 1996, pp. 366{ Evolutionary Planner/Navigator: Operator Performance and IEEE Int. Cnf. Evlutinary Cmputatin, Nagya, Japan, May 1996, pp. 366{371. 1 Evlutinary Planner/Navigatr: Operatr Perfrmance and Self-Tuning Jing Xia, Zbigniew Michalewicz, and Lixin Zhang Cmputer Science

More information

Combining Dialectical Optimization and Gradient Descent Methods for Improving the Accuracy of Straight Line Segment Classifiers

Combining Dialectical Optimization and Gradient Descent Methods for Improving the Accuracy of Straight Line Segment Classifiers Cmbining Dialectical Optimizatin and Gradient Descent Methds fr Imprving the Accuracy f Straight Line Segment Classifiers Rsari A. Medina Rdriguez and Rnald Fumi Hashimt University f Sa Paul Institute

More information

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) >

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) > Btstrap Methd > # Purpse: understand hw btstrap methd wrks > bs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(bs) > mean(bs) [1] 21.64625 > # estimate f lambda > lambda = 1/mean(bs);

More information

Determining the Accuracy of Modal Parameter Estimation Methods

Determining the Accuracy of Modal Parameter Estimation Methods Determining the Accuracy f Mdal Parameter Estimatin Methds by Michael Lee Ph.D., P.E. & Mar Richardsn Ph.D. Structural Measurement Systems Milpitas, CA Abstract The mst cmmn type f mdal testing system

More information

Pattern Recognition 2014 Support Vector Machines

Pattern Recognition 2014 Support Vector Machines Pattern Recgnitin 2014 Supprt Vectr Machines Ad Feelders Universiteit Utrecht Ad Feelders ( Universiteit Utrecht ) Pattern Recgnitin 1 / 55 Overview 1 Separable Case 2 Kernel Functins 3 Allwing Errrs (Sft

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 4: Mdel checing fr ODE mdels In Petre Department f IT, Åb Aademi http://www.users.ab.fi/ipetre/cmpmd/ Cntent Stichimetric matrix Calculating the mass cnservatin relatins

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

G3.6 The Evolutionary Planner/Navigator in a mobile robot environment

G3.6 The Evolutionary Planner/Navigator in a mobile robot environment Engineering G3.6 The Evlutinary Planner/Navigatr in a mbile rbt envirnment Jing Xia Abstract Based n evlutinary cmputatin cncepts, the Evlutinary Planner/Navigatr (EP/N) represents a new apprach t path

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 2: Mdeling change. In Petre Department f IT, Åb Akademi http://users.ab.fi/ipetre/cmpmd/ Cntent f the lecture Basic paradigm f mdeling change Examples Linear dynamical

More information

Some Theory Behind Algorithms for Stochastic Optimization

Some Theory Behind Algorithms for Stochastic Optimization Sme Thery Behind Algrithms fr Stchastic Optimizatin Zelda Zabinsky University f Washingtn Industrial and Systems Engineering May 24, 2010 NSF Wrkshp n Simulatin Optimizatin Overview Prblem frmulatin Theretical

More information

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION NUROP Chinese Pinyin T Chinese Character Cnversin NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION CHIA LI SHI 1 AND LUA KIM TENG 2 Schl f Cmputing, Natinal University f Singapre 3 Science

More information

Chapter 3: Cluster Analysis

Chapter 3: Cluster Analysis Chapter 3: Cluster Analysis } 3.1 Basic Cncepts f Clustering 3.1.1 Cluster Analysis 3.1. Clustering Categries } 3. Partitining Methds 3..1 The principle 3.. K-Means Methd 3..3 K-Medids Methd 3..4 CLARA

More information

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation III-l III. A New Evaluatin Measure J. Jiner and L. Werner Abstract The prblems f evaluatin and the needed criteria f evaluatin measures in the SMART system f infrmatin retrieval are reviewed and discussed.

More information

Least Squares Optimal Filtering with Multirate Observations

Least Squares Optimal Filtering with Multirate Observations Prc. 36th Asilmar Cnf. n Signals, Systems, and Cmputers, Pacific Grve, CA, Nvember 2002 Least Squares Optimal Filtering with Multirate Observatins Charles W. herrien and Anthny H. Hawes Department f Electrical

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

Department of Electrical Engineering, University of Waterloo. Introduction

Department of Electrical Engineering, University of Waterloo. Introduction Sectin 4: Sequential Circuits Majr Tpics Types f sequential circuits Flip-flps Analysis f clcked sequential circuits Mre and Mealy machines Design f clcked sequential circuits State transitin design methd

More information

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp THE POWER AND LIMIT OF NEURAL NETWORKS T. Y. Lin Department f Mathematics and Cmputer Science San Jse State University San Jse, Califrnia 959-003 tylin@cs.ssu.edu and Bereley Initiative in Sft Cmputing*

More information

Hypothesis Tests for One Population Mean

Hypothesis Tests for One Population Mean Hypthesis Tests fr One Ppulatin Mean Chapter 9 Ala Abdelbaki Objective Objective: T estimate the value f ne ppulatin mean Inferential statistics using statistics in rder t estimate parameters We will be

More information

Modelling of Clock Behaviour. Don Percival. Applied Physics Laboratory University of Washington Seattle, Washington, USA

Modelling of Clock Behaviour. Don Percival. Applied Physics Laboratory University of Washington Seattle, Washington, USA Mdelling f Clck Behaviur Dn Percival Applied Physics Labratry University f Washingtn Seattle, Washingtn, USA verheads and paper fr talk available at http://faculty.washingtn.edu/dbp/talks.html 1 Overview

More information

Pure adaptive search for finite global optimization*

Pure adaptive search for finite global optimization* Mathematical Prgramming 69 (1995) 443-448 Pure adaptive search fr finite glbal ptimizatin* Z.B. Zabinskya.*, G.R. Wd b, M.A. Steel c, W.P. Baritmpa c a Industrial Engineering Prgram, FU-20. University

More information

A Novel Stochastic-Based Algorithm for Terrain Splitting Optimization Problem

A Novel Stochastic-Based Algorithm for Terrain Splitting Optimization Problem A Nvel Stchastic-Based Algrithm fr Terrain Splitting Optimizatin Prblem Le Hang Sn Nguyen inh Ha Abstract This paper deals with the prblem f displaying large igital Elevatin Mdel data in 3 GIS urrent appraches

More information

Optimization Programming Problems For Control And Management Of Bacterial Disease With Two Stage Growth/Spread Among Plants

Optimization Programming Problems For Control And Management Of Bacterial Disease With Two Stage Growth/Spread Among Plants Internatinal Jurnal f Engineering Science Inventin ISSN (Online): 9 67, ISSN (Print): 9 676 www.ijesi.rg Vlume 5 Issue 8 ugust 06 PP.0-07 Optimizatin Prgramming Prblems Fr Cntrl nd Management Of Bacterial

More information

THE LIFE OF AN OBJECT IT SYSTEMS

THE LIFE OF AN OBJECT IT SYSTEMS THE LIFE OF AN OBJECT IT SYSTEMS Persns, bjects, r cncepts frm the real wrld, which we mdel as bjects in the IT system, have "lives". Actually, they have tw lives; the riginal in the real wrld has a life,

More information

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India CHAPTER 3 INEQUALITIES Cpyright -The Institute f Chartered Accuntants f India INEQUALITIES LEARNING OBJECTIVES One f the widely used decisin making prblems, nwadays, is t decide n the ptimal mix f scarce

More information

Sequential Allocation with Minimal Switching

Sequential Allocation with Minimal Switching In Cmputing Science and Statistics 28 (1996), pp. 567 572 Sequential Allcatin with Minimal Switching Quentin F. Stut 1 Janis Hardwick 1 EECS Dept., University f Michigan Statistics Dept., Purdue University

More information

Emphases in Common Core Standards for Mathematical Content Kindergarten High School

Emphases in Common Core Standards for Mathematical Content Kindergarten High School Emphases in Cmmn Cre Standards fr Mathematical Cntent Kindergarten High Schl Cntent Emphases by Cluster March 12, 2012 Describes cntent emphases in the standards at the cluster level fr each grade. These

More information

the results to larger systems due to prop'erties of the projection algorithm. First, the number of hidden nodes must

the results to larger systems due to prop'erties of the projection algorithm. First, the number of hidden nodes must M.E. Aggune, M.J. Dambrg, M.A. El-Sharkawi, R.J. Marks II and L.E. Atlas, "Dynamic and static security assessment f pwer systems using artificial neural netwrks", Prceedings f the NSF Wrkshp n Applicatins

More information

Part 3 Introduction to statistical classification techniques

Part 3 Introduction to statistical classification techniques Part 3 Intrductin t statistical classificatin techniques Machine Learning, Part 3, March 07 Fabi Rli Preamble ØIn Part we have seen that if we knw: Psterir prbabilities P(ω i / ) Or the equivalent terms

More information

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology Technical Bulletin Generatin Intercnnectin Prcedures Revisins t Cluster 4, Phase 1 Study Methdlgy Release Date: Octber 20, 2011 (Finalizatin f the Draft Technical Bulletin released n September 19, 2011)

More information

Churn Prediction using Dynamic RFM-Augmented node2vec

Churn Prediction using Dynamic RFM-Augmented node2vec Churn Predictin using Dynamic RFM-Augmented nde2vec Sandra Mitrvić, Jchen de Weerdt, Bart Baesens & Wilfried Lemahieu Department f Decisin Sciences and Infrmatin Management, KU Leuven 18 September 2017,

More information

Floating Point Method for Solving Transportation. Problems with Additional Constraints

Floating Point Method for Solving Transportation. Problems with Additional Constraints Internatinal Mathematical Frum, Vl. 6, 20, n. 40, 983-992 Flating Pint Methd fr Slving Transprtatin Prblems with Additinal Cnstraints P. Pandian and D. Anuradha Department f Mathematics, Schl f Advanced

More information

Methods for Determination of Mean Speckle Size in Simulated Speckle Pattern

Methods for Determination of Mean Speckle Size in Simulated Speckle Pattern 0.478/msr-04-004 MEASUREMENT SCENCE REVEW, Vlume 4, N. 3, 04 Methds fr Determinatin f Mean Speckle Size in Simulated Speckle Pattern. Hamarvá, P. Šmíd, P. Hrváth, M. Hrabvský nstitute f Physics f the Academy

More information

3D FE Modeling Simulation of Cold Rotary Forging with Double Symmetry Rolls X. H. Han 1, a, L. Hua 1, b, Y. M. Zhao 1, c

3D FE Modeling Simulation of Cold Rotary Forging with Double Symmetry Rolls X. H. Han 1, a, L. Hua 1, b, Y. M. Zhao 1, c Materials Science Frum Online: 2009-08-31 ISSN: 1662-9752, Vls. 628-629, pp 623-628 di:10.4028/www.scientific.net/msf.628-629.623 2009 Trans Tech Publicatins, Switzerland 3D FE Mdeling Simulatin f Cld

More information

Broadcast Program Generation for Unordered Queries with Data Replication

Broadcast Program Generation for Unordered Queries with Data Replication Bradcast Prgram Generatin fr Unrdered Queries with Data Replicatin Jiun-Lng Huang and Ming-Syan Chen Department f Electrical Engineering Natinal Taiwan University Taipei, Taiwan, ROC E-mail: jlhuang@arbr.ee.ntu.edu.tw,

More information

AP Statistics Notes Unit Two: The Normal Distributions

AP Statistics Notes Unit Two: The Normal Distributions AP Statistics Ntes Unit Tw: The Nrmal Distributins Syllabus Objectives: 1.5 The student will summarize distributins f data measuring the psitin using quartiles, percentiles, and standardized scres (z-scres).

More information

The blessing of dimensionality for kernel methods

The blessing of dimensionality for kernel methods fr kernel methds Building classifiers in high dimensinal space Pierre Dupnt Pierre.Dupnt@ucluvain.be Classifiers define decisin surfaces in sme feature space where the data is either initially represented

More information

initially lcated away frm the data set never win the cmpetitin, resulting in a nnptimal nal cdebk, [2] [3] [4] and [5]. Khnen's Self Organizing Featur

initially lcated away frm the data set never win the cmpetitin, resulting in a nnptimal nal cdebk, [2] [3] [4] and [5]. Khnen's Self Organizing Featur Cdewrd Distributin fr Frequency Sensitive Cmpetitive Learning with One Dimensinal Input Data Aristides S. Galanpuls and Stanley C. Ahalt Department f Electrical Engineering The Ohi State University Abstract

More information

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Sandy D. Balkin Dennis K. J. Lin y Pennsylvania State University, University Park, PA 16802 Sandy Balkin is a graduate student

More information

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines COMP 551 Applied Machine Learning Lecture 11: Supprt Vectr Machines Instructr: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted fr this curse

More information

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme Enhancing Perfrmance f / Neural Classifiers via an Multivariate Data Distributin Scheme Halis Altun, Gökhan Gelen Nigde University, Electrical and Electrnics Engineering Department Nigde, Turkey haltun@nigde.edu.tr

More information

Particle Size Distributions from SANS Data Using the Maximum Entropy Method. By J. A. POTTON, G. J. DANIELL AND B. D. RAINFORD

Particle Size Distributions from SANS Data Using the Maximum Entropy Method. By J. A. POTTON, G. J. DANIELL AND B. D. RAINFORD 3 J. Appl. Cryst. (1988). 21,3-8 Particle Size Distributins frm SANS Data Using the Maximum Entrpy Methd By J. A. PTTN, G. J. DANIELL AND B. D. RAINFRD Physics Department, The University, Suthamptn S9

More information

MATHEMATICS SYLLABUS SECONDARY 5th YEAR

MATHEMATICS SYLLABUS SECONDARY 5th YEAR Eurpean Schls Office f the Secretary-General Pedaggical Develpment Unit Ref. : 011-01-D-8-en- Orig. : EN MATHEMATICS SYLLABUS SECONDARY 5th YEAR 6 perid/week curse APPROVED BY THE JOINT TEACHING COMMITTEE

More information

Designing Polymorphic Circuits with Periodical Weight Adjustment

Designing Polymorphic Circuits with Periodical Weight Adjustment 2015 IEEE Sympsium Series n Cmputatinal Intelligence Designing Plymrphic Circuits with Peridical Weight Adjustment Hujun Liang 1, Rui Xie 2 1 Department f Cmputer Science, 2 Department f Accunting Anhui

More information

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards:

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards: MODULE FOUR This mdule addresses functins SC Academic Standards: EA-3.1 Classify a relatinship as being either a functin r nt a functin when given data as a table, set f rdered pairs, r graph. EA-3.2 Use

More information

Inflow Control on Expressway Considering Traffic Equilibria

Inflow Control on Expressway Considering Traffic Equilibria Memirs f the Schl f Engineering, Okayama University Vl. 20, N.2, February 1986 Inflw Cntrl n Expressway Cnsidering Traffic Equilibria Hirshi INOUYE* (Received February 14, 1986) SYNOPSIS When expressway

More information

Biological Cybernetics 9 Springer-Verlag 1986

Biological Cybernetics 9 Springer-Verlag 1986 Bil. Cybern. 54, 125-132 (1986) Bilgical Cybernetics 9 Springer-Verlag 1986 Cnstraints fr Jint Angle Cntrl f the Human Arm H. Cruse Department f Bilgy, University f Bielefeld, D-48 Bielefeld 1, Federal

More information

Power System Controller Design using Multi- Population PBIL

Power System Controller Design using Multi- Population PBIL Pwer System Cntrller Design using Multi- Ppulatin PBIL Kmla Agbeny Flly Department f Electrical Engineering University f Cape Twn Cape Twn, Suth Africa Kmla.Flly@uct.ac.za Ganesh Kumar Venayagamrthy Real-Time

More information

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents WRITING THE REPORT Organizing the reprt Mst reprts shuld be rganized in the fllwing manner. Smetime there is a valid reasn t include extra chapters in within the bdy f the reprt. 1. Title page 2. Executive

More information

Early detection of mining truck failure by modelling its operation with neural networks classification algorithms

Early detection of mining truck failure by modelling its operation with neural networks classification algorithms RU, Rand GOLOSINSKI, T.S. Early detectin f mining truck failure by mdelling its peratin with neural netwrks classificatin algrithms. Applicatin f Cmputers and Operatins Research ill the Minerals Industries,

More information

Subject description processes

Subject description processes Subject representatin 6.1.2. Subject descriptin prcesses Overview Fur majr prcesses r areas f practice fr representing subjects are classificatin, subject catalging, indexing, and abstracting. The prcesses

More information

Checking the resolved resonance region in EXFOR database

Checking the resolved resonance region in EXFOR database Checking the reslved resnance regin in EXFOR database Gttfried Bertn Sciété de Calcul Mathématique (SCM) Oscar Cabells OECD/NEA Data Bank JEFF Meetings - Sessin JEFF Experiments Nvember 0-4, 017 Bulgne-Billancurt,

More information

How do scientists measure trees? What is DBH?

How do scientists measure trees? What is DBH? Hw d scientists measure trees? What is DBH? Purpse Students develp an understanding f tree size and hw scientists measure trees. Students bserve and measure tree ckies and explre the relatinship between

More information

Determining Optimum Path in Synthesis of Organic Compounds using Branch and Bound Algorithm

Determining Optimum Path in Synthesis of Organic Compounds using Branch and Bound Algorithm Determining Optimum Path in Synthesis f Organic Cmpunds using Branch and Bund Algrithm Diastuti Utami 13514071 Prgram Studi Teknik Infrmatika Seklah Teknik Elektr dan Infrmatika Institut Teknlgi Bandung,

More information

Physical Layer: Outline

Physical Layer: Outline 18-: Intrductin t Telecmmunicatin Netwrks Lectures : Physical Layer Peter Steenkiste Spring 01 www.cs.cmu.edu/~prs/nets-ece Physical Layer: Outline Digital Representatin f Infrmatin Characterizatin f Cmmunicatin

More information

SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST. Mark C. Otto Statistics Research Division, Bureau of the Census Washington, D.C , U.S.A.

SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST. Mark C. Otto Statistics Research Division, Bureau of the Census Washington, D.C , U.S.A. SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST Mark C. Ott Statistics Research Divisin, Bureau f the Census Washingtn, D.C. 20233, U.S.A. and Kenneth H. Pllck Department f Statistics, Nrth Carlina State

More information

Administrativia. Assignment 1 due thursday 9/23/2004 BEFORE midnight. Midterm exam 10/07/2003 in class. CS 460, Sessions 8-9 1

Administrativia. Assignment 1 due thursday 9/23/2004 BEFORE midnight. Midterm exam 10/07/2003 in class. CS 460, Sessions 8-9 1 Administrativia Assignment 1 due thursday 9/23/2004 BEFORE midnight Midterm eam 10/07/2003 in class CS 460, Sessins 8-9 1 Last time: search strategies Uninfrmed: Use nly infrmatin available in the prblem

More information

Lead/Lag Compensator Frequency Domain Properties and Design Methods

Lead/Lag Compensator Frequency Domain Properties and Design Methods Lectures 6 and 7 Lead/Lag Cmpensatr Frequency Dmain Prperties and Design Methds Definitin Cnsider the cmpensatr (ie cntrller Fr, it is called a lag cmpensatr s K Fr s, it is called a lead cmpensatr Ntatin

More information

Eric Klein and Ning Sa

Eric Klein and Ning Sa Week 12. Statistical Appraches t Netwrks: p1 and p* Wasserman and Faust Chapter 15: Statistical Analysis f Single Relatinal Netwrks There are fur tasks in psitinal analysis: 1) Define Equivalence 2) Measure

More information

k-nearest Neighbor How to choose k Average of k points more reliable when: Large k: noise in attributes +o o noise in class labels

k-nearest Neighbor How to choose k Average of k points more reliable when: Large k: noise in attributes +o o noise in class labels Mtivating Example Memry-Based Learning Instance-Based Learning K-earest eighbr Inductive Assumptin Similar inputs map t similar utputs If nt true => learning is impssible If true => learning reduces t

More information

GENESIS Structural Optimization for ANSYS Mechanical

GENESIS Structural Optimization for ANSYS Mechanical P3 STRUCTURAL OPTIMIZATION (Vl. II) GENESIS Structural Optimizatin fr ANSYS Mechanical An Integrated Extensin that adds Structural Optimizatin t ANSYS Envirnment New Features and Enhancements Release 2017.03

More information

Math Foundations 20 Work Plan

Math Foundations 20 Work Plan Math Fundatins 20 Wrk Plan Units / Tpics 20.8 Demnstrate understanding f systems f linear inequalities in tw variables. Time Frame December 1-3 weeks 6-10 Majr Learning Indicatrs Identify situatins relevant

More information

DESIGN OPTIMIZATION OF HIGH-LIFT CONFIGURATIONS USING A VISCOUS ADJOINT-BASED METHOD

DESIGN OPTIMIZATION OF HIGH-LIFT CONFIGURATIONS USING A VISCOUS ADJOINT-BASED METHOD DESIGN OPTIMIZATION OF HIGH-LIFT CONFIGURATIONS USING A VISCOUS ADJOINT-BASED METHOD Sangh Kim Stanfrd University Juan J. Alns Stanfrd University Antny Jamesn Stanfrd University 40th AIAA Aerspace Sciences

More information

T Algorithmic methods for data mining. Slide set 6: dimensionality reduction

T Algorithmic methods for data mining. Slide set 6: dimensionality reduction T-61.5060 Algrithmic methds fr data mining Slide set 6: dimensinality reductin reading assignment LRU bk: 11.1 11.3 PCA tutrial in mycurses (ptinal) ptinal: An Elementary Prf f a Therem f Jhnsn and Lindenstrauss,

More information

Analysis of Migration Models of Biogeographybased Optimization Using Markov Theory

Analysis of Migration Models of Biogeographybased Optimization Using Markov Theory Cleveland State University EngagedSchlarship@CSU Electrical Engineering & Cmputer Science Faculty Publicatins Electrical Engineering & Cmputer Science Department 9-1-2011 Analysis f Migratin Mdels f Bigegraphybased

More information

Tree Structured Classifier

Tree Structured Classifier Tree Structured Classifier Reference: Classificatin and Regressin Trees by L. Breiman, J. H. Friedman, R. A. Olshen, and C. J. Stne, Chapman & Hall, 98. A Medical Eample (CART): Predict high risk patients

More information

MODULAR DECOMPOSITION OF THE NOR-TSUM MULTIPLE-VALUED PLA

MODULAR DECOMPOSITION OF THE NOR-TSUM MULTIPLE-VALUED PLA MODUAR DECOMPOSITION OF THE NOR-TSUM MUTIPE-AUED PA T. KAGANOA, N. IPNITSKAYA, G. HOOWINSKI k Belarusian State University f Infrmatics and Radielectrnics, abratry f Image Prcessing and Pattern Recgnitin.

More information

IAML: Support Vector Machines

IAML: Support Vector Machines 1 / 22 IAML: Supprt Vectr Machines Charles Suttn and Victr Lavrenk Schl f Infrmatics Semester 1 2 / 22 Outline Separating hyperplane with maimum margin Nn-separable training data Epanding the input int

More information

RECHERCHES Womcodes constructed with projective geometries «Womcodes» construits à partir de géométries projectives Frans MERKX (') École Nationale Su

RECHERCHES Womcodes constructed with projective geometries «Womcodes» construits à partir de géométries projectives Frans MERKX (') École Nationale Su Wmcdes cnstructed with prjective gemetries «Wmcdes» cnstruits à partir de gémétries prjectives Frans MERKX (') Écle Natinale Supérieure de Télécmmunicatins (ENST), 46, rue Barrault, 75013 PARIS Étudiant

More information

Design and Simulation of Dc-Dc Voltage Converters Using Matlab/Simulink

Design and Simulation of Dc-Dc Voltage Converters Using Matlab/Simulink American Jurnal f Engineering Research (AJER) 016 American Jurnal f Engineering Research (AJER) e-issn: 30-0847 p-issn : 30-0936 Vlume-5, Issue-, pp-9-36 www.ajer.rg Research Paper Open Access Design and

More information

THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC TESTS OF ELECTRONIC ASSEMBLIES

THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC TESTS OF ELECTRONIC ASSEMBLIES PREFERRED RELIABILITY PAGE 1 OF 5 PRACTICES PRACTICE NO. PT-TE-1409 THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC Practice: Perfrm all thermal envirnmental tests n electrnic spaceflight hardware in a flight-like

More information

SOLUTION OF THREE-CONSTRAINT ENTROPY-BASED VELOCITY DISTRIBUTION

SOLUTION OF THREE-CONSTRAINT ENTROPY-BASED VELOCITY DISTRIBUTION SOLUTION OF THREECONSTRAINT ENTROPYBASED VELOCITY DISTRIBUTION By D. E. Barbe,' J. F. Cruise, 2 and V. P. Singh, 3 Members, ASCE ABSTRACT: A twdimensinal velcity prfile based upn the principle f maximum

More information

Assessment Primer: Writing Instructional Objectives

Assessment Primer: Writing Instructional Objectives Assessment Primer: Writing Instructinal Objectives (Based n Preparing Instructinal Objectives by Mager 1962 and Preparing Instructinal Objectives: A critical tl in the develpment f effective instructin

More information

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical mdel fr micrarray data analysis David Rssell Department f Bistatistics M.D. Andersn Cancer Center, Hustn, TX 77030, USA rsselldavid@gmail.cm

More information

Margin Distribution and Learning Algorithms

Margin Distribution and Learning Algorithms ICML 03 Margin Distributin and Learning Algrithms Ashutsh Garg IBM Almaden Research Center, San Jse, CA 9513 USA Dan Rth Department f Cmputer Science, University f Illinis, Urbana, IL 61801 USA ASHUTOSH@US.IBM.COM

More information

Coalition Formation and Data Envelopment Analysis

Coalition Formation and Data Envelopment Analysis Jurnal f CENTRU Cathedra Vlume 4, Issue 2, 20 26-223 JCC Jurnal f CENTRU Cathedra Calitin Frmatin and Data Envelpment Analysis Rlf Färe Oregn State University, Crvallis, OR, USA Shawna Grsspf Oregn State

More information

Slide04 (supplemental) Haykin Chapter 4 (both 2nd and 3rd ed): Multi-Layer Perceptrons

Slide04 (supplemental) Haykin Chapter 4 (both 2nd and 3rd ed): Multi-Layer Perceptrons Slide04 supplemental) Haykin Chapter 4 bth 2nd and 3rd ed): Multi-Layer Perceptrns CPSC 636-600 Instructr: Ynsuck Che Heuristic fr Making Backprp Perfrm Better 1. Sequential vs. batch update: fr large

More information

ENG2410 Digital Design Sequential Circuits: Part A

ENG2410 Digital Design Sequential Circuits: Part A ENG2410 Digital Design Sequential Circuits: Part A Fall 2017 S. Areibi Schl f Engineering University f Guelph Week #6 Tpics Sequential Circuit Definitins Latches Flip-Flps Delays in Sequential Circuits

More information

Admin. MDP Search Trees. Optimal Quantities. Reinforcement Learning

Admin. MDP Search Trees. Optimal Quantities. Reinforcement Learning Admin Reinfrcement Learning Cntent adapted frm Berkeley CS188 MDP Search Trees Each MDP state prjects an expectimax-like search tree Optimal Quantities The value (utility) f a state s: V*(s) = expected

More information

Section 6-2: Simplex Method: Maximization with Problem Constraints of the Form ~

Section 6-2: Simplex Method: Maximization with Problem Constraints of the Form ~ Sectin 6-2: Simplex Methd: Maximizatin with Prblem Cnstraints f the Frm ~ Nte: This methd was develped by Gerge B. Dantzig in 1947 while n assignment t the U.S. Department f the Air Frce. Definitin: Standard

More information

5 th grade Common Core Standards

5 th grade Common Core Standards 5 th grade Cmmn Cre Standards In Grade 5, instructinal time shuld fcus n three critical areas: (1) develping fluency with additin and subtractin f fractins, and develping understanding f the multiplicatin

More information

BASD HIGH SCHOOL FORMAL LAB REPORT

BASD HIGH SCHOOL FORMAL LAB REPORT BASD HIGH SCHOOL FORMAL LAB REPORT *WARNING: After an explanatin f what t include in each sectin, there is an example f hw the sectin might lk using a sample experiment Keep in mind, the sample lab used

More information

ENG2410 Digital Design Sequential Circuits: Part B

ENG2410 Digital Design Sequential Circuits: Part B ENG24 Digital Design Sequential Circuits: Part B Fall 27 S. Areibi Schl f Engineering University f Guelph Analysis f Sequential Circuits Earlier we learned hw t analyze cmbinatinal circuits We will extend

More information

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS 1 Influential bservatins are bservatins whse presence in the data can have a distrting effect n the parameter estimates and pssibly the entire analysis,

More information

A B C. 2. Some genes are not regulated by gene switches. These genes are expressed constantly. What kinds of genes would be expressed constantly?

A B C. 2. Some genes are not regulated by gene switches. These genes are expressed constantly. What kinds of genes would be expressed constantly? STO-143 Gene Switches Intrductin Bacteria need t be very efficient and nly prduce specific prteins when they are needed. Making prteins that are nt needed fr everyday cell metablism wastes energy and raw

More information

Reinforcement Learning" CMPSCI 383 Nov 29, 2011!

Reinforcement Learning CMPSCI 383 Nov 29, 2011! Reinfrcement Learning" CMPSCI 383 Nv 29, 2011! 1 Tdayʼs lecture" Review f Chapter 17: Making Cmple Decisins! Sequential decisin prblems! The mtivatin and advantages f reinfrcement learning.! Passive learning!

More information

We can see from the graph above that the intersection is, i.e., [ ).

We can see from the graph above that the intersection is, i.e., [ ). MTH 111 Cllege Algebra Lecture Ntes July 2, 2014 Functin Arithmetic: With nt t much difficulty, we ntice that inputs f functins are numbers, and utputs f functins are numbers. S whatever we can d with

More information

IMPROVEMENTS IN THE OPTIMIZATION OF FLEXIBLE MANUFACTURING CELLS MODELLED WITH DISCRETE EVENT DYNAMICS SYSTEMS: APPLICATION TO A REAL FACTORY PROBLEM

IMPROVEMENTS IN THE OPTIMIZATION OF FLEXIBLE MANUFACTURING CELLS MODELLED WITH DISCRETE EVENT DYNAMICS SYSTEMS: APPLICATION TO A REAL FACTORY PROBLEM IMPROVEMENTS IN THE OPTIMIZATION OF FLEXIBLE MANUFACTURING CELLS MODELLED WITH DISCRETE EVENT DYNAMICS SYSTEMS: APPLICATION TO A REAL FACTORY PROBLEM Dieg R. Rdríguez (a), Mercedes Pérez (b) Juan Manuel

More information

PSU GISPOPSCI June 2011 Ordinary Least Squares & Spatial Linear Regression in GeoDa

PSU GISPOPSCI June 2011 Ordinary Least Squares & Spatial Linear Regression in GeoDa There are tw parts t this lab. The first is intended t demnstrate hw t request and interpret the spatial diagnstics f a standard OLS regressin mdel using GeDa. The diagnstics prvide infrmatin abut the

More information

Skill forecasting from different wind power ensemble prediction methods

Skill forecasting from different wind power ensemble prediction methods Skill frecasting frm different wind pwer ensemble predictin methds Pierre Pinsn 1, Henrik Aa. Nielsen 1, Henrik Madsen 1 and Gerge Karinitakis 2 1 Technical University f Denmark, Infrmatics and Mathematical

More information

COMP 551 Applied Machine Learning Lecture 9: Support Vector Machines (cont d)

COMP 551 Applied Machine Learning Lecture 9: Support Vector Machines (cont d) COMP 551 Applied Machine Learning Lecture 9: Supprt Vectr Machines (cnt d) Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Class web page: www.cs.mcgill.ca/~hvanh2/cmp551 Unless therwise

More information

EDA Engineering Design & Analysis Ltd

EDA Engineering Design & Analysis Ltd EDA Engineering Design & Analysis Ltd THE FINITE ELEMENT METHOD A shrt tutrial giving an verview f the histry, thery and applicatin f the finite element methd. Intrductin Value f FEM Applicatins Elements

More information

Evaluating enterprise support: state of the art and future challenges. Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany

Evaluating enterprise support: state of the art and future challenges. Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany Evaluating enterprise supprt: state f the art and future challenges Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany Intrductin During the last decade, mircecnmetric ecnmetric cunterfactual

More information

Midwest Big Data Summer School: Machine Learning I: Introduction. Kris De Brabanter

Midwest Big Data Summer School: Machine Learning I: Introduction. Kris De Brabanter Midwest Big Data Summer Schl: Machine Learning I: Intrductin Kris De Brabanter kbrabant@iastate.edu Iwa State University Department f Statistics Department f Cmputer Science June 24, 2016 1/24 Outline

More information

Application Of Mealy Machine And Recurrence Relations In Cryptography

Application Of Mealy Machine And Recurrence Relations In Cryptography Applicatin Of Mealy Machine And Recurrence Relatins In Cryptgraphy P. A. Jytirmie 1, A. Chandra Sekhar 2, S. Uma Devi 3 1 Department f Engineering Mathematics, Andhra University, Visakhapatnam, IDIA 2

More information

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions.

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions. BASD High Schl Frmal Lab Reprt GENERAL INFORMATION 12 pt Times New Rman fnt Duble-spaced, if required by yur teacher 1 inch margins n all sides (tp, bttm, left, and right) Always write in third persn (avid

More information

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank CAUSAL INFERENCE Technical Track Sessin I Phillippe Leite The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Phillippe Leite fr the purpse f this wrkshp Plicy questins are causal

More information

APPLICATION OF THE BRATSETH SCHEME FOR HIGH LATITUDE INTERMITTENT DATA ASSIMILATION USING THE PSU/NCAR MM5 MESOSCALE MODEL

APPLICATION OF THE BRATSETH SCHEME FOR HIGH LATITUDE INTERMITTENT DATA ASSIMILATION USING THE PSU/NCAR MM5 MESOSCALE MODEL JP2.11 APPLICATION OF THE BRATSETH SCHEME FOR HIGH LATITUDE INTERMITTENT DATA ASSIMILATION USING THE PSU/NCAR MM5 MESOSCALE MODEL Xingang Fan * and Jeffrey S. Tilley University f Alaska Fairbanks, Fairbanks,

More information

Distributions, spatial statistics and a Bayesian perspective

Distributions, spatial statistics and a Bayesian perspective Distributins, spatial statistics and a Bayesian perspective Dug Nychka Natinal Center fr Atmspheric Research Distributins and densities Cnditinal distributins and Bayes Thm Bivariate nrmal Spatial statistics

More information

Submitted to IEEE Trans. Pattern Anal. Machine Intell., March 19, Feature Selection for Classification Based on Sequential Data

Submitted to IEEE Trans. Pattern Anal. Machine Intell., March 19, Feature Selection for Classification Based on Sequential Data Submitted t IEEE Trans. Pattern Anal. Machine Intell., March 19, 2001 Feature Selectin fr Classificatin Based n Sequential Data Jiuliu Lu, Eric Jnes, Paul Runkle and Lawrence Carin Department f Electrical

More information