Adaptive Divisible Load Scheduling in Computational Grids Luis de la Torre 1 Héctor de la Torre 2 1

Size: px
Start display at page:

Download "Adaptive Divisible Load Scheduling in Computational Grids Luis de la Torre 1 Héctor de la Torre 2 1"

Transcription

1 Adaptve Dvsbe Load Schedung n Computatona Grds Lus de a Torre Héctor de a Torre 2 Scence and Technoogy Schoo, Unversdad Metropotana, San Juan, PR 2 Schoo of Engneerng, Turabo Unversty, Gurabo, PR Ana G. Mendez Unversty System. de@suagm.edu, hectorfabo50@hotma.com Abstract Severa probems n scence and engneerng admt computatona soutons that are mpementabe over Grd computng patforms. One probem, freuenty faced by mpementers s how to dvde and dstrbute the workoad nto chunks among the Grd workers, the so-caed oad schedung probem. Most commony researches have studed ths phenomena departng from a statcs approach. Ths assumpton s not fuy functona n Grd envronment where the resources are non-dedcated. Ths research proposed a methodoogy to ntegrate a statstc heterogeneous patform schedung wth a dynamc resources predcton to dstrbute the workoad dependng on future avaabe resources. The SCOW agorthm s ntegrated to a tendency-based method, a mechansm to predct CPU utzaton. These mpementatons can retro ament the statstc schedung agorthm to produce accuracy estmaton to the Grd resources changes. Kewords: Schedung, grd computng, dvsbe oad, dvsbe task, makespan, Throughput. Introducton Dvsbe workoad conssts of workoads that can be parttoned nto arbtrary tasks or chunks. These chunks n many cases are a core task that s repeated a number of tmes over dfferent data. In snge-program mutpedata (SPMD) stye, these tasks are mpemented as nested seuences of do-oops around the core task. Usuay, a master process scheduer the chunks across a partcpatng workers (round of data nstaments), so the executon tme of the entre oad (makespan) s mnmum. In ths research, s assumed that the dstrbuton process use the network connecton n a seuenta fashon [3]. Each data nstament s foowed by a receve and a compute operaton, both performed by the recevng worker. The p workers can compute and receve the next tasks concurrenty. In SPMD mpementatons, rounds are controed by an externa do-oop, whch mposes the perodc character of the job's executon. The man parameters n a SPMD mpementaton are thus, the number of rounds, denoted beow by m, the number of workers nvoved n the concurrent computatons, denoted beow by and the chuck szes x to the worker, p. Two approaches domnate among the methodooges deveoped for schedung of master-workers oad. These methodooges are: steady state schedung (SSS)[6, 7], and dvsbe oad theory (DLT) [2, 3, 4.]. Both methodooges assume dedcated resources. These assumptons make the agorthm poor n rea tme envronment such as Grd computng patforms wth non-dedcated workers. SCOW s a perodc user-eve scheduer that tunes some seected parameters n a snge-program mutpedata mpementaton of a master-worker parae souton. SCOW mnmzes the job make-span under ether maxma producton per perod, or perfect worker utzaton. Ths paper presents the theoretca foundatons of SCOW to maxma producton per perod mprovng wth the mxed tendency based strategy for predctng the CPU utzaton of workers. UMR [2] s a DLT mut-round agorthm for schedung dvsbe oads on parae computng systems. For homogeneous systems, the method uses unform rounds meanng that n each round, each worker receves the same amount of work. There are two versons for the UMR dea. In the orgna, caed UMR, the unform amount of work s ncreased wth each round. In a revsed verson, caed UMR2, the unform amount s ncreased or decreased dependng on a parameter. If > the amount s ncreased, and decreased f <. The UMR scheduer mantans perfect worker utzaton throughout the executon, but f < there s no perfect worker utzaton for URM2. Both methods mode the system wth a set of affne euatons expressng executon tmes n terms of oad. These euatons are smar n sprt to the one used for SCOW. The mode gves the amount of work for the frst round and, through a recursve formua, the ncrements or decrements per round. Authors n [3] mprove the UMR by predct the workers CPU utzaton wth a mxed tendency based strategy.

2 Ths paper s organzed as foows: Secton 2 dscusses the mode. Secton 3 descrbes the Theoretca Foundatons of SCOW. Secton 4 shows the Makespan mnmzaton probem to deveop a mutround dvsbe oad schedung agorthm for affne cost modes. In secton 5, the oca tasks CPU utzaton n a CPU predcton strategy s ncorporated. SCOWS was evauated wth extensve smuaton n Secton 6 and the executons s dscuss ater n on secton 7. Fnay, Secton 8 concudes the paper and dscusses future drectons. 2. Mode As stated n, s assumed a tota number X of core tasks. These core tasks can be aggomerated to produce dfferent chunks szes (porton of job). These jobs are ndependent n the sense that nether orderng between them, nor synchronzaton among them s necessary. 2.. Notaton As ustrated n Fgure, the STARAFFINE network conssts of p + processor, P= {P 0,P,P 2,..., Pp}. The master processor s denoted P 0 whe the p workers are abeed as P, p. There are p communcaton nks from the master P 0 to each one of the workers P. Let x be the number of unts of core tasks sent to worker P. (x) measures the tme unts that takes for a oad x to be moved from the master to the th worker n affne mappng mode. Each worker performs two operatons, as we. These operatons are message recepton and the actua executon of the job, referred as computaton. The worker spends w (x) tme unts n executng x core tasks, w (x) s supposed to be an affne mappng. w 2 P 0 P P 2 P P p Fgure. Heterogeneous Star Graph 2.2. Archtectura Mode As mentoned before, wthn a round, the master performs a seuence of data sends operatons. Each data retreva and send s foowed by the data transmssons () over the network. Receve and compute (w) operatons are performed by the workers upon the arrva of the data package. As a resut, two w 2 w w p p major concurrent tme segments are dstngushed wthn a round: L, tme spent by a network nk n transmttng a round of data chunks; W maxmum tme spent by a workers n competng the recepton of the data and executon of the correspondng data chunk. Ths research assumes the fu overap, snge-port mode. In ths mode, the master uses the network connecton n a seuenta fashon and the workers can perform the computaton concurrenty wth data recepton. One of the assumptons n ths research s that the workers are non-dedcated processors. In Grd envronmenta the CPU power s dstrbuted between oca task and the Grd users Affne mappng Ths subsecton s a bref dscusson of the affne maps n whch the mathematca mode s based. The executon tmes to each operatons of data communcaton, and tasks executon vary as an affne mappng on the number of aggomerated core tasks x. Ths s, (x) = x + L () w (x) = w x + W (2) for p, where L s the nta cost of estabshng a connecton between the master P 0 and worker, s the send tme assocate to the data of a snge core task; W s the overhead (startup tme) of the computaton n processor and w corresponds to the executon tme of a snge core task. 3. Theoretca Foundatons of SCOW SCOW s desgned as a perodc user-eve scheduer for aocatng aggomerated core tasks on parae heterogeneous computng systems. Ths means that the mathematca framework behnd SCOW s desgned to return optma constant vaues of the three parameter descrbe above m,, and x to a master-worker SPMD mpementaton; under some specfc constrants. Indeed, SCOW mnmzes the make-span of the job under ether maxma producton per round or perfect system utzaton []. In ths research, the maxma producton per perod SCOW abty s seected, refers to a dstrbuton of aggomerated core tasks across the workers that maxmzes the tota number of tasks competed n a round. 3.. Maxma perodc producton In ths secton a bref descrpton of scheduer theory s presented. The maxma producton probem (MP) s a probem that mposes a restrcton n the perod to fnd the best approxmaton to the maxmum number of task performed.

3 3.2. Probem Suppose p (3) m x X where m s a number of round of data nstaments. The (MP) probem s stated as foows: Gven a tme perod T, fnd a subset of + workers such as Maxmze Subject to x (4) 3.3. Souton Let MAXTASK(T) be the optma souton of the prevous probem. The next theorem provdes a cose form souton for the MP probem n homogeneous patform. Theorem. Let T be a rea nonnegatve numbers, w =w and = for a and Then L ( x ) T (5) W max{ w ( x ) / } T (6) x 0, (7) y w ( T) (9) T / ( y) (0) T T ( y) () MAXTASK(T) = y max{0, ( T )} (2) The prevous theorem has a possbe extenson to the heterogeneous probems. At ths moment the best souton s an approxmaton theorem. Theorem 2. Let T be a rea nonnegatve number, p be a postve nteger. The method:. Sort the workers by ncreasng communcaton tmes. Renumber them so that 2 p. 2. Let y =w - (T) for p and the argest ndex so that ( ). y T If <p, et T =T- ( ) y ; otherwse et T =0. Return the vaues to construct the foowng neuates: L. MAXT ASK( T) y max{0, ( T )}.If the perod T s arge enough MAX T ASK( T) y max{0, ( T )} L Fgure 2. Gantt Char nterpretaton to the proposes souton The theorem 2 gves an approxmate to the optma souton to the MP probem. In secton 4 ths approxmaton s used as a restrcton to formuate a makespan mnmzaton probem. Fgure 2 s a graphca representaton to the souton gven by the theorem 2. Ths souton foows the prncpe of bandwdth-centrc [3, 4] because the prortes do not depend on the workers computaton capabtes, ony on ther communcaton capabtes. Esewhere, the number of seect processor s drecty affected by the computaton capacty. In Grd computng the computatona capacty depends on the oca CPU utzaton. Ths tendency s estmated usng predcton strategy descrbed n secton Last round modfcaton A common condton to get an optma schedue s that a processor fnshes the work at the same tme. Modfcatons of the ast round are used to mpose the condton that a processors end operatng at the same tme[]. Ths ast round modfcaton ntroduces a constant makespan reducton of /2T. 4. Makespan mnmzaton The makespan mnmzaton probem constraned to maxma producton (MMP-MP) souton approxmaton and the workers order descrbed n theorem 2 s formuate as foow: Mnmze (T) = (M+/2)T + (Y ) subject to X v y y (3) T w ( y ), (4) T ( y ) (5) T w ( y ) (6) y 0, (7) p (8)

4 The probem s soved by Lagrange mutpers [9]. Ths souton s stated n the next theorem. Theorem 3: Let X be a nonnegatve rea number and a postve nteger (+ p). Then the souton to the MMP-MP probem wthout restrcton 6 wth + processor s, where and b() w X b ( ) ( ) ( ) T a 2 w a a ( ) (9) j j j wj (20) w j b( ) W j j j Lj j wj j j wj W (9) the theorem 3 permt reformuates the MMP-MP, n the probem to fndng the mnma vaue of (T) wth rangng over the subset the that satsfyng w ( y ) T (20) 5. CPU predcton strategy In Grd computng typcay the resources are nondedcated, that s, the avaabty of the fu processng speed s no guaranteed. Let S, the fu processor speed. The oca task executon generates a CPU utzaton, f the Utzaton can be predcted them the ActuaSpeed can be computed as foows: ActuaSpeed = S * (00%-Utzaton) (2) Ths ActuaSpeed s used as retro-amentaton nformaton to the statc scheduer. To predct the CPU oad and utzaton s used a tme seres predcton approach [0, ] that has been probed the effectve emprcay. The dea of ths predcton strategy s based on the assumpton that f the current vaue ncreases, the next vaue w aso ncrease, and f the current vaue decreases, the next vaue w aso decrease. Formay, we can wrte: If (U T- < U T ) IncrementVaueAdaptaton() P T+ = U T + IncrementVaue Ese f(u T- > U T ) DecrementFactorAdaptaton() P T+ = U T IncrementVaue Where, U T : the measured utzaton at measurement T, P T+ : the predcted utzaton for measurement U T+, H: the number of hstorca data ponts used n the predcton. Increment vaue and decrement factor can be cacuated as: Procedure: INNCREMENTVALUEADAPTATION() Mean = (/n) ReaIncVaue =U T U T- ; NormaInc = IncrementVaue + (ReaIncVaue IncrementVaue) AdaptDegree; f (U T < Mean) IncrementVaue = NormaInc; Ese PastGreater = (number of data ponts>ut)/h TurnngPontInc=IncrementVaue PastGreater IncrementVaue=Mn(NormaInc, TurnngPontInc) AdaptDegree can range from 0 to and expresses the adaptaton degree of the varaton. The best vaues for nput parameters such as AdaptDegree and DecrementFactor are determned emprcay. 6. Experment In tabe the group of numerca vaues seected to perform the smuaton s presented. The vaues are used to predct the correspondng SCOW-MP and UMR verson deveop n [3]. These predctons are made usng the mathematca euatons underyng them and a random varabe to CPU smuaton s aso generated usng gamma functon Tabe : Smuaton Parameter Parameter Number of workers Vaues p=0,20,30,40 Aggomerated tasks X = 000 Computatona rate randonvarave S =.5+randonvarave w = /S s aso generated usng gamma functon wth fxed arrva tme anda=.5 and beta = Transfer rate B =.p to.p + ; =/b Computatona atency Communcaton atency clat = 0:03; W = clat; nlat = 0:03; L = nlat 7. Resut It s worth remarkng that UMR methods and the optma number of rounds, and perform no dscretzaton on the amount of work per round. Thus, n order to make the comparsons possbe, SCOW dscretzatons are made on the number of rounds and not on the amount of aggomerated tasks per round. The randomy chosen vaues are shown n Tabe.

5 The numerca predcton of the performances of UMR and SCOW are shown n Tabe 2. Tabe 2: Comparson Between SCOW and UMR SCOW-MP UMR UMR2 Normazed Make-span Normazed Workers CPU Utzaton Tabe 2 shows the comparson between SCOW-MP, UMR and UMR2, averaged over smar (n the number of workers) experment. A the scheduer was mproved by a ast round modfcaton n order keep consstent the comparson. The frst row shows the rato of make-span acheved for the 3 scheduers. The second row shows the smar rato for the system utzaton, but at ths tme the rato s nverted, because the maxma vaues s the best. The man observaton s that SCOW-MP outperforms UMR and UMR2 on average. The SCOW-MP s the best agorthm n Make-span and system utzaton. 8. Concusons Many researches n maxma throughput n nea mode can be found n the terature. These resuts are deveoped to the probem formuated for fxed szes tasks. In ths research the probem s exported to affne mode and n contrast the goa s maxmze the producton, that s, the tota number of tasks processed. The contrbuton of ths research ncudes an optma souton n the homogeneous case and approxmate souton n the heterogeneous case, ntegrate wth a CPU predcton strategy to perform a scheduer reabe n a Grd envronment. The makespan and system utzaton of two agorthms s aso compared. The resuts show that the proposed SCOW-MP agorthms outperform the compettors. Future work ncudes the deveopment of a strategy to predct the network utzaton; due to SCOW s a bandwdthcentrc agorthm. 9. Acknowedgments Ths work was made possbe by fundng from the Carbbean Computer Center of Exceence (CCCE) under NSF Award number CNS Thanks are due to Dr. Juan F Arrata and Dr. Ova Prmera-Pedrozo from the Unversdad Metropotana- Cupey for ther support. References. L. de a Torre, Schedung dvsbe tasks under producton or utzaton constrants, PhD dss., Unversty of Puerto Rco, Mayaguez, Puerto Rco Y. Yang, K. van der Raadt, H. Casanove, Mutround Agorthms for Schedung Dvsbe Loads, IEEE Transactons on Parae and Dstrbuted Systems, Vo. 6, No., C. Banno, O. Beaumont, L. Carter, J. Ferrante, A. Legrand and Y. Robert, Schedung Strateges for Master-save Taskng on Heterogeneous Processor Patforms, IEEE Transactons on Parae and Dstrbuted Systems, Vo. 5, No. 4, pp , M. Drozdowsk and P. Wonewcz Optmum Dvsbe Load Schedung on Heterogeneous Stars wth Lmted Memory, European Journa of Operaton Research, Vo. 72, No. 2, N. Jones and P. Pevzner An Introducton to Bonformatcs Agorthms, MIT Press, V. Bharadwaj, D. Ghose, V. Man, and T.G. Robertazz. Schedung Dvsbe Loads n Parae and Dstrbuted Systems. IEEE Computer Socety Press, O. Beaumont, H. Casanova, A. Legrand, Y. Robert, Y. Yang: Schedung Dvsbe Loads on Star and Tree Networks: Resuts and Open Probems. IEEE Trans. on Parae and Dstrbuted Systems, vo. 6, no. 3, 2005, D. Bertsekas. Constraned Optmzaton and Lagrange Mutper Methods. Athena Scentfc, Bemont, Mass., D. Bertsekas, edtor. Constraned Optmzaton and Lagrange Mutper Methods. Athena Scent_c, Bemont, Mass., L. Yang, J.M. Schopf, and I. Foster, Conservatve Schedung: Usng Predcted Varance to Improve Schedung Decson n Dynamc Envronments, SuperComputng 2003, Phoenx, Arzona USA November L.Yang, I. Foster, and J.M. Schopf, Homeostatc and Tendency-Based CPU Load Predctons, Internatona Parae and Dstrbuted Processng Symposum (IPDPS'03), Nce,France, Apr Yang Yang and Henr Casanova, UMR: A Mut- Round Agorthm for Schedung Dvsbe Workoads; Proceedng of the Internatona Parae and Dstrbuted Processng Symposum (IPDPS 03), Nce, France, Apr Sad Enaffar and Nguyen The Loc. "Enabng Dynamc Schedung n Computatona Grds by Predctng CPU Utzaton"; WSEAS Transactons on Communcatons Issue 2, Voume 4, pages December 2005.

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

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

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

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

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

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

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

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

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

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

Structure and Drive Paul A. Jensen Copyright July 20, 2003

Structure and Drive Paul A. Jensen Copyright July 20, 2003 Structure and Drve Paul A. Jensen Copyrght July 20, 2003 A system s made up of several operatons wth flow passng between them. The structure of the system descrbes the flow paths from nputs to outputs.

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

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

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

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

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

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

Appendix B: Resampling Algorithms

Appendix B: Resampling Algorithms 407 Appendx B: Resamplng Algorthms A common problem of all partcle flters s the degeneracy of weghts, whch conssts of the unbounded ncrease of the varance of the mportance weghts ω [ ] of the partcles

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

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

Research Article Green s Theorem for Sign Data

Research Article Green s Theorem for Sign Data Internatonal Scholarly Research Network ISRN Appled Mathematcs Volume 2012, Artcle ID 539359, 10 pages do:10.5402/2012/539359 Research Artcle Green s Theorem for Sgn Data Lous M. Houston The Unversty of

More information

A Simple Inventory System

A Simple Inventory System A Smple Inventory System Lawrence M. Leems and Stephen K. Park, Dscrete-Event Smulaton: A Frst Course, Prentce Hall, 2006 Hu Chen Computer Scence Vrgna State Unversty Petersburg, Vrgna February 8, 2017

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

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

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

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

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

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling Real-Tme Systems Multprocessor schedulng Specfcaton Implementaton Verfcaton Multprocessor schedulng -- -- Global schedulng How are tasks assgned to processors? Statc assgnment The processor(s) used for

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

Chapter 12 Analysis of Covariance

Chapter 12 Analysis of Covariance Chapter Analyss of Covarance Any scentfc experment s performed to know somethng that s unknown about a group of treatments and to test certan hypothess about the correspondng treatment effect When varablty

More information

Maximizing the number of nonnegative subsets

Maximizing the number of nonnegative subsets Maxmzng the number of nonnegatve subsets Noga Alon Hao Huang December 1, 213 Abstract Gven a set of n real numbers, f the sum of elements of every subset of sze larger than k s negatve, what s the maxmum

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

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification E395 - Pattern Recognton Solutons to Introducton to Pattern Recognton, Chapter : Bayesan pattern classfcaton Preface Ths document s a soluton manual for selected exercses from Introducton to Pattern Recognton

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

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

Approximate merging of a pair of BeÂzier curves

Approximate merging of a pair of BeÂzier curves COMPUTER-AIDED DESIGN Computer-Aded Desgn 33 (1) 15±136 www.esever.com/ocate/cad Approxmate mergng of a par of BeÂzer curves Sh-Mn Hu a,b, *, Rou-Feng Tong c, Tao Ju a,b, Ja-Guang Sun a,b a Natona CAD

More information

Lecture 4: November 17, Part 1 Single Buffer Management

Lecture 4: November 17, Part 1 Single Buffer Management Lecturer: Ad Rosén Algorthms for the anagement of Networs Fall 2003-2004 Lecture 4: November 7, 2003 Scrbe: Guy Grebla Part Sngle Buffer anagement In the prevous lecture we taled about the Combned Input

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

Research Article H Estimates for Discrete-Time Markovian Jump Linear Systems

Research Article H Estimates for Discrete-Time Markovian Jump Linear Systems Mathematca Probems n Engneerng Voume 213 Artce ID 945342 7 pages http://dxdoorg/11155/213/945342 Research Artce H Estmates for Dscrete-Tme Markovan Jump Lnear Systems Marco H Terra 1 Gdson Jesus 2 and

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 IEEE/AM TRANSATIONS ON NETWORKING, VOL. X, NO. XX, XXXXXXX 20X 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,

More information

Chapter 8 SCALAR QUANTIZATION

Chapter 8 SCALAR QUANTIZATION Outlne Chapter 8 SCALAR QUANTIZATION Yeuan-Kuen Lee [ CU, CSIE ] 8.1 Overvew 8. Introducton 8.4 Unform Quantzer 8.5 Adaptve Quantzaton 8.6 Nonunform Quantzaton 8.7 Entropy-Coded Quantzaton Ch 8 Scalar

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

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 lower and upper bounds on Perron root of nonnegative irreducible matrices

The lower and upper bounds on Perron root of nonnegative irreducible matrices Journal of Computatonal Appled Mathematcs 217 (2008) 259 267 wwwelsevercom/locate/cam The lower upper bounds on Perron root of nonnegatve rreducble matrces Guang-Xn Huang a,, Feng Yn b,keguo a a College

More information

Physics 5153 Classical Mechanics. D Alembert s Principle and The Lagrangian-1

Physics 5153 Classical Mechanics. D Alembert s Principle and The Lagrangian-1 P. Guterrez Physcs 5153 Classcal Mechancs D Alembert s Prncple and The Lagrangan 1 Introducton The prncple of vrtual work provdes a method of solvng problems of statc equlbrum wthout havng to consder the

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

Queueing Networks II Network Performance

Queueing Networks II Network Performance Queueng Networks II Network Performance Davd Tpper Assocate Professor Graduate Telecommuncatons and Networkng Program Unversty of Pttsburgh Sldes 6 Networks of Queues Many communcaton systems must be modeled

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

Negative Binomial Regression

Negative Binomial Regression STATGRAPHICS Rev. 9/16/2013 Negatve Bnomal Regresson Summary... 1 Data Input... 3 Statstcal Model... 3 Analyss Summary... 4 Analyss Optons... 7 Plot of Ftted Model... 8 Observed Versus Predcted... 10 Predctons...

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

Integrating advanced demand models within the framework of mixed integer linear problems: A Lagrangian relaxation method for the uncapacitated

Integrating advanced demand models within the framework of mixed integer linear problems: A Lagrangian relaxation method for the uncapacitated Integratng advanced demand modes wthn the framework of mxed nteger near probems: A Lagrangan reaxaton method for the uncapactated case Mertxe Pacheco Paneque Shad Sharf Azadeh Mche Berare Bernard Gendron

More information

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur Analyss of Varance and Desgn of Exerments-I MODULE III LECTURE - 2 EXPERIMENTAL DESIGN MODELS Dr. Shalabh Deartment of Mathematcs and Statstcs Indan Insttute of Technology Kanur 2 We consder the models

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

Tracking with Kalman Filter

Tracking with Kalman Filter Trackng wth Kalman Flter Scott T. Acton Vrgna Image and Vdeo Analyss (VIVA), Charles L. Brown Department of Electrcal and Computer Engneerng Department of Bomedcal Engneerng Unversty of Vrgna, Charlottesvlle,

More information

STAT 511 FINAL EXAM NAME Spring 2001

STAT 511 FINAL EXAM NAME Spring 2001 STAT 5 FINAL EXAM NAME Sprng Instructons: Ths s a closed book exam. No notes or books are allowed. ou may use a calculator but you are not allowed to store notes or formulas n the calculator. Please wrte

More information

Laboratory 1c: Method of Least Squares

Laboratory 1c: Method of Least Squares Lab 1c, Least Squares Laboratory 1c: Method of Least Squares Introducton Consder the graph of expermental data n Fgure 1. In ths experment x s the ndependent varable and y the dependent varable. Clearly

More information

Stanford University CS359G: Graph Partitioning and Expanders Handout 4 Luca Trevisan January 13, 2011

Stanford University CS359G: Graph Partitioning and Expanders Handout 4 Luca Trevisan January 13, 2011 Stanford Unversty CS359G: Graph Parttonng and Expanders Handout 4 Luca Trevsan January 3, 0 Lecture 4 In whch we prove the dffcult drecton of Cheeger s nequalty. As n the past lectures, consder an undrected

More information

CHAPTER III Neural Networks as Associative Memory

CHAPTER III Neural Networks as Associative Memory CHAPTER III Neural Networs as Assocatve Memory Introducton One of the prmary functons of the bran s assocatve memory. We assocate the faces wth names, letters wth sounds, or we can recognze the people

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

On an Extension of Stochastic Approximation EM Algorithm for Incomplete Data Problems. Vahid Tadayon 1

On an Extension of Stochastic Approximation EM Algorithm for Incomplete Data Problems. Vahid Tadayon 1 On an Extenson of Stochastc Approxmaton EM Algorthm for Incomplete Data Problems Vahd Tadayon Abstract: The Stochastc Approxmaton EM (SAEM algorthm, a varant stochastc approxmaton of EM, s a versatle tool

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

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

Logistic Regression. CAP 5610: Machine Learning Instructor: Guo-Jun QI

Logistic Regression. CAP 5610: Machine Learning Instructor: Guo-Jun QI Logstc Regresson CAP 561: achne Learnng Instructor: Guo-Jun QI Bayes Classfer: A Generatve model odel the posteror dstrbuton P(Y X) Estmate class-condtonal dstrbuton P(X Y) for each Y Estmate pror dstrbuton

More information

An Admission Control Algorithm in Cloud Computing Systems

An Admission Control Algorithm in Cloud Computing Systems An Admsson Control Algorthm n Cloud Computng Systems Authors: Frank Yeong-Sung Ln Department of Informaton Management Natonal Tawan Unversty Tape, Tawan, R.O.C. ysln@m.ntu.edu.tw Yngje Lan Management Scence

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

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method Appled Mathematcal Scences, Vol. 7, 0, no. 47, 07-0 HIARI Ltd, www.m-hkar.com Comparson of the Populaton Varance Estmators of -Parameter Exponental Dstrbuton Based on Multple Crtera Decson Makng Method

More information

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

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

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

A new P system with hybrid MDE- k -means algorithm for data. clustering. 1 Introduction 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

More information

MAXIMUM A POSTERIORI TRANSDUCTION

MAXIMUM A POSTERIORI TRANSDUCTION MAXIMUM A POSTERIORI TRANSDUCTION LI-WEI WANG, JU-FU FENG School of Mathematcal Scences, Peng Unversty, Bejng, 0087, Chna Center for Informaton Scences, Peng Unversty, Bejng, 0087, Chna E-MIAL: {wanglw,

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

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U)

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U) Econ 413 Exam 13 H ANSWERS Settet er nndelt 9 deloppgaver, A,B,C, som alle anbefales å telle lkt for å gøre det ltt lettere å stå. Svar er gtt . Unfortunately, there s a prntng error n the hnt of

More information

Minimisation of the Average Response Time in a Cluster of Servers

Minimisation of the Average Response Time in a Cluster of Servers Mnmsaton of the Average Response Tme n a Cluster of Servers Valery Naumov Abstract: In ths paper, we consder task assgnment problem n a cluster of servers. We show that optmal statc task assgnment s tantamount

More information

Linear Approximation with Regularization and Moving Least Squares

Linear Approximation with Regularization and Moving Least Squares Lnear Approxmaton wth Regularzaton and Movng Least Squares Igor Grešovn May 007 Revson 4.6 (Revson : March 004). 5 4 3 0.5 3 3.5 4 Contents: Lnear Fttng...4. Weghted Least Squares n Functon Approxmaton...

More information

On Uplink-Downlink Sum-MSE Duality of Multi-hop MIMO Relay Channel

On Uplink-Downlink Sum-MSE Duality of Multi-hop MIMO Relay Channel On Upn-Downn Sum-MSE Duat of Mut-hop MIMO Rea Channe A Cagata Cr, Muhammad R. A. handaer, Yue Rong and Yngbo ua Department of Eectrca Engneerng, Unverst of Caforna Rversde, Rversde, CA, 95 Centre for Wreess

More information

Chapter 13: Multiple Regression

Chapter 13: Multiple Regression Chapter 13: Multple Regresson 13.1 Developng the multple-regresson Model The general model can be descrbed as: It smplfes for two ndependent varables: The sample ft parameter b 0, b 1, and b are used to

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

Correspondence. Performance Evaluation for MAP State Estimate Fusion I. INTRODUCTION

Correspondence. Performance Evaluation for MAP State Estimate Fusion I. INTRODUCTION Correspondence Performance Evauaton for MAP State Estmate Fuson Ths paper presents a quanttatve performance evauaton method for the maxmum a posteror (MAP) state estmate fuson agorthm. Under dea condtons

More information

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity LINEAR REGRESSION ANALYSIS MODULE IX Lecture - 30 Multcollnearty Dr. Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur 2 Remedes for multcollnearty Varous technques have

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

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression 11 MACHINE APPLIED MACHINE LEARNING LEARNING MACHINE LEARNING Gaussan Mture Regresson 22 MACHINE APPLIED MACHINE LEARNING LEARNING Bref summary of last week s lecture 33 MACHINE APPLIED MACHINE LEARNING

More information

Note 10. Modeling and Simulation of Dynamic Systems

Note 10. Modeling and Simulation of Dynamic Systems Lecture Notes of ME 475: Introducton to Mechatroncs Note 0 Modelng and Smulaton of Dynamc Systems Department of Mechancal Engneerng, Unversty Of Saskatchewan, 57 Campus Drve, Saskatoon, SK S7N 5A9, Canada

More information

MODEL TUNING WITH THE USE OF HEURISTIC-FREE GMDH (GROUP METHOD OF DATA HANDLING) NETWORKS

MODEL TUNING WITH THE USE OF HEURISTIC-FREE GMDH (GROUP METHOD OF DATA HANDLING) NETWORKS MODEL TUNING WITH THE USE OF HEURISTIC-FREE (GROUP METHOD OF DATA HANDLING) NETWORKS M.C. Schrver (), E.J.H. Kerchoffs (), P.J. Water (), K.D. Saman () () Rswaterstaat Drecte Zeeand () Deft Unversty of

More information

A MIN-MAX REGRET ROBUST OPTIMIZATION APPROACH FOR LARGE SCALE FULL FACTORIAL SCENARIO DESIGN OF DATA UNCERTAINTY

A MIN-MAX REGRET ROBUST OPTIMIZATION APPROACH FOR LARGE SCALE FULL FACTORIAL SCENARIO DESIGN OF DATA UNCERTAINTY A MIN-MAX REGRET ROBST OPTIMIZATION APPROACH FOR ARGE SCAE F FACTORIA SCENARIO DESIGN OF DATA NCERTAINTY Travat Assavapokee Department of Industra Engneerng, nversty of Houston, Houston, Texas 7704-4008,

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

A SEPARABLE APPROXIMATION DYNAMIC PROGRAMMING ALGORITHM FOR ECONOMIC DISPATCH WITH TRANSMISSION LOSSES. Pierre HANSEN, Nenad MLADENOVI]

A SEPARABLE APPROXIMATION DYNAMIC PROGRAMMING ALGORITHM FOR ECONOMIC DISPATCH WITH TRANSMISSION LOSSES. Pierre HANSEN, Nenad MLADENOVI] Yugoslav Journal of Operatons Research (00) umber 57-66 A SEPARABLE APPROXIMATIO DYAMIC PROGRAMMIG ALGORITHM FOR ECOOMIC DISPATCH WITH TRASMISSIO LOSSES Perre HASE enad MLADEOVI] GERAD and Ecole des Hautes

More information

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family IOSR Journal of Mathematcs IOSR-JM) ISSN: 2278-5728. Volume 3, Issue 3 Sep-Oct. 202), PP 44-48 www.osrjournals.org Usng T.O.M to Estmate Parameter of dstrbutons that have not Sngle Exponental Famly Jubran

More information

An Interactive Optimisation Tool for Allocation Problems

An Interactive Optimisation Tool for Allocation Problems An Interactve Optmsaton ool for Allocaton Problems Fredr Bonäs, Joam Westerlund and apo Westerlund Process Desgn Laboratory, Faculty of echnology, Åbo Aadem Unversty, uru 20500, Fnland hs paper presents

More information

The L(2, 1)-Labeling on -Product of Graphs

The L(2, 1)-Labeling on -Product of Graphs Annals of Pure and Appled Mathematcs Vol 0, No, 05, 9-39 ISSN: 79-087X (P, 79-0888(onlne Publshed on 7 Aprl 05 wwwresearchmathscorg Annals of The L(, -Labelng on -Product of Graphs P Pradhan and Kamesh

More information

Power Allocation for Distributed BLUE Estimation with Full and Limited Feedback of CSI

Power Allocation for Distributed BLUE Estimation with Full and Limited Feedback of CSI Power Allocaton for Dstrbuted BLUE Estmaton wth Full and Lmted Feedback of CSI Mohammad Fanae, Matthew C. Valent, and Natala A. Schmd Lane Department of Computer Scence and Electrcal Engneerng West Vrgna

More information

Chapter 9: Statistical Inference and the Relationship between Two Variables

Chapter 9: Statistical Inference and the Relationship between Two Variables Chapter 9: Statstcal Inference and the Relatonshp between Two Varables Key Words The Regresson Model The Sample Regresson Equaton The Pearson Correlaton Coeffcent Learnng Outcomes After studyng ths chapter,

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

Notes on Frequency Estimation in Data Streams

Notes on Frequency Estimation in Data Streams Notes on Frequency Estmaton n Data Streams In (one of) the data streamng model(s), the data s a sequence of arrvals a 1, a 2,..., a m of the form a j = (, v) where s the dentty of the tem and belongs to

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

Statistics for Economics & Business

Statistics for Economics & Business Statstcs for Economcs & Busness Smple Lnear Regresson Learnng Objectves In ths chapter, you learn: How to use regresson analyss to predct the value of a dependent varable based on an ndependent varable

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

CS : Algorithms and Uncertainty Lecture 17 Date: October 26, 2016

CS : Algorithms and Uncertainty Lecture 17 Date: October 26, 2016 CS 29-128: Algorthms and Uncertanty Lecture 17 Date: October 26, 2016 Instructor: Nkhl Bansal Scrbe: Mchael Denns 1 Introducton In ths lecture we wll be lookng nto the secretary problem, and an nterestng

More information

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4)

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4) I. Classcal Assumptons Econ7 Appled Econometrcs Topc 3: Classcal Model (Studenmund, Chapter 4) We have defned OLS and studed some algebrac propertes of OLS. In ths topc we wll study statstcal propertes

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