Machine Learning Applications in Grid Computing

Size: px
Start display at page:

Download "Machine Learning Applications in Grid Computing"

Transcription

1 Machine Learning Applications in Grid Coputing George Cybenko, Guofei Jiang and Daniel Bilar Thayer School of Engineering Dartouth College Hanover, NH 03755, USA Abstract The developent of the World Wide Web has changed the way that we think about inforation. Inforation on the web is distributed, updates are ade asynchronously and resources coe and go online without centralized control. Global networking will siilarly change the way we think about and perfor coputation. Grid coputing refers to coputing in a distributed networked environent in which coputing and data resources are located throughout a network. Grid coputing is enabled by an infrastructure that allows users to locate coputing resources and data products dynaically during a coputation. In order to locate resources dynaically in a grid coputation, a grid application progra consults a broker or atchaker agent that uses keywords and ontologies to specify grid services. However, we believe that keywords and ontologies cannot be defined or interpreted precisely enough to ake brokering and atchaking between agents sufficiently robust in a truly distributed, heterogeneous coputing environent. To this end, we introduce the concept of functional validation. Functional validation goes beyond the sybolic negotiation level of brokering and atchaking, to the level of validating actual functional perforance of grid services. In this paper, we present the functional validation proble in grid coputing and apply basic achine learning theory such as PAC learning and Chernoff bounds to solve the saple size proble that arises. Furtherore, in order to reduce network traffic and speedup the validation process, we describe the use of Dartouth D Agents technology to ipleent a general obile functional validation agent syste which can be integrated into a grid coputing infrastructures as a standard grid service. 1. Introduction There are currently several efforts are underway to build coputational grids, such as Globus [1], Infospheres [2] and the DARPA CoABS [3]. These projects are developing the fundaental technology that is needed to build coputational grids, execution environents that enable an application to integrate geographically distributed instruents, sensors, data products, displays, and coputational and inforation resources. Such grid coputations ay link tens or hundreds of these resources. The vision is that these grid infrastructures will connect ultiple regional and national coputational grids, creating a universal source of pervasive and dependable coputing power that supports draatically new classes of applications. Acknowledgeents: This work was partially supported by Air Force Office of Scientific Research grants F , National Science Foundation grant CCR and DARPA contract F

2 A fundaental capability required in such a grid is a directory service or broker that dynaically atches user requireents with available resource. On the web, this capability is provided by search engines that index web pages and ipleent retrieval services. Whereas huans are typically the consuers of web inforation, grid agents will be the producers and consuers of grid resources with huans occasionally steering or interpreting the coputations. A grid coputation that needs a coputational service, such as for exaple the solution to structured linear syste or a ultidiensional Fourier transfor, will locate the required service by consulting a distributed object request broker or a atchaker service. For exaple, CORBA is an infrastructure for ipleenting distributed applications and provides a broker as a key coponent [4]. Jini[5] is designed for deploying and using services in a network and enables the construction of dynaic, flexible, and robust systes fro independent distributed coponents and it also can provide a nice lookup service. An object request broker (ORB) not only locates a coponent or object that perfors the required service but also ediates counication between the client and the service. In standard terinology, a atchaker is an ORB with reduced capability. A atchaker erely locates reote services but does not ediate counications between client and server agents. In the atchaker fraework, a client and the reote service that it invokes counicate directly once their locations are ade known by the atchaker service. 2. Grid Coputing Services and Functional Validation A scheatic of part of a grid coputation is shown in Figure 1. Reote service providers will publish their services catalog on ORB or atchaker agents. When clients need soe coputing services, they will ake a request to an ORB or atchaker agent. The request is ade based on soe keywords and possibly paraeter lists for invoking the reote coputing resources. The ORB or atchaker consults its service catalog and returns with several reote service candidates and specifies their returning value structures. Then clients can negotiate with these service candidates and ask for the appropriate coputing service. Just like web search engines, ORB and atchaker agents will use keywords and ontologies to specify reote coputing services. Ontologies specify a doain and keywords specify functionality within that doain. For exaple, ontologies are envisioned for signal processing, ocean odeling, iage processing, weather odeling and so on. Within an ontology, keywords such as Fourier transfor and linear syste solver will have possibly doain specific eanings. Several systes have been proposed for ipleenting such ontological atching [6][7]. Figure 1: The prototype of grid coputing services

3 Note however, there are literally dozens of different algoriths for ipleenting Discrete Fourier Transfors [8]. Different algoriths ake different assuptions about the syetries of the input vector and order the output in a variety of ways. Soe algoriths ay be only able to transfor the input vector of certain diensions. The actual nuerical coputations carried out vary fro algorith to algorith so that different round-off errors are accuulated leading to slightly different answers. Moreover, different nuerical ipleentations of soe basic coputations in an can lead to different coputational speed, different accuracy and so on. The sae is true of linear syste solvers, other nuerical algoriths and data products. In soe coplicated coputational tasks, the possible situations are ore challenging. For exaple, there are any different syste odeling algoriths developed for different control systes such as ARMX or ARMAX systes, tie variant or invariant systes, noisy or noiseless systes, linear or nonlinear systes, and so on. So in this case it is ore difficult for keywords and ontologies to describe precisely the real functionality of the service provider s algoriths. Keywords and ontologies cannot be defined and interpreted precisely enough to ake brokering or atchaking between grid services robust in a truly distributed, heterogeneous coputing environent. Thus atching conflicts will exist between a client s requests and a service provider s responses. Soe for of functional validation of coputing resources will be required. Functional validation eans that a client presents to a prospective service provider a sequence of challenges. The service provider replies to these challenges with corresponding answers. Only after the client is satisfied that the service provider s answers are consistent with the client s expectations is an actual coitent ade to using the service. This is especially iportant in ission critical applications. In fact we can find the sae idea of functional validation in our daily lives. For exaple, a deo is often used to show the functionality of soe software. Our ongoing research on agent-based systes [9] has led us to the conclusion that brokering at the purely sybolic level will not be sufficient to ipleent truly distributed, heterogeneous ulti-agent coputing. Two steps are required before agents coit to each other: 1. Service identification and location; 2. Service functional validation. 3. Coitent to the service. These steps are shown in Figure 2. Identification and location will be perfored by ORB or atchaker agents and is already an area of active research. However, functional validation of distributed coponents and agents is a new subject of research that is essential for the future success of truly heterogeneous, distributed coputing grids. 3. Machine Learning Models of Functional Validation Our approach to functional validation is to allow the client to challenge the service provider with soe test cases, x 1, x 2,..., x k. The reote service provider offers corresponding responses/answers, f R (x 1 ), f R (x 2 ),..., f R (x k ). The client ay or ay not have independent access to the correct responses/answers, f C (x 1 ), f C (x 2 ),..., f C (x k ). Depending on the sequence of responses, the client ay or ay not coit to using (and therefore possibly paying for) the service provided.

4 Figure 2: Grid services and functional validation We will foralize the functional validation progra for a coputational and data service as follows. Denote the client s calling siulation by C and the reote service coponent by R. C requires the evaluation of a function, f C (x), where x is the input paraeter. Assuing copatibility of input and output paraeter structures and types, which has already been checked by the ORB or atchaker, the reote service is expected to provide f R (x). Table 1 shows the possible situations that can arise in this proble [10]. Table 1: Possible situations arising in functional validation and their solutions Client C Server R Machine Learning Model knows f C (x) provides f R (x) PAC-learning and Chernoff bounds knows f C (x) doesn t provide f R (x) Zero-knowledge proof doesn t know f C (x) provides f R (x) Siulation-based and reinforceent learning In this paper, we discuss the siplest case and assue that the client C itself has the correct value f C (x) for the selected saples and the candidate service provides responses f R (x) directly after C challenges R with the saple inputs. So the basic question in the functional validation proble is that in order to know whether the service provider can offer the correct service, how large should the saple size k be?

5 4. General Matheatical Fraework In general, we can foralize the functional validation proble and answer it using PAC learning theory. The role of PAC learning in this context is to use as few saples as possible, and as little coputation as possible to pick a service (hypothesis) that is, with sufficiently high probability, a close approxiation to the desired functionality as expressed by the test saples. Here assue the input space X is a fixed set, either finite, countably infinite, n [ 0,1], or n E (Euclidean n-diensional space) for soe n 1. In the functional validation proble, we are concerned with whether the service provider can offer the correct service, so we define a concept to be a boolean apping c : X {0,1 }, with c ( x) = 1 indicating that x is a positive exaple of c, i.e. the service provider offers the correct service for challenge x, and c ( x) = 0 indicating that x is a negative exaple, i.e. the service provider does not offer the correct service for challenge x. A concept class C over X is a collection of concepts (that is, boolean functions) c over X. More precisely, given an error tolerance, γ >0, define c(x)=1 if f C ( x) f R ( x) γ (where γ is the allowable coputational error tolerance) for X all x, and define c(x)=0 if f C ( x) f R ( x) γ. X Let P be a fixed probability distribution on X and assue that exaples are created by drawing challenges independently and randoly according to P. Define an index function 1 if f C () x f R () x γ F() x = (1) 0 otherwise Then the client can randoly pick S = {( x1, F( x1 )), ( x2, F( x2 )),, ( x, F( x ))} saples to learn a hypothesis h H about whether the service provider offers the correct service, where H is the hypothesis space and usually is the concept class C itself. Here let A C, H denotes the set of all learning functions A : S H. We clai that A C H is S consistent if it agrees with the saples, that is h = A( ) A,. Thus based on the PAC learned hypothesis, the client can conclude whether the service provider can offer the correct service with the desired level of confidence. Now consider the proble of how any saples or challenges are needed to ake a decision about whether the hypothesis is a good enough approxiation to the real target concept or not. Define the error between the target concept C and the hypothesis h as [ c( x ) h() x ] error( h ) = Probx P (2) where Probx P[.] indicates the probability with respect to the rando drawing of x according to P. Then atheatically we can foralize the above proble as follows: How large ust the nuber of challenges,, be so that Pr ob { error( h ) ε} 1 δ (3) where ε is the accuracy paraeter and δ is the confidence paraeter. Bluer et. al. [11] solved this proble with the following powerful result: Theore 1 (Bluer et al.[11]) Let H be any well-behaved hypothesis space of finite X Vapnik-Chervonenkis diension d contained in 2, P be any probability distribution on X and the target concept c be any Borel set contained in X. Then for any 0 < ε, δ < 1, given 4 2 8d 13 ax log, log (4) ε δ ε ε

6 independent rando exaples of c drawn according to P, with probability at least 1 δ, every hypothesis in H that is consistent with all of these exaples has error at ost ε. In the above theore, the Vapnik-Chervonenkis diension (VC diension) is a cobinatorial easure of concept class coplexity which assigns to each concept class C a single nuber that characterizes the saple size needed to PAC learn C. See its detailed definition in [11]. Thus by deterining the boolean concept s VC diension over X and selecting an accuracy paraeter ε and a confidence paraeter δ, according to the above theore, the client can pick saples to PAC learn a hypothesis which is probabilistically close enough to the real target concept, thereby deciding whether the service agent can offer the correct services. 5. Siplified Theoretical Results PAC learning theory foralizes an ideal atheatical fraework for the functional validation proble. However, the above theoretical result can not be practically applied in grid coputing easily because it is difficult to copute the VC diension for generic probles and the saple size bound will be very large in general. We siplify the coplexity of the functional validation proble and assue that with regard to soe concepts, all test cases have the sae probability about whether the service provider can offer the correct service. Then Chernoff bounds [12] theory can be used to solve the saple size proble. Theore 2 (Chernoff Bounds): Consider independent identically distributed saples x 1, x 2,, x fro a Bernoulli distribution with expectation p. Define the epirical estiate of p based on these saples as xi i= pˆ = 1 (5) Then for any 0 < ε, δ < 1, if the saple size ln δ ln 2 2 2ε (6) then the probability prob pˆ p ε (7) [ ] δ During the functional validation process, the client only continues with the next saple if it knows that the service provider offers the correct response for all previous saples. Once the client encounters a negative exaple, i.e. the service provider offers a wrong reply for the current saple, the client will stop the validation process with this service provider and proceeds to negotiate with other possible service provider candidates. So with regard to this special situation, the client only needs to know how any saples are needed if all tested saples are positive exaples (otherwise it just gives up). Thus the epirically estiated pˆ should be equal to one. Then because 0 < p < 1 and p ˆ = 1, with the sae saple size defined in inequality (6), the inequality (7) can be updated by the following inequality:

7 δ prob [(1 p) ε] (8) 2 Then according to Theore 2, it is straightforward to have the following corollary: Corollary 2.1: For the functional validation proble described above, given any 0 < ε, δ < 1, if the saple size ln δ (9) 2 2ε then the probability prob ( 1 p) ε (10) [ ] δ In the above inequality, ε is the accuracy paraeter which bounds the difference between the estiated probability and the true probability, while δ deterines the confidence in this approxiation. However, the goal of the functional validation process is to have a high confidence that the service will provide the correct response on the next request. Given a target probability, say P, the client agent needs to know how any consecutive positive saples,, are required so that the next request to the service will be correct with probability P. We can cobine the accuracy paraeter, ε, and confidence, δ, together into this one paraeter P. Using the definitions of δ and ε fro above, it is easy to see that if the inequality P ( 1 ε)(1 δ ) (11) is satisfied, then the next saple will have probability P of being correct as well, given the Bernoulli odel and other assuptions fro above. Note that in inequality (9), ε and δ are both needed to copute the saple size. So after a client agent selects a P, we still need to figure out how to copute the saple size under the constraint inequality (11). We can forulate this proble as the following nonlinear optiization proble: The objective function ( ε,δ ) ln δ = in f ( ε, δ ) = in (12) ε, δ ε, δ 2 2ε s.t.: ( 1 ε )(1 δ ) P and 0 < ε, δ < 1. f has two variables. Fro the constraint inequality, we require P δ 1 (13) 1 ε P Obviously when δ is larger, the saple size is saller. So if we choose δ = 1 and 1 ε P think about the constraint 0 < ε,1 < 1, we can transfer the above two-diensional 1 ε function optiization proble to the following one-diensional function optiization proble: P ln(1 ) = in g( ε) = in 1 ε (14) ε ε 2 2ε s.t. 0 < ε < 1 P.

8 So when ε approaches the edge point 0 or 1 P, the function g (ε ) will approach positive infinity. Unfortunately, we have not obtained a closed-for analytical solution because of the log function. However, we use eleentary nonlinear function optiization ethods to copute the iniu saple size,, such as the steepest descent ethod. Figure 3 shows how the saple size changes with the given probability P. Figure 3: saple size vs. probability P curve 6. Mobile Functional Validation Agent In addition to the above analytic results, we have ipleented basic functional validation protocols for a grid coputing infrastructure. We have ipleented a test bed for the validation protocols, using the Dartouth D Agents syste [9][13] to create obile functional validation agents (MFVA) for grid coputing. D Agents is a obile-agent syste developed at Dartouth College. A obile agent is a progra that can igrate fro achine to achine in a heterogeneous network. The progra can choose when and where to igrate. It can suspend its execution at an arbitrary point, transport to another achine and resue execution on the new achine. Mobile agent have several advantages over the traditional client/server odel: obile agents consue fewer network resources and counicate efficiently; obile agents do not require a continuous connection between achines; obile agents hide the counication channels but not the location of the coputation. So people can use obile agent systes as a single, unified fraework to ipleent a wide range of distributed applications easily and efficiently. Consider the functional validation process for grid coputing. In a traditional setting, during this process a client subits saple data, x, to the service provider and waits for the reply f R (x) fro the reote service provider. For soe difficult coputing task, it ay take the service provider a long tie to copute the result. After the client gets the response f R (x), it ust copare f C (x) with f R (x) to see whether the service provider offers an acceptable result for the saple. If f R (x) is acceptable, the client will send out the next saple data and repeat the above procedure. If f R (x) is unacceptable, the client will close the current counication channel and open a new one with another possible service candidate and then

9 repeat the sae validation process. So during this process, the client and the service provider can generate significant network traffic. Using the D Agents syste, we have created a obile functional validation agent to ake the whole functional validation process ore efficiently. Figure 4 shows how the obile functional validation agent works in the grid coputing infrastructure. After the ORB Figure 4: obile functional validation agent or atchaker returns the achine list of possible service provider candidates, the client uses the siplified theoretical results in section 5 to copute the saple size suitable for a desired probability of correctness. Then it creates a obile agent that encapsulates the achine list, the saple list and the client s actual coputing request. The obile functional validation agent jups to the first achine that is listed on the achine list and executes the functional validation process on that local achine. During the validation process, if the obile agent gets an unacceptable reply fro the local service provider, it will autonoously give up this service provider, jup to the next achine on the achine list and initiate a new validation process on that achine. Otherwise it will continue to subit saples to the service provider and repeat the validation procedure. If it continuously gets correct responses for all saples, it will ask for the client s actual coputing service fro the service provider. After it gets the result, it will autonoously jup back to the client achine and return the result to the client. So using the obile functional agent, the functional validation process is executed on the service provider achine and all counication is done between progras that are running on the sae achine. This reduces network traffic and akes the validation process faster and ore robust. Moreover, without the client s involveent, a obile agent can autonoously coplete the whole validation process and return the correct result to the client.

10 Because different service providers have different counication protocols, in Figure 4, interface agents are used to translate these protocols to a standard agent counication protocol. Our obile functional validation agent syste is a very general and standard syste. For different coputing tasks, a client only needs to change the saple lists in the user agent progra and a separate result coparison class. So we believe this general obile functional validation agent syste can be integrated into grid coputing infrastructures as a standard service, such as the DARPA CoABS grid infrastructure. 7. Conclusions Grid coputing is an eerging infrastructure that will fundaentally change the way we think about and use coputing. In a grid coputing infrastructure, a broker or atchaker agent will use keywords and ontologies to specify grid services. However, keywords and ontologies cannot be defined and interpreted precisely enough to ake brokering or atchaking between resource agent services sufficiently robust in a truly distributed, heterogeneous coputing environent. This creates atching conflicts between client s requested functionality and grid service s actual functionality. Functional validation is proposed and studied in this paper. Soe achine learning theory is applied to solve the saple size proble that arises in our approach. Furtherore we have used the Dartouth D Agents technology to ipleent a general obile functional validation agent syste which can be integrated into grid coputing infrastructures as a standard grid service. References [1] Foster, I., and Kesselan, C., The Grid Blueprint for a New Coputing Infrastructure, Morgan Kaufann Publishers, San Francisco, California. [2] [3] [4] Natan R.B.,1995. Corba-A Guide to Coon Object Request Broker Architecture, McGraw-Hill, New York. [5] Edwards, W. K., Core Jini. Prentice Hall. [6] [7] [8] Brigha, E.O., The Fast Fourier Transfor and Its Applications, Prentice Hall, Englewood Cliffs, New Jersey. [9] and [10] Cybenko, G. and Jiang, G., Matching conflicts: Functional validation of agents AAAI workshop on Agents Conflicts, pp , Orlando, Florida. [11] Bluer, A. et al., Learnability and the Vapnik-Chervonenkis Diension. Journal of the Association for Coputing Machinery 36(4):929. [12] Kearns, M.J., and Vazirani, U.V., An Introduction to Coputational Learning Theory, The MIT Press, Cabridge, Massachusetts. [13] Kotz,D., Gray,R., Nog,S., Rus D., Chawla,S. and Cybenko,G Agent Tcl: Targeting the needs of obile coputers. IEEE Internet Coputing, 1(4):58.

Analyzing Spatiotemporal Characteristics of Education Network Traffic with Flexible Multiscale Entropy

Analyzing Spatiotemporal Characteristics of Education Network Traffic with Flexible Multiscale Entropy Vol. 9, No. 5 (2016), pp.303-312 http://dx.doi.org/10.14257/ijgdc.2016.9.5.26 Analyzing Spatioteporal Characteristics of Education Network Traffic with Flexible Multiscale Entropy Chen Yang, Renjie Zhou

More information

arxiv:0805.1434v1 [math.pr] 9 May 2008

arxiv:0805.1434v1 [math.pr] 9 May 2008 Degree-distribution stability of scale-free networs Zhenting Hou, Xiangxing Kong, Dinghua Shi,2, and Guanrong Chen 3 School of Matheatics, Central South University, Changsha 40083, China 2 Departent of

More information

A framework for performance monitoring, load balancing, adaptive timeouts and quality of service in digital libraries

A framework for performance monitoring, load balancing, adaptive timeouts and quality of service in digital libraries Int J Digit Libr (2000) 3: 9 35 INTERNATIONAL JOURNAL ON Digital Libraries Springer-Verlag 2000 A fraework for perforance onitoring, load balancing, adaptive tieouts and quality of service in digital libraries

More information

Searching strategy for multi-target discovery in wireless networks

Searching strategy for multi-target discovery in wireless networks Searching strategy for ulti-target discovery in wireless networks Zhao Cheng, Wendi B. Heinzelan Departent of Electrical and Coputer Engineering University of Rochester Rochester, NY 467 (585) 75-{878,

More information

Reliability Constrained Packet-sizing for Linear Multi-hop Wireless Networks

Reliability Constrained Packet-sizing for Linear Multi-hop Wireless Networks Reliability Constrained acket-sizing for inear Multi-hop Wireless Networks Ning Wen, and Randall A. Berry Departent of Electrical Engineering and Coputer Science Northwestern University, Evanston, Illinois

More information

Online Bagging and Boosting

Online Bagging and Boosting Abstract Bagging and boosting are two of the ost well-known enseble learning ethods due to their theoretical perforance guarantees and strong experiental results. However, these algoriths have been used

More information

Software Quality Characteristics Tested For Mobile Application Development

Software Quality Characteristics Tested For Mobile Application Development Thesis no: MGSE-2015-02 Software Quality Characteristics Tested For Mobile Application Developent Literature Review and Epirical Survey WALEED ANWAR Faculty of Coputing Blekinge Institute of Technology

More information

Applying Multiple Neural Networks on Large Scale Data

Applying Multiple Neural Networks on Large Scale Data 0 International Conference on Inforation and Electronics Engineering IPCSIT vol6 (0) (0) IACSIT Press, Singapore Applying Multiple Neural Networks on Large Scale Data Kritsanatt Boonkiatpong and Sukree

More information

Implementation of Active Queue Management in a Combined Input and Output Queued Switch

Implementation of Active Queue Management in a Combined Input and Output Queued Switch pleentation of Active Queue Manageent in a obined nput and Output Queued Switch Bartek Wydrowski and Moshe Zukeran AR Special Research entre for Ultra-Broadband nforation Networks, EEE Departent, The University

More information

ASIC Design Project Management Supported by Multi Agent Simulation

ASIC Design Project Management Supported by Multi Agent Simulation ASIC Design Project Manageent Supported by Multi Agent Siulation Jana Blaschke, Christian Sebeke, Wolfgang Rosenstiel Abstract The coplexity of Application Specific Integrated Circuits (ASICs) is continuously

More information

CRM FACTORS ASSESSMENT USING ANALYTIC HIERARCHY PROCESS

CRM FACTORS ASSESSMENT USING ANALYTIC HIERARCHY PROCESS 641 CRM FACTORS ASSESSMENT USING ANALYTIC HIERARCHY PROCESS Marketa Zajarosova 1* *Ph.D. VSB - Technical University of Ostrava, THE CZECH REPUBLIC arketa.zajarosova@vsb.cz Abstract Custoer relationship

More information

An Innovate Dynamic Load Balancing Algorithm Based on Task

An Innovate Dynamic Load Balancing Algorithm Based on Task An Innovate Dynaic Load Balancing Algorith Based on Task Classification Hong-bin Wang,,a, Zhi-yi Fang, b, Guan-nan Qu,*,c, Xiao-dan Ren,d College of Coputer Science and Technology, Jilin University, Changchun

More information

Media Adaptation Framework in Biofeedback System for Stroke Patient Rehabilitation

Media Adaptation Framework in Biofeedback System for Stroke Patient Rehabilitation Media Adaptation Fraework in Biofeedback Syste for Stroke Patient Rehabilitation Yinpeng Chen, Weiwei Xu, Hari Sundara, Thanassis Rikakis, Sheng-Min Liu Arts, Media and Engineering Progra Arizona State

More information

REQUIREMENTS FOR A COMPUTER SCIENCE CURRICULUM EMPHASIZING INFORMATION TECHNOLOGY SUBJECT AREA: CURRICULUM ISSUES

REQUIREMENTS FOR A COMPUTER SCIENCE CURRICULUM EMPHASIZING INFORMATION TECHNOLOGY SUBJECT AREA: CURRICULUM ISSUES REQUIREMENTS FOR A COMPUTER SCIENCE CURRICULUM EMPHASIZING INFORMATION TECHNOLOGY SUBJECT AREA: CURRICULUM ISSUES Charles Reynolds Christopher Fox reynolds @cs.ju.edu fox@cs.ju.edu Departent of Coputer

More information

RECURSIVE DYNAMIC PROGRAMMING: HEURISTIC RULES, BOUNDING AND STATE SPACE REDUCTION. Henrik Kure

RECURSIVE DYNAMIC PROGRAMMING: HEURISTIC RULES, BOUNDING AND STATE SPACE REDUCTION. Henrik Kure RECURSIVE DYNAMIC PROGRAMMING: HEURISTIC RULES, BOUNDING AND STATE SPACE REDUCTION Henrik Kure Dina, Danish Inforatics Network In the Agricultural Sciences Royal Veterinary and Agricultural University

More information

Use of extrapolation to forecast the working capital in the mechanical engineering companies

Use of extrapolation to forecast the working capital in the mechanical engineering companies ECONTECHMOD. AN INTERNATIONAL QUARTERLY JOURNAL 2014. Vol. 1. No. 1. 23 28 Use of extrapolation to forecast the working capital in the echanical engineering copanies A. Cherep, Y. Shvets Departent of finance

More information

Data Set Generation for Rectangular Placement Problems

Data Set Generation for Rectangular Placement Problems Data Set Generation for Rectangular Placeent Probles Christine L. Valenzuela (Muford) Pearl Y. Wang School of Coputer Science & Inforatics Departent of Coputer Science MS 4A5 Cardiff University George

More information

An Integrated Approach for Monitoring Service Level Parameters of Software-Defined Networking

An Integrated Approach for Monitoring Service Level Parameters of Software-Defined Networking International Journal of Future Generation Counication and Networking Vol. 8, No. 6 (15), pp. 197-4 http://d.doi.org/1.1457/ijfgcn.15.8.6.19 An Integrated Approach for Monitoring Service Level Paraeters

More information

AN ALGORITHM FOR REDUCING THE DIMENSION AND SIZE OF A SAMPLE FOR DATA EXPLORATION PROCEDURES

AN ALGORITHM FOR REDUCING THE DIMENSION AND SIZE OF A SAMPLE FOR DATA EXPLORATION PROCEDURES Int. J. Appl. Math. Coput. Sci., 2014, Vol. 24, No. 1, 133 149 DOI: 10.2478/acs-2014-0011 AN ALGORITHM FOR REDUCING THE DIMENSION AND SIZE OF A SAMPLE FOR DATA EXPLORATION PROCEDURES PIOTR KULCZYCKI,,

More information

This paper studies a rental firm that offers reusable products to price- and quality-of-service sensitive

This paper studies a rental firm that offers reusable products to price- and quality-of-service sensitive MANUFACTURING & SERVICE OPERATIONS MANAGEMENT Vol., No. 3, Suer 28, pp. 429 447 issn 523-464 eissn 526-5498 8 3 429 infors doi.287/so.7.8 28 INFORMS INFORMS holds copyright to this article and distributed

More information

Preference-based Search and Multi-criteria Optimization

Preference-based Search and Multi-criteria Optimization Fro: AAAI-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. Preference-based Search and Multi-criteria Optiization Ulrich Junker ILOG 1681, route des Dolines F-06560 Valbonne ujunker@ilog.fr

More information

Modified Latin Hypercube Sampling Monte Carlo (MLHSMC) Estimation for Average Quality Index

Modified Latin Hypercube Sampling Monte Carlo (MLHSMC) Estimation for Average Quality Index Analog Integrated Circuits and Signal Processing, vol. 9, no., April 999. Abstract Modified Latin Hypercube Sapling Monte Carlo (MLHSMC) Estiation for Average Quality Index Mansour Keraat and Richard Kielbasa

More information

The individual neurons are complicated. They have a myriad of parts, subsystems and control mechanisms. They convey information via a host of

The individual neurons are complicated. They have a myriad of parts, subsystems and control mechanisms. They convey information via a host of CHAPTER 4 ARTIFICIAL NEURAL NETWORKS 4. INTRODUCTION Artificial Neural Networks (ANNs) are relatively crude electronic odels based on the neural structure of the brain. The brain learns fro experience.

More information

Factored Models for Probabilistic Modal Logic

Factored Models for Probabilistic Modal Logic Proceedings of the Twenty-Third AAAI Conference on Artificial Intelligence (2008 Factored Models for Probabilistic Modal Logic Afsaneh Shirazi and Eyal Air Coputer Science Departent, University of Illinois

More information

An Optimal Task Allocation Model for System Cost Analysis in Heterogeneous Distributed Computing Systems: A Heuristic Approach

An Optimal Task Allocation Model for System Cost Analysis in Heterogeneous Distributed Computing Systems: A Heuristic Approach An Optial Tas Allocation Model for Syste Cost Analysis in Heterogeneous Distributed Coputing Systes: A Heuristic Approach P. K. Yadav Central Building Research Institute, Rooree- 247667, Uttarahand (INDIA)

More information

Image restoration for a rectangular poor-pixels detector

Image restoration for a rectangular poor-pixels detector Iage restoration for a rectangular poor-pixels detector Pengcheng Wen 1, Xiangjun Wang 1, Hong Wei 2 1 State Key Laboratory of Precision Measuring Technology and Instruents, Tianjin University, China 2

More information

Real Time Target Tracking with Binary Sensor Networks and Parallel Computing

Real Time Target Tracking with Binary Sensor Networks and Parallel Computing Real Tie Target Tracking with Binary Sensor Networks and Parallel Coputing Hong Lin, John Rushing, Sara J. Graves, Steve Tanner, and Evans Criswell Abstract A parallel real tie data fusion and target tracking

More information

INTEGRATED ENVIRONMENT FOR STORING AND HANDLING INFORMATION IN TASKS OF INDUCTIVE MODELLING FOR BUSINESS INTELLIGENCE SYSTEMS

INTEGRATED ENVIRONMENT FOR STORING AND HANDLING INFORMATION IN TASKS OF INDUCTIVE MODELLING FOR BUSINESS INTELLIGENCE SYSTEMS Artificial Intelligence Methods and Techniques for Business and Engineering Applications 210 INTEGRATED ENVIRONMENT FOR STORING AND HANDLING INFORMATION IN TASKS OF INDUCTIVE MODELLING FOR BUSINESS INTELLIGENCE

More information

Halloween Costume Ideas for the Wii Game

Halloween Costume Ideas for the Wii Game Algorithica 2001) 30: 101 139 DOI: 101007/s00453-001-0003-0 Algorithica 2001 Springer-Verlag New York Inc Optial Search and One-Way Trading Online Algoriths R El-Yaniv, 1 A Fiat, 2 R M Karp, 3 and G Turpin

More information

Binary Embedding: Fundamental Limits and Fast Algorithm

Binary Embedding: Fundamental Limits and Fast Algorithm Binary Ebedding: Fundaental Liits and Fast Algorith Xinyang Yi The University of Texas at Austin yixy@utexas.edu Eric Price The University of Texas at Austin ecprice@cs.utexas.edu Constantine Caraanis

More information

Fuzzy Sets in HR Management

Fuzzy Sets in HR Management Acta Polytechnica Hungarica Vol. 8, No. 3, 2011 Fuzzy Sets in HR Manageent Blanka Zeková AXIOM SW, s.r.o., 760 01 Zlín, Czech Republic blanka.zekova@sezna.cz Jana Talašová Faculty of Science, Palacký Univerzity,

More information

A CHAOS MODEL OF SUBHARMONIC OSCILLATIONS IN CURRENT MODE PWM BOOST CONVERTERS

A CHAOS MODEL OF SUBHARMONIC OSCILLATIONS IN CURRENT MODE PWM BOOST CONVERTERS A CHAOS MODEL OF SUBHARMONIC OSCILLATIONS IN CURRENT MODE PWM BOOST CONVERTERS Isaac Zafrany and Sa BenYaakov Departent of Electrical and Coputer Engineering BenGurion University of the Negev P. O. Box

More information

Research Article Performance Evaluation of Human Resource Outsourcing in Food Processing Enterprises

Research Article Performance Evaluation of Human Resource Outsourcing in Food Processing Enterprises Advance Journal of Food Science and Technology 9(2): 964-969, 205 ISSN: 2042-4868; e-issn: 2042-4876 205 Maxwell Scientific Publication Corp. Subitted: August 0, 205 Accepted: Septeber 3, 205 Published:

More information

Impact of Processing Costs on Service Chain Placement in Network Functions Virtualization

Impact of Processing Costs on Service Chain Placement in Network Functions Virtualization Ipact of Processing Costs on Service Chain Placeent in Network Functions Virtualization Marco Savi, Massio Tornatore, Giacoo Verticale Dipartiento di Elettronica, Inforazione e Bioingegneria, Politecnico

More information

Evaluating Inventory Management Performance: a Preliminary Desk-Simulation Study Based on IOC Model

Evaluating Inventory Management Performance: a Preliminary Desk-Simulation Study Based on IOC Model Evaluating Inventory Manageent Perforance: a Preliinary Desk-Siulation Study Based on IOC Model Flora Bernardel, Roberto Panizzolo, and Davide Martinazzo Abstract The focus of this study is on preliinary

More information

Modeling Parallel Applications Performance on Heterogeneous Systems

Modeling Parallel Applications Performance on Heterogeneous Systems Modeling Parallel Applications Perforance on Heterogeneous Systes Jaeela Al-Jaroodi, Nader Mohaed, Hong Jiang and David Swanson Departent of Coputer Science and Engineering University of Nebraska Lincoln

More information

Mathematical Model for Glucose-Insulin Regulatory System of Diabetes Mellitus

Mathematical Model for Glucose-Insulin Regulatory System of Diabetes Mellitus Advances in Applied Matheatical Biosciences. ISSN 8-998 Volue, Nuber (0), pp. 9- International Research Publication House http://www.irphouse.co Matheatical Model for Glucose-Insulin Regulatory Syste of

More information

Method of supply chain optimization in E-commerce

Method of supply chain optimization in E-commerce MPRA Munich Personal RePEc Archive Method of supply chain optiization in E-coerce Petr Suchánek and Robert Bucki Silesian University - School of Business Adinistration, The College of Inforatics and Manageent

More information

How To Balance Over Redundant Wireless Sensor Networks Based On Diffluent

How To Balance Over Redundant Wireless Sensor Networks Based On Diffluent Load balancing over redundant wireless sensor networks based on diffluent Abstract Xikui Gao Yan ai Yun Ju School of Control and Coputer Engineering North China Electric ower University 02206 China Received

More information

Markov Models and Their Use for Calculations of Important Traffic Parameters of Contact Center

Markov Models and Their Use for Calculations of Important Traffic Parameters of Contact Center Markov Models and Their Use for Calculations of Iportant Traffic Paraeters of Contact Center ERIK CHROMY, JAN DIEZKA, MATEJ KAVACKY Institute of Telecounications Slovak University of Technology Bratislava

More information

Markovian inventory policy with application to the paper industry

Markovian inventory policy with application to the paper industry Coputers and Cheical Engineering 26 (2002) 1399 1413 www.elsevier.co/locate/copcheeng Markovian inventory policy with application to the paper industry K. Karen Yin a, *, Hu Liu a,1, Neil E. Johnson b,2

More information

ON SELF-ROUTING IN CLOS CONNECTION NETWORKS. BARRY G. DOUGLASS Electrical Engineering Department Texas A&M University College Station, TX 77843-3128

ON SELF-ROUTING IN CLOS CONNECTION NETWORKS. BARRY G. DOUGLASS Electrical Engineering Department Texas A&M University College Station, TX 77843-3128 ON SELF-ROUTING IN CLOS CONNECTION NETWORKS BARRY G. DOUGLASS Electrical Engineering Departent Texas A&M University College Station, TX 778-8 A. YAVUZ ORUÇ Electrical Engineering Departent and Institute

More information

PERFORMANCE METRICS FOR THE IT SERVICES PORTFOLIO

PERFORMANCE METRICS FOR THE IT SERVICES PORTFOLIO Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 4 (53) No. - 0 PERFORMANCE METRICS FOR THE IT SERVICES PORTFOLIO V. CAZACU I. SZÉKELY F. SANDU 3 T. BĂLAN Abstract:

More information

A Scalable Application Placement Controller for Enterprise Data Centers

A Scalable Application Placement Controller for Enterprise Data Centers W WWW 7 / Track: Perforance and Scalability A Scalable Application Placeent Controller for Enterprise Data Centers Chunqiang Tang, Malgorzata Steinder, Michael Spreitzer, and Giovanni Pacifici IBM T.J.

More information

Performance Evaluation of Machine Learning Techniques using Software Cost Drivers

Performance Evaluation of Machine Learning Techniques using Software Cost Drivers Perforance Evaluation of Machine Learning Techniques using Software Cost Drivers Manas Gaur Departent of Coputer Engineering, Delhi Technological University Delhi, India ABSTRACT There is a treendous rise

More information

Equivalent Tapped Delay Line Channel Responses with Reduced Taps

Equivalent Tapped Delay Line Channel Responses with Reduced Taps Equivalent Tapped Delay Line Channel Responses with Reduced Taps Shweta Sagari, Wade Trappe, Larry Greenstein {shsagari, trappe, ljg}@winlab.rutgers.edu WINLAB, Rutgers University, North Brunswick, NJ

More information

Airline Yield Management with Overbooking, Cancellations, and No-Shows JANAKIRAM SUBRAMANIAN

Airline Yield Management with Overbooking, Cancellations, and No-Shows JANAKIRAM SUBRAMANIAN Airline Yield Manageent with Overbooking, Cancellations, and No-Shows JANAKIRAM SUBRAMANIAN Integral Developent Corporation, 301 University Avenue, Suite 200, Palo Alto, California 94301 SHALER STIDHAM

More information

ADJUSTING FOR QUALITY CHANGE

ADJUSTING FOR QUALITY CHANGE ADJUSTING FOR QUALITY CHANGE 7 Introduction 7.1 The easureent of changes in the level of consuer prices is coplicated by the appearance and disappearance of new and old goods and services, as well as changes

More information

The Application of Bandwidth Optimization Technique in SLA Negotiation Process

The Application of Bandwidth Optimization Technique in SLA Negotiation Process The Application of Bandwidth Optiization Technique in SLA egotiation Process Srecko Krile University of Dubrovnik Departent of Electrical Engineering and Coputing Cira Carica 4, 20000 Dubrovnik, Croatia

More information

Considerations on Distributed Load Balancing for Fully Heterogeneous Machines: Two Particular Cases

Considerations on Distributed Load Balancing for Fully Heterogeneous Machines: Two Particular Cases Considerations on Distributed Load Balancing for Fully Heterogeneous Machines: Two Particular Cases Nathanaël Cheriere Departent of Coputer Science ENS Rennes Rennes, France nathanael.cheriere@ens-rennes.fr

More information

International Journal of Management & Information Systems First Quarter 2012 Volume 16, Number 1

International Journal of Management & Information Systems First Quarter 2012 Volume 16, Number 1 International Journal of Manageent & Inforation Systes First Quarter 2012 Volue 16, Nuber 1 Proposal And Effectiveness Of A Highly Copelling Direct Mail Method - Establishent And Deployent Of PMOS-DM Hisatoshi

More information

An Approach to Combating Free-riding in Peer-to-Peer Networks

An Approach to Combating Free-riding in Peer-to-Peer Networks An Approach to Cobating Free-riding in Peer-to-Peer Networks Victor Ponce, Jie Wu, and Xiuqi Li Departent of Coputer Science and Engineering Florida Atlantic University Boca Raton, FL 33431 April 7, 2008

More information

Extended-Horizon Analysis of Pressure Sensitivities for Leak Detection in Water Distribution Networks: Application to the Barcelona Network

Extended-Horizon Analysis of Pressure Sensitivities for Leak Detection in Water Distribution Networks: Application to the Barcelona Network 2013 European Control Conference (ECC) July 17-19, 2013, Zürich, Switzerland. Extended-Horizon Analysis of Pressure Sensitivities for Leak Detection in Water Distribution Networks: Application to the Barcelona

More information

A quantum secret ballot. Abstract

A quantum secret ballot. Abstract A quantu secret ballot Shahar Dolev and Itaar Pitowsky The Edelstein Center, Levi Building, The Hebrerw University, Givat Ra, Jerusale, Israel Boaz Tair arxiv:quant-ph/060087v 8 Mar 006 Departent of Philosophy

More information

Dynamic Placement for Clustered Web Applications

Dynamic Placement for Clustered Web Applications Dynaic laceent for Clustered Web Applications A. Karve, T. Kibrel, G. acifici, M. Spreitzer, M. Steinder, M. Sviridenko, and A. Tantawi IBM T.J. Watson Research Center {karve,kibrel,giovanni,spreitz,steinder,sviri,tantawi}@us.ib.co

More information

Pricing Asian Options using Monte Carlo Methods

Pricing Asian Options using Monte Carlo Methods U.U.D.M. Project Report 9:7 Pricing Asian Options using Monte Carlo Methods Hongbin Zhang Exaensarbete i ateatik, 3 hp Handledare och exainator: Johan Tysk Juni 9 Departent of Matheatics Uppsala University

More information

6. Time (or Space) Series Analysis

6. Time (or Space) Series Analysis ATM 55 otes: Tie Series Analysis - Section 6a Page 8 6. Tie (or Space) Series Analysis In this chapter we will consider soe coon aspects of tie series analysis including autocorrelation, statistical prediction,

More information

An Improved Decision-making Model of Human Resource Outsourcing Based on Internet Collaboration

An Improved Decision-making Model of Human Resource Outsourcing Based on Internet Collaboration International Journal of Hybrid Inforation Technology, pp. 339-350 http://dx.doi.org/10.14257/hit.2016.9.4.28 An Iproved Decision-aking Model of Huan Resource Outsourcing Based on Internet Collaboration

More information

LEAN FOR FRONTLINE MANAGERS IN HEALTHCARE An action learning programme for frontline healthcare managers

LEAN FOR FRONTLINE MANAGERS IN HEALTHCARE An action learning programme for frontline healthcare managers Course Code: L024 LEAN FOR FRONTLINE MANAGERS IN HEALTHCARE An action learning prograe for frontline healthcare anagers 6 days Green Belt equivalent Are you ready to challenge the status quo and transfor

More information

CLOSED-LOOP SUPPLY CHAIN NETWORK OPTIMIZATION FOR HONG KONG CARTRIDGE RECYCLING INDUSTRY

CLOSED-LOOP SUPPLY CHAIN NETWORK OPTIMIZATION FOR HONG KONG CARTRIDGE RECYCLING INDUSTRY CLOSED-LOOP SUPPLY CHAIN NETWORK OPTIMIZATION FOR HONG KONG CARTRIDGE RECYCLING INDUSTRY Y. T. Chen Departent of Industrial and Systes Engineering Hong Kong Polytechnic University, Hong Kong yongtong.chen@connect.polyu.hk

More information

Adaptive Modulation and Coding for Unmanned Aerial Vehicle (UAV) Radio Channel

Adaptive Modulation and Coding for Unmanned Aerial Vehicle (UAV) Radio Channel Recent Advances in Counications Adaptive odulation and Coding for Unanned Aerial Vehicle (UAV) Radio Channel Airhossein Fereidountabar,Gian Carlo Cardarilli, Rocco Fazzolari,Luca Di Nunzio Abstract In

More information

Introduction to the Microsoft Sync Framework. Michael Clark Development Manager Microsoft

Introduction to the Microsoft Sync Framework. Michael Clark Development Manager Microsoft Introduction to the Michael Clark Developent Manager Microsoft Agenda Why Is Sync both Interesting and Hard Sync Fraework Overview Using the Sync Fraework Future Directions Suary Why Is Sync Iportant Coputing

More information

Data Streaming Algorithms for Estimating Entropy of Network Traffic

Data Streaming Algorithms for Estimating Entropy of Network Traffic Data Streaing Algoriths for Estiating Entropy of Network Traffic Ashwin Lall University of Rochester Vyas Sekar Carnegie Mellon University Mitsunori Ogihara University of Rochester Jun (Ji) Xu Georgia

More information

Storing and Accessing Live Mashup Content in the Cloud

Storing and Accessing Live Mashup Content in the Cloud Storing and Accessing Live Mashup Content in the Cloud Krzysztof Ostrowski Cornell University Ithaca, NY 14853, USA krzys@cs.cornell.edu Ken Biran Cornell University Ithaca, NY 14853, USA ken@cs.cornell.edu

More information

Models and Algorithms for Stochastic Online Scheduling 1

Models and Algorithms for Stochastic Online Scheduling 1 Models and Algoriths for Stochastic Online Scheduling 1 Nicole Megow Technische Universität Berlin, Institut für Matheatik, Strasse des 17. Juni 136, 10623 Berlin, Gerany. eail: negow@ath.tu-berlin.de

More information

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, ACCEPTED FOR PUBLICATION 1. Secure Wireless Multicast for Delay-Sensitive Data via Network Coding

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, ACCEPTED FOR PUBLICATION 1. Secure Wireless Multicast for Delay-Sensitive Data via Network Coding IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, ACCEPTED FOR PUBLICATION 1 Secure Wireless Multicast for Delay-Sensitive Data via Network Coding Tuan T. Tran, Meber, IEEE, Hongxiang Li, Senior Meber, IEEE,

More information

The AGA Evaluating Model of Customer Loyalty Based on E-commerce Environment

The AGA Evaluating Model of Customer Loyalty Based on E-commerce Environment 6 JOURNAL OF SOFTWARE, VOL. 4, NO. 3, MAY 009 The AGA Evaluating Model of Custoer Loyalty Based on E-coerce Environent Shaoei Yang Econoics and Manageent Departent, North China Electric Power University,

More information

Optimal Resource-Constraint Project Scheduling with Overlapping Modes

Optimal Resource-Constraint Project Scheduling with Overlapping Modes Optial Resource-Constraint Proect Scheduling with Overlapping Modes François Berthaut Lucas Grèze Robert Pellerin Nathalie Perrier Adnène Hai February 20 CIRRELT-20-09 Bureaux de Montréal : Bureaux de

More information

Information Processing Letters

Information Processing Letters Inforation Processing Letters 111 2011) 178 183 Contents lists available at ScienceDirect Inforation Processing Letters www.elsevier.co/locate/ipl Offline file assignents for online load balancing Paul

More information

Managing Complex Network Operation with Predictive Analytics

Managing Complex Network Operation with Predictive Analytics Managing Coplex Network Operation with Predictive Analytics Zhenyu Huang, Pak Chung Wong, Patrick Mackey, Yousu Chen, Jian Ma, Kevin Schneider, and Frank L. Greitzer Pacific Northwest National Laboratory

More information

Leak detection in open water channels

Leak detection in open water channels Proceedings of the 17th World Congress The International Federation of Autoatic Control Seoul, Korea, July 6-11, 28 Leak detection in open water channels Erik Weyer Georges Bastin Departent of Electrical

More information

Exploiting Hardware Heterogeneity within the Same Instance Type of Amazon EC2

Exploiting Hardware Heterogeneity within the Same Instance Type of Amazon EC2 Exploiting Hardware Heterogeneity within the Sae Instance Type of Aazon EC2 Zhonghong Ou, Hao Zhuang, Jukka K. Nurinen, Antti Ylä-Jääski, Pan Hui Aalto University, Finland; Deutsch Teleko Laboratories,

More information

Quality evaluation of the model-based forecasts of implied volatility index

Quality evaluation of the model-based forecasts of implied volatility index Quality evaluation of the odel-based forecasts of iplied volatility index Katarzyna Łęczycka 1 Abstract Influence of volatility on financial arket forecasts is very high. It appears as a specific factor

More information

Efficient Key Management for Secure Group Communications with Bursty Behavior

Efficient Key Management for Secure Group Communications with Bursty Behavior Efficient Key Manageent for Secure Group Counications with Bursty Behavior Xukai Zou, Byrav Raaurthy Departent of Coputer Science and Engineering University of Nebraska-Lincoln Lincoln, NE68588, USA Eail:

More information

Work Travel and Decision Probling in the Network Marketing World

Work Travel and Decision Probling in the Network Marketing World TRB Paper No. 03-4348 WORK TRAVEL MODE CHOICE MODELING USING DATA MINING: DECISION TREES AND NEURAL NETWORKS Chi Xie Research Assistant Departent of Civil and Environental Engineering University of Massachusetts,

More information

Comment on On Discriminative vs. Generative Classifiers: A Comparison of Logistic Regression and Naive Bayes

Comment on On Discriminative vs. Generative Classifiers: A Comparison of Logistic Regression and Naive Bayes Coent on On Discriinative vs. Generative Classifiers: A Coparison of Logistic Regression and Naive Bayes Jing-Hao Xue (jinghao@stats.gla.ac.uk) and D. Michael Titterington (ike@stats.gla.ac.uk) Departent

More information

The Research of Measuring Approach and Energy Efficiency for Hadoop Periodic Jobs

The Research of Measuring Approach and Energy Efficiency for Hadoop Periodic Jobs Send Orders for Reprints to reprints@benthascience.ae 206 The Open Fuels & Energy Science Journal, 2015, 8, 206-210 Open Access The Research of Measuring Approach and Energy Efficiency for Hadoop Periodic

More information

Exercise 4 INVESTIGATION OF THE ONE-DEGREE-OF-FREEDOM SYSTEM

Exercise 4 INVESTIGATION OF THE ONE-DEGREE-OF-FREEDOM SYSTEM Eercise 4 IVESTIGATIO OF THE OE-DEGREE-OF-FREEDOM SYSTEM 1. Ai of the eercise Identification of paraeters of the euation describing a one-degree-of- freedo (1 DOF) atheatical odel of the real vibrating

More information

Towards Change Management Capability Assessment Model for Contractors in Building Project

Towards Change Management Capability Assessment Model for Contractors in Building Project Middle-East Journal of Scientific Research 23 (7): 1327-1333, 2015 ISSN 1990-9233 IDOSI Publications, 2015 DOI: 10.5829/idosi.ejsr.2015.23.07.120 Towards Change Manageent Capability Assessent Model for

More information

Load Control for Overloaded MPLS/DiffServ Networks during SLA Negotiation

Load Control for Overloaded MPLS/DiffServ Networks during SLA Negotiation Int J Counications, Network and Syste Sciences, 29, 5, 422-432 doi:14236/ijcns292547 Published Online August 29 (http://wwwscirporg/journal/ijcns/) Load Control for Overloaded MPLS/DiffServ Networks during

More information

The Model of Lines for Option Pricing with Jumps

The Model of Lines for Option Pricing with Jumps The Model of Lines for Option Pricing with Jups Claudio Albanese, Sebastian Jaiungal and Ditri H Rubisov January 17, 21 Departent of Matheatics, University of Toronto Abstract This article reviews a pricing

More information

ABSTRACT KEYWORDS. Comonotonicity, dependence, correlation, concordance, copula, multivariate. 1. INTRODUCTION

ABSTRACT KEYWORDS. Comonotonicity, dependence, correlation, concordance, copula, multivariate. 1. INTRODUCTION MEASURING COMONOTONICITY IN M-DIMENSIONAL VECTORS BY INGE KOCH AND ANN DE SCHEPPER ABSTRACT In this contribution, a new easure of coonotonicity for -diensional vectors is introduced, with values between

More information

Presentation Safety Legislation and Standards

Presentation Safety Legislation and Standards levels in different discrete levels corresponding for each one to a probability of dangerous failure per hour: > > The table below gives the relationship between the perforance level (PL) and the Safety

More information

PREDICTION OF POSSIBLE CONGESTIONS IN SLA CREATION PROCESS

PREDICTION OF POSSIBLE CONGESTIONS IN SLA CREATION PROCESS PREDICTIO OF POSSIBLE COGESTIOS I SLA CREATIO PROCESS Srećko Krile University of Dubrovnik Departent of Electrical Engineering and Coputing Cira Carica 4, 20000 Dubrovnik, Croatia Tel +385 20 445-739,

More information

Calculation Method for evaluating Solar Assisted Heat Pump Systems in SAP 2009. 15 July 2013

Calculation Method for evaluating Solar Assisted Heat Pump Systems in SAP 2009. 15 July 2013 Calculation Method for evaluating Solar Assisted Heat Pup Systes in SAP 2009 15 July 2013 Page 1 of 17 1 Introduction This docuent describes how Solar Assisted Heat Pup Systes are recognised in the National

More information

Resource Allocation in Wireless Networks with Multiple Relays

Resource Allocation in Wireless Networks with Multiple Relays Resource Allocation in Wireless Networks with Multiple Relays Kağan Bakanoğlu, Stefano Toasin, Elza Erkip Departent of Electrical and Coputer Engineering, Polytechnic Institute of NYU, Brooklyn, NY, 0

More information

AutoHelp. An 'Intelligent' Case-Based Help Desk Providing. Web-Based Support for EOSDIS Customers. A Concept and Proof-of-Concept Implementation

AutoHelp. An 'Intelligent' Case-Based Help Desk Providing. Web-Based Support for EOSDIS Customers. A Concept and Proof-of-Concept Implementation //j yd xd/_ ' Year One Report ":,/_i',:?,2... i" _.,.j- _,._".;-/._. ","/ AutoHelp An 'Intelligent' Case-Based Help Desk Providing Web-Based Support for EOSDIS Custoers A Concept and Proof-of-Concept Ipleentation

More information

The Fundamentals of Modal Testing

The Fundamentals of Modal Testing The Fundaentals of Modal Testing Application Note 243-3 Η(ω) = Σ n r=1 φ φ i j / 2 2 2 2 ( ω n - ω ) + (2ξωωn) Preface Modal analysis is defined as the study of the dynaic characteristics of a echanical

More information

SOME APPLICATIONS OF FORECASTING Prof. Thomas B. Fomby Department of Economics Southern Methodist University May 2008

SOME APPLICATIONS OF FORECASTING Prof. Thomas B. Fomby Department of Economics Southern Methodist University May 2008 SOME APPLCATONS OF FORECASTNG Prof. Thoas B. Foby Departent of Econoics Southern Methodist University May 8 To deonstrate the usefulness of forecasting ethods this note discusses four applications of forecasting

More information

Modeling operational risk data reported above a time-varying threshold

Modeling operational risk data reported above a time-varying threshold Modeling operational risk data reported above a tie-varying threshold Pavel V. Shevchenko CSIRO Matheatical and Inforation Sciences, Sydney, Locked bag 7, North Ryde, NSW, 670, Australia. e-ail: Pavel.Shevchenko@csiro.au

More information

Design of Model Reference Self Tuning Mechanism for PID like Fuzzy Controller

Design of Model Reference Self Tuning Mechanism for PID like Fuzzy Controller Research Article International Journal of Current Engineering and Technology EISSN 77 46, PISSN 347 56 4 INPRESSCO, All Rights Reserved Available at http://inpressco.co/category/ijcet Design of Model Reference

More information

Gaussian Processes for Regression: A Quick Introduction

Gaussian Processes for Regression: A Quick Introduction Gaussian Processes for Regression A Quick Introduction M Ebden, August 28 Coents to arkebden@engoacuk MOTIVATION Figure illustrates a typical eaple of a prediction proble given soe noisy observations of

More information

Energy Efficient VM Scheduling for Cloud Data Centers: Exact allocation and migration algorithms

Energy Efficient VM Scheduling for Cloud Data Centers: Exact allocation and migration algorithms Energy Efficient VM Scheduling for Cloud Data Centers: Exact allocation and igration algoriths Chaia Ghribi, Makhlouf Hadji and Djaal Zeghlache Institut Mines-Téléco, Téléco SudParis UMR CNRS 5157 9, Rue

More information

A Study on the Chain Restaurants Dynamic Negotiation Games of the Optimization of Joint Procurement of Food Materials

A Study on the Chain Restaurants Dynamic Negotiation Games of the Optimization of Joint Procurement of Food Materials International Journal of Coputer Science & Inforation Technology (IJCSIT) Vol 6, No 1, February 2014 A Study on the Chain estaurants Dynaic Negotiation aes of the Optiization of Joint Procureent of Food

More information

Capacity of Multiple-Antenna Systems With Both Receiver and Transmitter Channel State Information

Capacity of Multiple-Antenna Systems With Both Receiver and Transmitter Channel State Information IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 49, NO., OCTOBER 23 2697 Capacity of Multiple-Antenna Systes With Both Receiver and Transitter Channel State Inforation Sudharan K. Jayaweera, Student Meber,

More information

Audio Engineering Society. Convention Paper. Presented at the 119th Convention 2005 October 7 10 New York, New York USA

Audio Engineering Society. Convention Paper. Presented at the 119th Convention 2005 October 7 10 New York, New York USA Audio Engineering Society Convention Paper Presented at the 119th Convention 2005 October 7 10 New York, New York USA This convention paper has been reproduced fro the authors advance anuscript, without

More information

Evaluating the Effectiveness of Task Overlapping as a Risk Response Strategy in Engineering Projects

Evaluating the Effectiveness of Task Overlapping as a Risk Response Strategy in Engineering Projects Evaluating the Effectiveness of Task Overlapping as a Risk Response Strategy in Engineering Projects Lucas Grèze Robert Pellerin Nathalie Perrier Patrice Leclaire February 2011 CIRRELT-2011-11 Bureaux

More information

Cooperative Caching for Adaptive Bit Rate Streaming in Content Delivery Networks

Cooperative Caching for Adaptive Bit Rate Streaming in Content Delivery Networks Cooperative Caching for Adaptive Bit Rate Streaing in Content Delivery Networs Phuong Luu Vo Departent of Coputer Science and Engineering, International University - VNUHCM, Vietna vtlphuong@hciu.edu.vn

More information

Position Auctions and Non-uniform Conversion Rates

Position Auctions and Non-uniform Conversion Rates Position Auctions and Non-unifor Conversion Rates Liad Blurosen Microsoft Research Mountain View, CA 944 liadbl@icrosoft.co Jason D. Hartline Shuzhen Nong Electrical Engineering and Microsoft AdCenter

More information

Workflow Management in Cloud Computing

Workflow Management in Cloud Computing Workflow Manageent in Cloud Coputing Monika Bharti M.E. student Coputer Science and Engineering Departent Thapar University, Patiala Anju Bala Assistant Professor Coputer Science and Engineering Departent

More information