MULTIAGENT Resource Allocation (MARA) is the

Size: px
Start display at page:

Download "MULTIAGENT Resource Allocation (MARA) is the"

Transcription

1 EDIC RESEARCH PROPOSAL 1 Designing Negotiation Protocols for Utility Maxiization in Multiagent Resource Allocation Tri Kurniawan Wijaya LSIR, I&C, EPFL Abstract Resource allocation is one of the ain concerns in econoics and coputer science. We focus on the resource allocation to several agents or consuers, especially on how we can find such allocation such that agent s utility is axiized. We start with the introduction of ultiagent resource allocation. Then, we continue with an approach to deal with two or ore utility functions in a nonlinear way. Finally, we present the application of MARA in the sart grid doain, where each agent optiizes her own electricity consuption scheduling to reduce her bill results in iniizing overall syste cost. Index Ters ultiagent systes, negotiation, auction, sart grid I. INTRODUCTION MULTIAGENT Resource Allocation MARA is the process of distributing a nuber of ites aongst a nuber of agents [1]. Recently, MARA has been applied in any applications. As an exaple, in Section III, we describe an application of MARA in the sart grid, where we discuss about distributing resources electricity load to agents consuers in order to iniize cost. There are several key concepts in MARA: resources: ites that are being distributed, Proposal subitted to coittee: July 5th, 2012; Candidacy exa date: July 12th, 2012; Candidacy exa coittee: Boi Faltings, Karl Aberer, Jean-Yves Le Boudec. This research plan has been approved: Date: Doctoral candidate: nae and signature Thesis director: nae and signature Thesis co-director: if applicable nae and signature Doct. prog. director: R. Urbanke signature EDIC-ru/ agents: entities who receive the resources, allocation: a distribution of resources aong agents, agent preferences/valuations: how uch an agent gives a value to a resources, In addition, there are two other iportant notions, naely social welfare and allocation procedure, that we describe in the following subsections. A. Social Welfare In MARA we ai to achieve an optial allocation, or at least nearly-optial when finding the optial one is considered as coputationally expensive. The notion of optial allocation is easured based on agents utility on the allocation. In this case, social welfare is a odel to aggregate agents utility. Let us denote the set of agents as N. Pareto optiality. Each agent i N has a preference relation i. Let P and Q be allocations. Then, P i Q eans that agent i prefers allocation P no ore than Q, i.e. agent i s utility for allocation P is less than or equal to her utility for allocation Q. Whereas, P i Q eans that P i Q but not Q i P An allocation P is Pareto-doinated by another allocation Q if and only if: i P i Q for all agents i N, and ii P i Q for at least one agent i N. An allocation is pareto optial or pareto efficient if and only if it is not pareto-doinated by any other allocation. Utilitarian social welfare. Let u i be the utility function of agent i for an allocation. Assue that we have two allocations, P and Q, then u i P u i Q eans that agent i likes allocation P no ore than Q. Then, the utilitarian social welfare of the allocation P is defined as the su of all agents utility for P, i.e., sw u P = i N u i P. When we axiize the utilitarian social welfare, it eans that we axiize the total utility of all agents with respect to the allocation. Egalitarian social welfare. Using the definition of agent s utility as in the utilitarian social welfare above, the egalitarian social welfare of the allocation P is defined as: sw e P = in{u i P i N }. When we axiize the egalitarian social welfare, it eans that we ai to axiize the lowest utility of any agent i N with respect to the allocation.

2 EDIC RESEARCH PROPOSAL 2 B. Allocation Procedures An allocation procedure is a way to find an allocation of resources. Centralized vs. Distributed. In ost of the cases, centralized way is preferred because of its siplicity in the counication protocols and hence, often regarded as sipler echanis. However, soeties it is difficult to find an entity could be a third party, or one of the agents which is able to act as the ediator, because of its liitation in the coputational power since soe centralized allocation algorith could be coputationally hard or lack of trustworthiness. While for distributed approach, the allocation algorith could be ore feasible. Auction. In the auction, agents report their preference/valuation of the resource. This process is called as bidding, while the agents are called as the bidders. The winner of the auction, i.e. the agent who gets the resource is deterined by the auctioneer. Bidding ay be open publicly such as in English or Dutch auction or private such as in Vickrey auction. We refer the reader to [3] for ore extensive text on auctions. Negotiation Protocol Contract-Net [5]. This protocol was priarily designed for task allocation, however, it is also suited for MARA. The protocol consists of two roles anager and bidder and four phases: i Announceent phase: the anager counicates the resource available to the agents the bidders. ii Bidding phase: the bidders subit their proposal to the anager. iii Assignent phase: the anager elects the best bid and assigns the resource. iv Confiration phase: the elected bidder confirs whether she wants to obtain the resource or not. This protocol is siilar to auction, except that in Contract- Net, there is a confiration phase for the elected bidder or the winner in the auction to confir whether she wants to obtain the resource. Instead of confiration, the last phase in the Contract-Net can also be seen as an opportunity for the elected bidder to cancel her bid. Most of the works in the negotiation in ultiagent environents consider linear utility function for each agent. However, soeties nonlinear utility representation is necessary. This challenge is discussed in the next section. Then, in Section III we discuss about an application of MARA in the sart grid doain. Finally, we conclude with suary and research plan. II. NEGOTIATION PROTOCOL WITH NONLINEAR UTILITY SPACES In this section, we consider a ulti-issue negotiation protocol with nonlinear utility spaces [2]. In reality, negotiations often involve interdependent and ultiple issues. Consider an exaple when two designers design a new car, then there are ultiple issues to be discussed, e.g. engine, color, tire, etc. Each designer has her own preferences over these issues, and each issue has her own constraint. For exaple, if the tire is large, and the body style is R.V., then the size of the Fig. 1: A constraint which has value 55 for issue 1 between 3 and 7, and issue 2 between 4 and 6 [2]. engine needs to be larger than 2,500 cc. This interdependency between issue akes linear representation of agent s utility often not expressive enough. The work in [2] addressed this challenge by proposing a negotiation protocol with nonlinear utility spaces. In addition, because a constraint between tire and engine could be different between copany, the work in [2] also enables each agent to express her own constraints for each issue. Notation. Let us denote N to be the set of agents and S = {s 1,..., s } be the set of issues to be negotiated. The nuber of issues, S, represents the diensions of the utility spaces. For each issue s S, we have s [0, X], where [0, X] is an integer doain fro 0 to X. A contract is a vector of issue values, i.e. s = [s 1,... s ]. Let C be a set of constraints. A constraint c k C is a hyper diensional solid aong ultiple issues having value w i c k, s for agent i N if it is satisfied by contract s. Figure 1 shows an exaple of a constraint over issue 1 and 2, which has value 55 if issue 1 is in [3,7] and issue 2 is in [4,6]. A utility for agent i for a contract s is defined as: u i s = w i c k, s c k C, s xc k where xc k is a set of possible contracts solutions of c k. Bid generation. Before a negotiation to reach a deal, each agent akes bids, where each bid contains a contract point: i Sapling: each agent saples her utility space. ii Adjusting: for each point sapled, each agent adjusts her sapling point in order to find local optiu. This can be done using nonlinear optiizer, such as siulated annealing. Figure 2 gives an illustration. iii Bidding: for each adjusted contract point, an agent calculate her utility. If the utility is larger than a threshold δ, then she defines a bid which consists of a set of constraints containing the contract. The bid value is the su of the value of constraints included in the bid. Deal identification. A ediator identifies the final contract by finding cobinations of bids that share at least soe contract

3 EDIC RESEARCH PROPOSAL 3 described. Second, a distributed algorith executed by each consuer to iniize overall syste cost is presented. A. Syste Modeling Fig. 2: Each agent adjusts each of her saple point in order to find local optiu [2]. Load Modeling. Let us denote N as the set of consuers or the agents, and H = {1,... H} as an hourly tie slot in a day where H = 24. The daily electricity load of consuer n N is denoted by l n = [l 1 n,..., l H n ]. Then, we can define the total load over all consuers at a tie slot h H as L h = n N l h n. The peak load of a day can be coputed as L peak = ax h H L h, and the average load of a day is L avg = h H L h. 1 H Energy cost odel. considered: There are two assuptions that are i the cost functions are increasing, i.e. for each h H C h L h < C h L h, L h < L h ii the cost functions are strictly convex, i.e. for each h H C h θl h + 1 θl h < θc h L h + 1 θc h L h where θ R and 0 < θ < 1. An exaple of an actual energy cost function which satisfies both assuptions is the quadratic cost function: C h L h = a h L h 2 + b h L h + c h [6]. Energy consuption scheduling. Let A n denote a set of electronic appliances owned by consuer n N. For each appliance a A n, we denote its load consuption for each tie slot of the day as: x n,a = [x 1 n,a,... x H n,a] Fig. 3: An exaple of deal identification process. The best contract point which axiizes the utility is chosen [2]. points consistent and then she chooses a contract point which axiizes the total value of the bids axiization. When the ediator cannot find any bids that share contract points, especially when the sapling size is sall or the threshold is high, the negotiation fails to achieve an agreeent. Figure 3 shows an exaple of a deal identification process. III. DISTRIBUTED ELECTRICITY LOAD ALLOCATION IN THE SMART GRID In this section, we discuss about a work in deand side anageent, based on [4]. In this work, we do not ai to reduce the aount of the electricity consued by consuers. Instead, we ai to reduce her and eventually overall energy cost by adjusting her consuption schedule. In this case we regard consuer s cost as her utility. The less the cost she has to pay, the higher her utility is. First, the syste is briefly where x h n,a is the energy consuption of consuer n for appliance a at tie slot h H. Then, we have for each h H: ln h = 1 a A n x h n,a Constraints. In addition, we define the total energy requireent of consuer n N for appliance a A n in a day as E n,a. In order to capture consuer tie preferences to turn on an appliance, we define α n,a as the consuer n preferred starting tie for appliance a and β n,a as the ending tie, where α n,a < β n,a. Furtherore, we define a feasible tie range H na = {α n,a,..., β n,a }. Then, it is required that: = E n,a 2 and h H n,a x h n,a x h n,a = 0, h H \ H n,a 3 For appliance s energy constraint, we define γn,a in and γn,a ax as the iniu standby and axiu energy level of

4 EDIC RESEARCH PROPOSAL 4 appliance a A n respectively. Hence, it is required that for all h H n,a, γn,a in x h n,a γn,a ax 4 Energy cost iniization. Let us denote x n as the vector of energy consuption x n,a of consuer n N for all appliances a A n. Given the price function, we want to iniize the energy cost: in C h x h n,a x n X n, n N h H n N a A n where X n is the set of all possible energy consuption schedule x n satisfying Eq. 2, 3, and 4. Consuer s bill. For consuer n N we denote her daily electricity bill as b n. We require that: b n C h ln h 5 n N h H n N which eans that the total bill over all consuer should be greater or equal the total energy cost. In order to get the profit ratio ade by the copany we can also rewrite Eq. 5 as: n N κ = b n 1 6 h H C h n N lh n where κ is the profit ratio ade by the energy copany. It is clear that if κ = 1 then it eans that consuer s total bill equal to the total energy cost, and when κ > 1 it eans that the energy copany ade profit. In addition, in order to be fair, we require that the larger electricity load consued, the higher the bill should be, i.e. for consuer n, N : b n b = h H lh In order to analyze the bill ade by a particular consuer with respect to all other consuers, we can also rewrite Eq. 7 as: b = b n b = b n b n = h H lh h H lh h H lh b Let us denote L n as the total load of consuer n N in a day, i.e. L n =. Then we can rewrite Eq. 8 as: L n b n = L b 9 which shows that the bill consuer n has to pay is proportional to her load with respect to the total load and the total bill of all consuers. 7 8 B. Distributed Optiization In order to get the details on how the cost function relate to the consuer bill, we can use Eq. 6, and rewrite Eq. 9 above as: b n = = κ L n L C h h H κ L n L C h ln h + h H l h \n l h 10 Then, for connecting consuer s bill with her detail consuption schedule for each appliance x h n,a, we can use Eq. 1 to rewrite the ter l h n in Eq. 10: κ L n b n = L C h x h n,a + l h h H a A n \n 11 Fro Eq. 11, we can see that in order to iniize her bill b n, consuer n can change her consuption schedule the ter x h n,a in Eq. 11. In other words, consuer n should find consuption scheduling vector x n which iniize b n in Eq. 11. Indeed, this is the case, as has been shown in [4]. In addition, to find a consuption schedule which iniize her bill, the only inforation consuer n needs to know is the total consuption over all consuers for each tie slot h H. This is another advantage fro privacy point of view since a consuer do not need to reveal her detail appliance consuption schedule to the other consuers. Algorith 1 shows the procedure on how the consuer n N interact with the syste and update her consuption schedule in order to iniize her bill. In the beginning, the initial load l n and l n is deterined by rando since it is unknown where l n is the load vector for the set of consuers N \ n. Then, in the beginning tie of the day, the schedule optiization is perfored line 3 and 4. However, since this can also be seen as a day-ahead optiization, the optiization can also be done at any given tie point of the day to deterine toorrow s schedule. When there is an update on the schedule, the consuer update her schedule and announces it to the syste line 5-7. And vice versa, when there are soe external updates fro other consuers an update essage is received and we update l n line This procedure continue until there is no update in the syste line 12. It has been shown in [4] that when each consuer does this her own optiization, eventually overall energy cost is iniized. However, this requires consuers to update their consuption schedule not in the sae tie. Otherwise, there will be an oscillation between the cheap or expensive tie slot. In this case, the solution proposed in [4] is that each consuer should take turn to update her schedule. The turn allocation is assued to be controlled by the energy copany. IV. SUMMARY First, we introduced ultiagent resource allocation. In particular we focused on the notion of social welfare and allocation procedure. Second, we presented a negotiation protocol to

5 EDIC RESEARCH PROPOSAL 5 Algorith 1: Schedule optiization - for consuer n 1 Randoly initialize l n and l n 2 repeat 3 At the beginning of the day, 4 find x n which iniize Eq if x n is different fro the current schedule x n then 6 update the schedule, x n x n 7 broadcast l n to the syste 8 end 9 if update essage is received then 10 update l n accordingly 11 end 12 until no consuer announces new schedule deal with nonlinear utility spaces. We regarded this approach as a unique one, since ost of the approaches in the literature cobined two or ore utility functions in linear fashion. And finally, we discussed an application exaple of ultiagent resource allocation in the sart grid doain. A pricing echanis, which depends on the aount of load consued at a particular hour, is used to encourage consuer to adjust their consuption schedule such that her and overall energy cost is iniized. V. RESEARCH PLAN First, I the author plan to consider the notion of consuer convenience and study how it can play a role in the work by [4]. Then, we will have two utilities, naely consuer energy cost and consuer convenience. In this case, I also would like to consider the approach by [2], especially on their deal identification algorith. However, since the deal identification in [2] is a centralized approach, we ight have to drop the distributed properties of algorith 1. Second, the work in [2] is particularly interesting in how they deal with nonlinear utility spaces. However, their negotiation protocol can be better in ters of finding an agreeent between agents. In [2], for a bid, each agent considers only contract points in their local optia which has value greater than a threshold. Consider a case when an agreeent cannot be achieved, but actually there could be an agreeent if soe agents subit a bid which is not their local optia but still have values greater than the threshold. When we regard an agreeent is better than no agreeent at all, then we know fro the case above that we can iprove the negotiation protocol. The idea is to put all contract points which have values ore than the threshold into the bids. Then, we let the deal identification process possibly with soe odification deterine the agreeent which axiizes agents utility. The side effect of the proposed idea is that the deal identification now has to consider uch ore bids than the current version. Third, the solution proposed in [4] to take turn in order to avoid all consuers update their schedule in the sae tie can take a long tie before it has an effect to the overall energy cost when we have a large nuber of consuers. Hence, I propose to assign a so called participation rate to each consuer, which is a probability whether a consuer should update her schedule or not for that particular day. Another advantage of this idea is that we require no centralized control for the optiization since taking turn echanis is no longer needed. Fourth, in the sart grid, having such a high peak load is undesirable since this high load is a potential cause for a power failure and incur an expensive generation cost. Inline with the work in [4], I would like to analyze and understand consuer s consuption profile in order to give a highly accurate suggestion to consuers on how they can shift their consuption schedule such that the peak load and overall energy cost is reduced. REFERENCES [1] Y. Chevaleyre, P. E. Dunne, U. Endriss, J. Lang, M. Leatre, N. Maudet, J. Padget, S. Phelps, J. A. Rodrguez-aguilar, and P. Sousa, Issues in ultiagent resource allocation, Inforatica, vol. 30, p. 2006, [2] T. Ito, H. Hattori, and M. Klein, Multi-issue negotiation protocol for agents: exploring nonlinear utility spaces, in Proceedings of the 20th international joint conference on Artifical intelligence, ser. IJCAI 07. San Francisco, CA, USA: Morgan Kaufann Publishers Inc., 2007, pp [3] V. Krishna, Auction Theory. Acadeic Press, Mar [4] A. Mohsenian-Rad, V. W. S. Wong, J. Jatskevich, R. Schober, and A. Leon-Garcia, Autonoous Deand-Side Manageent Based on Gae-Theoretic Energy Consuption Scheduling for the Future Sart Grid, IEEE Transactions on Sart Grid, vol. 1, no. 3, pp , Dec [5] R. G. Sith, Distributed artificial intelligence, A. H. Bond and L. Gasser, Eds. San Francisco, CA, USA: Morgan Kaufann Publishers Inc., 1988, ch. The contract net protocol: high-level counication and control in a distributed proble solver, pp [6] A. J. Wood and B. F. Wollenberg, Power Generation, Operation, and Control. Wiley-Interscience, January 1996.

Outperforming the Competition in Multi-Unit Sealed Bid Auctions

Outperforming the Competition in Multi-Unit Sealed Bid Auctions Outperforing the Copetition in Multi-Unit Sealed Bid Auctions ABSTRACT Ioannis A. Vetsikas School of Electronics and Coputer Science University of Southapton Southapton SO17 1BJ, UK iv@ecs.soton.ac.uk

More information

Graphical Models in Local, Asymmetric Multi-Agent Markov Decision Processes

Graphical Models in Local, Asymmetric Multi-Agent Markov Decision Processes Graphical Models in Local, Asyetric Multi-Agent Markov Decision Processes Ditri Dolgov and Edund Durfee Departent of Electrical Engineering and Coputer Science University of Michigan Ann Arbor, MI 48109

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China 6th International Conference on Machinery, Materials, Environent, Biotechnology and Coputer (MMEBC 06) Solving Multi-Sensor Multi-Target Assignent Proble Based on Copositive Cobat Efficiency and QPSO Algorith

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

Lecture October 23. Scribes: Ruixin Qiang and Alana Shine

Lecture October 23. Scribes: Ruixin Qiang and Alana Shine CSCI699: Topics in Learning and Gae Theory Lecture October 23 Lecturer: Ilias Scribes: Ruixin Qiang and Alana Shine Today s topic is auction with saples. 1 Introduction to auctions Definition 1. In a single

More information

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis City University of New York (CUNY) CUNY Acadeic Works International Conference on Hydroinforatics 8-1-2014 Experiental Design For Model Discriination And Precise Paraeter Estiation In WDS Analysis Giovanna

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE Proceeding of the ASME 9 International Manufacturing Science and Engineering Conference MSEC9 October 4-7, 9, West Lafayette, Indiana, USA MSEC9-8466 MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL

More information

Fairness via priority scheduling

Fairness via priority scheduling Fairness via priority scheduling Veeraruna Kavitha, N Heachandra and Debayan Das IEOR, IIT Bobay, Mubai, 400076, India vavitha,nh,debayan}@iitbacin Abstract In the context of ulti-agent resource allocation

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks Intelligent Systes: Reasoning and Recognition Jaes L. Crowley MOSIG M1 Winter Seester 2018 Lesson 7 1 March 2018 Outline Artificial Neural Networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

Distributed Subgradient Methods for Multi-agent Optimization

Distributed Subgradient Methods for Multi-agent Optimization 1 Distributed Subgradient Methods for Multi-agent Optiization Angelia Nedić and Asuan Ozdaglar October 29, 2007 Abstract We study a distributed coputation odel for optiizing a su of convex objective functions

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t.

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t. CS 493: Algoriths for Massive Data Sets Feb 2, 2002 Local Models, Bloo Filter Scribe: Qin Lv Local Models In global odels, every inverted file entry is copressed with the sae odel. This work wells when

More information

Kernel Methods and Support Vector Machines

Kernel Methods and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley ENSIAG 2 / osig 1 Second Seester 2012/2013 Lesson 20 2 ay 2013 Kernel ethods and Support Vector achines Contents Kernel Functions...2 Quadratic

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

List Scheduling and LPT Oliver Braun (09/05/2017)

List Scheduling and LPT Oliver Braun (09/05/2017) List Scheduling and LPT Oliver Braun (09/05/207) We investigate the classical scheduling proble P ax where a set of n independent jobs has to be processed on 2 parallel and identical processors (achines)

More information

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation journal of coplexity 6, 459473 (2000) doi:0.006jco.2000.0544, available online at http:www.idealibrary.co on On the Counication Coplexity of Lipschitzian Optiization for the Coordinated Model of Coputation

More information

1 Proof of learning bounds

1 Proof of learning bounds COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #4 Scribe: Akshay Mittal February 13, 2013 1 Proof of learning bounds For intuition of the following theore, suppose there exists a

More information

Curious Bounds for Floor Function Sums

Curious Bounds for Floor Function Sums 1 47 6 11 Journal of Integer Sequences, Vol. 1 (018), Article 18.1.8 Curious Bounds for Floor Function Sus Thotsaporn Thanatipanonda and Elaine Wong 1 Science Division Mahidol University International

More information

New Slack-Monotonic Schedulability Analysis of Real-Time Tasks on Multiprocessors

New Slack-Monotonic Schedulability Analysis of Real-Time Tasks on Multiprocessors New Slack-Monotonic Schedulability Analysis of Real-Tie Tasks on Multiprocessors Risat Mahud Pathan and Jan Jonsson Chalers University of Technology SE-41 96, Göteborg, Sweden {risat, janjo}@chalers.se

More information

Scheduling Contract Algorithms on Multiple Processors

Scheduling Contract Algorithms on Multiple Processors Fro: AAAI Technical Report FS-0-04. Copilation copyright 200, AAAI (www.aaai.org). All rights reserved. Scheduling Contract Algoriths on Multiple Processors Daniel S. Bernstein, Theodore. Perkins, Shloo

More information

Optimum Value of Poverty Measure Using Inverse Optimization Programming Problem

Optimum Value of Poverty Measure Using Inverse Optimization Programming Problem International Journal of Conteporary Matheatical Sciences Vol. 14, 2019, no. 1, 31-42 HIKARI Ltd, www.-hikari.co https://doi.org/10.12988/ijcs.2019.914 Optiu Value of Poverty Measure Using Inverse Optiization

More information

On Constant Power Water-filling

On Constant Power Water-filling On Constant Power Water-filling Wei Yu and John M. Cioffi Electrical Engineering Departent Stanford University, Stanford, CA94305, U.S.A. eails: {weiyu,cioffi}@stanford.edu Abstract This paper derives

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 57, No. 3, 2009 Algoriths for parallel processor scheduling with distinct due windows and unit-tie obs A. JANIAK 1, W.A. JANIAK 2, and

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

Topic 5a Introduction to Curve Fitting & Linear Regression

Topic 5a Introduction to Curve Fitting & Linear Regression /7/08 Course Instructor Dr. Rayond C. Rup Oice: A 337 Phone: (95) 747 6958 E ail: rcrup@utep.edu opic 5a Introduction to Curve Fitting & Linear Regression EE 4386/530 Coputational ethods in EE Outline

More information

Lost-Sales Problems with Stochastic Lead Times: Convexity Results for Base-Stock Policies

Lost-Sales Problems with Stochastic Lead Times: Convexity Results for Base-Stock Policies OPERATIONS RESEARCH Vol. 52, No. 5, Septeber October 2004, pp. 795 803 issn 0030-364X eissn 1526-5463 04 5205 0795 infors doi 10.1287/opre.1040.0130 2004 INFORMS TECHNICAL NOTE Lost-Sales Probles with

More information

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay A Low-Coplexity Congestion Control and Scheduling Algorith for Multihop Wireless Networks with Order-Optial Per-Flow Delay Po-Kai Huang, Xiaojun Lin, and Chih-Chun Wang School of Electrical and Coputer

More information

Mathematical Model and Algorithm for the Task Allocation Problem of Robots in the Smart Warehouse

Mathematical Model and Algorithm for the Task Allocation Problem of Robots in the Smart Warehouse Aerican Journal of Operations Research, 205, 5, 493-502 Published Online Noveber 205 in SciRes. http://www.scirp.org/journal/ajor http://dx.doi.org/0.4236/ajor.205.56038 Matheatical Model and Algorith

More information

Combining Classifiers

Combining Classifiers Cobining Classifiers Generic ethods of generating and cobining ultiple classifiers Bagging Boosting References: Duda, Hart & Stork, pg 475-480. Hastie, Tibsharini, Friedan, pg 246-256 and Chapter 10. http://www.boosting.org/

More information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information Cite as: Straub D. (2014). Value of inforation analysis with structural reliability ethods. Structural Safety, 49: 75-86. Value of Inforation Analysis with Structural Reliability Methods Daniel Straub

More information

Support Vector Machines MIT Course Notes Cynthia Rudin

Support Vector Machines MIT Course Notes Cynthia Rudin Support Vector Machines MIT 5.097 Course Notes Cynthia Rudin Credit: Ng, Hastie, Tibshirani, Friedan Thanks: Şeyda Ertekin Let s start with soe intuition about argins. The argin of an exaple x i = distance

More information

C na (1) a=l. c = CO + Clm + CZ TWO-STAGE SAMPLE DESIGN WITH SMALL CLUSTERS. 1. Introduction

C na (1) a=l. c = CO + Clm + CZ TWO-STAGE SAMPLE DESIGN WITH SMALL CLUSTERS. 1. Introduction TWO-STGE SMPLE DESIGN WITH SMLL CLUSTERS Robert G. Clark and David G. Steel School of Matheatics and pplied Statistics, University of Wollongong, NSW 5 ustralia. (robert.clark@abs.gov.au) Key Words: saple

More information

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER IEPC 003-0034 ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER A. Bober, M. Guelan Asher Space Research Institute, Technion-Israel Institute of Technology, 3000 Haifa, Israel

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016 Lessons 7 14 Dec 2016 Outline Artificial Neural networks Notation...2 1. Introduction...3... 3 The Artificial

More information

2 Q 10. Likewise, in case of multiple particles, the corresponding density in 2 must be averaged over all

2 Q 10. Likewise, in case of multiple particles, the corresponding density in 2 must be averaged over all Lecture 6 Introduction to kinetic theory of plasa waves Introduction to kinetic theory So far we have been odeling plasa dynaics using fluid equations. The assuption has been that the pressure can be either

More information

Optimal Pigouvian Taxation when Externalities Affect Demand

Optimal Pigouvian Taxation when Externalities Affect Demand Optial Pigouvian Taxation when Externalities Affect Deand Enda Patrick Hargaden Departent of Econoics University of Michigan enda@uich.edu Version of August 2, 2015 Abstract Purchasing a network good such

More information

Optimal Resource Allocation in Multicast Device-to-Device Communications Underlaying LTE Networks

Optimal Resource Allocation in Multicast Device-to-Device Communications Underlaying LTE Networks 1 Optial Resource Allocation in Multicast Device-to-Device Counications Underlaying LTE Networks Hadi Meshgi 1, Dongei Zhao 1 and Rong Zheng 2 1 Departent of Electrical and Coputer Engineering, McMaster

More information

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Tie-Varying Jaing Links Jun Kurihara KDDI R&D Laboratories, Inc 2 5 Ohara, Fujiino, Saitaa, 356 8502 Japan Eail: kurihara@kddilabsjp

More information

Impact of Imperfect Channel State Information on ARQ Schemes over Rayleigh Fading Channels

Impact of Imperfect Channel State Information on ARQ Schemes over Rayleigh Fading Channels This full text paper was peer reviewed at the direction of IEEE Counications Society subject atter experts for publication in the IEEE ICC 9 proceedings Ipact of Iperfect Channel State Inforation on ARQ

More information

Bayes Decision Rule and Naïve Bayes Classifier

Bayes Decision Rule and Naïve Bayes Classifier Bayes Decision Rule and Naïve Bayes Classifier Le Song Machine Learning I CSE 6740, Fall 2013 Gaussian Mixture odel A density odel p(x) ay be ulti-odal: odel it as a ixture of uni-odal distributions (e.g.

More information

Tight Information-Theoretic Lower Bounds for Welfare Maximization in Combinatorial Auctions

Tight Information-Theoretic Lower Bounds for Welfare Maximization in Combinatorial Auctions Tight Inforation-Theoretic Lower Bounds for Welfare Maxiization in Cobinatorial Auctions Vahab Mirrokni Jan Vondrák Theory Group, Microsoft Dept of Matheatics Research Princeton University Redond, WA 9805

More information

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x)

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x) 7Applying Nelder Mead s Optiization Algorith APPLYING NELDER MEAD S OPTIMIZATION ALGORITHM FOR MULTIPLE GLOBAL MINIMA Abstract Ştefan ŞTEFĂNESCU * The iterative deterinistic optiization ethod could not

More information

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians Using EM To Estiate A Probablity Density With A Mixture Of Gaussians Aaron A. D Souza adsouza@usc.edu Introduction The proble we are trying to address in this note is siple. Given a set of data points

More information

Convex Programming for Scheduling Unrelated Parallel Machines

Convex Programming for Scheduling Unrelated Parallel Machines Convex Prograing for Scheduling Unrelated Parallel Machines Yossi Azar Air Epstein Abstract We consider the classical proble of scheduling parallel unrelated achines. Each job is to be processed by exactly

More information

Constrained Consensus and Optimization in Multi-Agent Networks arxiv: v2 [math.oc] 17 Dec 2008

Constrained Consensus and Optimization in Multi-Agent Networks arxiv: v2 [math.oc] 17 Dec 2008 LIDS Report 2779 1 Constrained Consensus and Optiization in Multi-Agent Networks arxiv:0802.3922v2 [ath.oc] 17 Dec 2008 Angelia Nedić, Asuan Ozdaglar, and Pablo A. Parrilo February 15, 2013 Abstract We

More information

SPECTRUM sensing is a core concept of cognitive radio

SPECTRUM sensing is a core concept of cognitive radio World Acadey of Science, Engineering and Technology International Journal of Electronics and Counication Engineering Vol:6, o:2, 202 Efficient Detection Using Sequential Probability Ratio Test in Mobile

More information

Ensemble Based on Data Envelopment Analysis

Ensemble Based on Data Envelopment Analysis Enseble Based on Data Envelopent Analysis So Young Sohn & Hong Choi Departent of Coputer Science & Industrial Systes Engineering, Yonsei University, Seoul, Korea Tel) 82-2-223-404, Fax) 82-2- 364-7807

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Notes for EE227C (Spring 2018): Convex Optiization and Approxiation Instructor: Moritz Hardt Eail: hardt+ee227c@berkeley.edu Graduate Instructor: Max Sichowitz Eail: sichow+ee227c@berkeley.edu October

More information

Answers to Econ 210A Midterm, October A. The function f is homogeneous of degree 1/2. To see this, note that for all t > 0 and all (x 1, x 2 )

Answers to Econ 210A Midterm, October A. The function f is homogeneous of degree 1/2. To see this, note that for all t > 0 and all (x 1, x 2 ) Question. Answers to Econ 20A Midter, October 200 f(x, x 2 ) = ax {x, x 2 } A. The function f is hoogeneous of degree /2. To see this, note that for all t > 0 and all (x, x 2 ) f(tx, x 2 ) = ax {tx, tx

More information

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm Acta Polytechnica Hungarica Vol., No., 04 Sybolic Analysis as Universal Tool for Deriving Properties of Non-linear Algoriths Case study of EM Algorith Vladiir Mladenović, Miroslav Lutovac, Dana Porrat

More information

Worst-case efficiency ratio in false-name-proof combinatorial auction mechanisms

Worst-case efficiency ratio in false-name-proof combinatorial auction mechanisms Worst-case efficiency ratio in false-nae-proof cobinatorial auction echaniss Atsushi Iwasaki 1, Vincent Conitzer, Yoshifusa Oori 1, Yuko Sakurai 1, Taiki Todo 1, Mingyu Guo, and Makoto Yokoo 1 1 Kyushu

More information

Randomized Accuracy-Aware Program Transformations For Efficient Approximate Computations

Randomized Accuracy-Aware Program Transformations For Efficient Approximate Computations Randoized Accuracy-Aware Progra Transforations For Efficient Approxiate Coputations Zeyuan Allen Zhu Sasa Misailovic Jonathan A. Kelner Martin Rinard MIT CSAIL zeyuan@csail.it.edu isailo@it.edu kelner@it.edu

More information

arxiv: v1 [cs.ds] 29 Jan 2012

arxiv: v1 [cs.ds] 29 Jan 2012 A parallel approxiation algorith for ixed packing covering seidefinite progras arxiv:1201.6090v1 [cs.ds] 29 Jan 2012 Rahul Jain National U. Singapore January 28, 2012 Abstract Penghui Yao National U. Singapore

More information

Equilibria on the Day-Ahead Electricity Market

Equilibria on the Day-Ahead Electricity Market Equilibria on the Day-Ahead Electricity Market Margarida Carvalho INESC Porto, Portugal Faculdade de Ciências, Universidade do Porto, Portugal argarida.carvalho@dcc.fc.up.pt João Pedro Pedroso INESC Porto,

More information

Best Arm Identification: A Unified Approach to Fixed Budget and Fixed Confidence

Best Arm Identification: A Unified Approach to Fixed Budget and Fixed Confidence Best Ar Identification: A Unified Approach to Fixed Budget and Fixed Confidence Victor Gabillon Mohaad Ghavazadeh Alessandro Lazaric INRIA Lille - Nord Europe, Tea SequeL {victor.gabillon,ohaad.ghavazadeh,alessandro.lazaric}@inria.fr

More information

Interactive Markov Models of Evolutionary Algorithms

Interactive Markov Models of Evolutionary Algorithms Cleveland State University EngagedScholarship@CSU Electrical Engineering & Coputer Science Faculty Publications Electrical Engineering & Coputer Science Departent 2015 Interactive Markov Models of Evolutionary

More information

arxiv: v1 [cs.ds] 17 Mar 2016

arxiv: v1 [cs.ds] 17 Mar 2016 Tight Bounds for Single-Pass Streaing Coplexity of the Set Cover Proble Sepehr Assadi Sanjeev Khanna Yang Li Abstract arxiv:1603.05715v1 [cs.ds] 17 Mar 2016 We resolve the space coplexity of single-pass

More information

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network 565 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 07 Guest Editors: Zhuo Yang, Junie Ba, Jing Pan Copyright 07, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 83-96 The Italian Association

More information

Implementing the Wisdom of Waze

Implementing the Wisdom of Waze Ipleenting the Wisdo of Waze Shoshana Vasseran Harvard University svasseran@fas.harvard.edu Michal Feldan Tel Aviv University ichal.feldan@cs.tau.ac.il Avinatan Hassidi Bar Ilan University avinatanh@gail.co

More information

Multi-Dimensional Hegselmann-Krause Dynamics

Multi-Dimensional Hegselmann-Krause Dynamics Multi-Diensional Hegselann-Krause Dynaics A. Nedić Industrial and Enterprise Systes Engineering Dept. University of Illinois Urbana, IL 680 angelia@illinois.edu B. Touri Coordinated Science Laboratory

More information

An improved self-adaptive harmony search algorithm for joint replenishment problems

An improved self-adaptive harmony search algorithm for joint replenishment problems An iproved self-adaptive harony search algorith for joint replenishent probles Lin Wang School of Manageent, Huazhong University of Science & Technology zhoulearner@gail.co Xiaojian Zhou School of Manageent,

More information

1 Identical Parallel Machines

1 Identical Parallel Machines FB3: Matheatik/Inforatik Dr. Syaantak Das Winter 2017/18 Optiizing under Uncertainty Lecture Notes 3: Scheduling to Miniize Makespan In any standard scheduling proble, we are given a set of jobs J = {j

More information

Grafting: Fast, Incremental Feature Selection by Gradient Descent in Function Space

Grafting: Fast, Incremental Feature Selection by Gradient Descent in Function Space Journal of Machine Learning Research 3 (2003) 1333-1356 Subitted 5/02; Published 3/03 Grafting: Fast, Increental Feature Selection by Gradient Descent in Function Space Sion Perkins Space and Reote Sensing

More information

Introduction to Discrete Optimization

Introduction to Discrete Optimization Prof. Friedrich Eisenbrand Martin Nieeier Due Date: March 9 9 Discussions: March 9 Introduction to Discrete Optiization Spring 9 s Exercise Consider a school district with I neighborhoods J schools and

More information

Recovering Data from Underdetermined Quadratic Measurements (CS 229a Project: Final Writeup)

Recovering Data from Underdetermined Quadratic Measurements (CS 229a Project: Final Writeup) Recovering Data fro Underdeterined Quadratic Measureents (CS 229a Project: Final Writeup) Mahdi Soltanolkotabi Deceber 16, 2011 1 Introduction Data that arises fro engineering applications often contains

More information

The Transactional Nature of Quantum Information

The Transactional Nature of Quantum Information The Transactional Nature of Quantu Inforation Subhash Kak Departent of Coputer Science Oklahoa State University Stillwater, OK 7478 ABSTRACT Inforation, in its counications sense, is a transactional property.

More information

Principles of Optimal Control Spring 2008

Principles of Optimal Control Spring 2008 MIT OpenCourseWare http://ocw.it.edu 16.323 Principles of Optial Control Spring 2008 For inforation about citing these aterials or our Ters of Use, visit: http://ocw.it.edu/ters. 16.323 Lecture 10 Singular

More information

Measures of average are called measures of central tendency and include the mean, median, mode, and midrange.

Measures of average are called measures of central tendency and include the mean, median, mode, and midrange. CHAPTER 3 Data Description Objectives Suarize data using easures of central tendency, such as the ean, edian, ode, and idrange. Describe data using the easures of variation, such as the range, variance,

More information

CHAPTER ONE. Physics and the Life Sciences

CHAPTER ONE. Physics and the Life Sciences Solution anual for Physics for the Life Sciences 2nd Edition by Allang Link download full: http://testbankair.co/download/solution-anual-forphysics-for-the-life-sciences-2nd-edition-by-allang/ CHAPTER

More information

EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS

EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS Jochen Till, Sebastian Engell, Sebastian Panek, and Olaf Stursberg Process Control Lab (CT-AST), University of Dortund,

More information

When Short Runs Beat Long Runs

When Short Runs Beat Long Runs When Short Runs Beat Long Runs Sean Luke George Mason University http://www.cs.gu.edu/ sean/ Abstract What will yield the best results: doing one run n generations long or doing runs n/ generations long

More information

TEST OF HOMOGENEITY OF PARALLEL SAMPLES FROM LOGNORMAL POPULATIONS WITH UNEQUAL VARIANCES

TEST OF HOMOGENEITY OF PARALLEL SAMPLES FROM LOGNORMAL POPULATIONS WITH UNEQUAL VARIANCES TEST OF HOMOGENEITY OF PARALLEL SAMPLES FROM LOGNORMAL POPULATIONS WITH UNEQUAL VARIANCES S. E. Ahed, R. J. Tokins and A. I. Volodin Departent of Matheatics and Statistics University of Regina Regina,

More information

Sharp Time Data Tradeoffs for Linear Inverse Problems

Sharp Time Data Tradeoffs for Linear Inverse Problems Sharp Tie Data Tradeoffs for Linear Inverse Probles Saet Oyak Benjain Recht Mahdi Soltanolkotabi January 016 Abstract In this paper we characterize sharp tie-data tradeoffs for optiization probles used

More information

AiMT Advances in Military Technology

AiMT Advances in Military Technology AiT Advances in ilitary Technology Vol. 14, No. 1 (2019), pp. 47-57 ISSN 1802-2308, eissn 2533-4123 DOI 10.3849/ait.01247 odelling issile Flight Characteristics by Estiating ass and Ballistic Paraeters

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016/2017 Lessons 9 11 Jan 2017 Outline Artificial Neural networks Notation...2 Convolutional Neural Networks...3

More information

arxiv: v3 [cs.ds] 22 Mar 2016

arxiv: v3 [cs.ds] 22 Mar 2016 A Shifting Bloo Filter Fraewor for Set Queries arxiv:1510.03019v3 [cs.ds] Mar 01 ABSTRACT Tong Yang Peing University, China yangtongeail@gail.co Yuanun Zhong Nanjing University, China un@sail.nju.edu.cn

More information

Hybrid System Identification: An SDP Approach

Hybrid System Identification: An SDP Approach 49th IEEE Conference on Decision and Control Deceber 15-17, 2010 Hilton Atlanta Hotel, Atlanta, GA, USA Hybrid Syste Identification: An SDP Approach C Feng, C M Lagoa, N Ozay and M Sznaier Abstract The

More information

Stochastic Subgradient Methods

Stochastic Subgradient Methods Stochastic Subgradient Methods Lingjie Weng Yutian Chen Bren School of Inforation and Coputer Science University of California, Irvine {wengl, yutianc}@ics.uci.edu Abstract Stochastic subgradient ethods

More information

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term Nuerical Studies of a Nonlinear Heat Equation with Square Root Reaction Ter Ron Bucire, 1 Karl McMurtry, 1 Ronald E. Micens 2 1 Matheatics Departent, Occidental College, Los Angeles, California 90041 2

More information

MATHEMATICAL MODEL OF THE ENERGETIC CONSUMPTION FOR SOIL DIGGING MACHINES IN GREENHOUSES

MATHEMATICAL MODEL OF THE ENERGETIC CONSUMPTION FOR SOIL DIGGING MACHINES IN GREENHOUSES Bulletin of the Transilvania University of Braşov Vol. 3 (5) - 00 Series II: Forestry Wood Industry Agricultural Food Engineering MATHEMATICAL MODEL OF THE ENERGETIC CONSUMPTION FOR SOIL DIGGING MACHINES

More information

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lesson 1 4 October 2017 Outline Learning and Evaluation for Pattern Recognition Notation...2 1. The Pattern Recognition

More information

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis E0 370 tatistical Learning Theory Lecture 6 (Aug 30, 20) Margin Analysis Lecturer: hivani Agarwal cribe: Narasihan R Introduction In the last few lectures we have seen how to obtain high confidence bounds

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION Vol. IX Uncertainty Models For Robustness Analysis - A. Garulli, A. Tesi and A. Vicino

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION Vol. IX Uncertainty Models For Robustness Analysis - A. Garulli, A. Tesi and A. Vicino UNCERTAINTY MODELS FOR ROBUSTNESS ANALYSIS A. Garulli Dipartiento di Ingegneria dell Inforazione, Università di Siena, Italy A. Tesi Dipartiento di Sistei e Inforatica, Università di Firenze, Italy A.

More information

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Journal of Marine Science and Technology, Vol 19, No 5, pp 509-513 (2011) 509 LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Ming-Tao Chou* Key words: fuzzy tie series, fuzzy forecasting,

More information

ASSIGNMENT BOOKLET Bachelor s Degree Programme (B.Sc./B.A./B.Com.) MATHEMATICAL MODELLING

ASSIGNMENT BOOKLET Bachelor s Degree Programme (B.Sc./B.A./B.Com.) MATHEMATICAL MODELLING ASSIGNMENT BOOKLET Bachelor s Degree Prograe (B.Sc./B.A./B.Co.) MTE-14 MATHEMATICAL MODELLING Valid fro 1 st January, 18 to 1 st Deceber, 18 It is copulsory to subit the Assignent before filling in the

More information

Boosting with log-loss

Boosting with log-loss Boosting with log-loss Marco Cusuano-Towner Septeber 2, 202 The proble Suppose we have data exaples {x i, y i ) i =... } for a two-class proble with y i {, }. Let F x) be the predictor function with the

More information

Randomized Recovery for Boolean Compressed Sensing

Randomized Recovery for Boolean Compressed Sensing Randoized Recovery for Boolean Copressed Sensing Mitra Fatei and Martin Vetterli Laboratory of Audiovisual Counication École Polytechnique Fédéral de Lausanne (EPFL) Eail: {itra.fatei, artin.vetterli}@epfl.ch

More information

A Theoretical Analysis of a Warm Start Technique

A Theoretical Analysis of a Warm Start Technique A Theoretical Analysis of a War Start Technique Martin A. Zinkevich Yahoo! Labs 701 First Avenue Sunnyvale, CA Abstract Batch gradient descent looks at every data point for every step, which is wasteful

More information

Forecasting Financial Indices: The Baltic Dry Indices

Forecasting Financial Indices: The Baltic Dry Indices International Journal of Maritie, Trade & Econoic Issues pp. 109-130 Volue I, Issue (1), 2013 Forecasting Financial Indices: The Baltic Dry Indices Eleftherios I. Thalassinos 1, Mike P. Hanias 2, Panayiotis

More information

Birthday Paradox Calculations and Approximation

Birthday Paradox Calculations and Approximation Birthday Paradox Calculations and Approxiation Joshua E. Hill InfoGard Laboratories -March- v. Birthday Proble In the birthday proble, we have a group of n randoly selected people. If we assue that birthdays

More information

are equal to zero, where, q = p 1. For each gene j, the pairwise null and alternative hypotheses are,

are equal to zero, where, q = p 1. For each gene j, the pairwise null and alternative hypotheses are, Page of 8 Suppleentary Materials: A ultiple testing procedure for ulti-diensional pairwise coparisons with application to gene expression studies Anjana Grandhi, Wenge Guo, Shyaal D. Peddada S Notations

More information

Taming the Matthew Effect in Online Markets with Social Influence

Taming the Matthew Effect in Online Markets with Social Influence Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence AAAI-17 Taing the Matthew Effect in Online Markets with Social Influence Franco Berbeglia Carnegie Mellon University fberbegl@andrewcuedu

More information

a a a a a a a m a b a b

a a a a a a a m a b a b Algebra / Trig Final Exa Study Guide (Fall Seester) Moncada/Dunphy Inforation About the Final Exa The final exa is cuulative, covering Appendix A (A.1-A.5) and Chapter 1. All probles will be ultiple choice

More information