Learning with Imperfections A Multi-Agent Neural-Genetic Trading System. with Differing Levels of Social Learning

Size: px
Start display at page:

Download "Learning with Imperfections A Multi-Agent Neural-Genetic Trading System. with Differing Levels of Social Learning"

Transcription

1 Proceedngs of the 4 IEEE Conference on Cybernetcs and Intellgent Systems Sngapore, 1-3 December, 4 Learnng wth Imperfectons A Mult-Agent Neural-Genetc Tradng System wth Dfferng Levels of Socal Learnng Graham Kendall School of Computer Scence and IT ASAP Research Group Unversty of Nottngham Nottngham, NG8 1BB gxk@cs.nott.ac.uk Yan Su School of Computer Scence and IT ASAP Research Group Unversty of Nottngham Nottngham, NG8 1BB yxs@cs.nott.ac.uk Abstract Some real lfe dynamc systems are so large and complex that the ndvduals nsde the system can only partally understand ther envronment. In other words, the dynamc envronment s mperfect to ts partcpants. In ths paper, by usng the stock market as a test bed, we demonstrate an ntegrated ndvdual learnng and socal learnng model for optmsaton problems n dynamc envronments wth mperfect nformaton. By applyng dfferng levels of socal learnng process n an evolutonary smulated stock market, we study the mportance of socal learnng on the adaptablty of artfcal agents n mperfect envronments. Comparsons between the ntegrated ndvdual and socal learnng model and other evolutonary approaches for dynamc optmsaton problems, partcularly the memory-based approaches and mult-populaton approaches, are also drawn wth the emphass on optmsaton problems wth mperfect nformaton. Keywords mperfect envronments; neural-genetc system; stock market; ndvdual learnng; socal learnng. I. INTRODUCTION Evolutonary algorthms have been wdely used for solvng optmsaton problems n dynamc envronments. A dynamc envronment s generally charactersed by a multmodal and non-statc ftness space. Therefore, the am of an evolutonary algorthm s not only just to fnd optmal solutons, but also to contnuously adapt the solutons to a changng envronment [1, 2]. However, one of the mportant characterstcs of dynamc envronments has generally been neglected by researchers; that s the mperfectness of dynamc envronments. By mperfectness, we mean the ndvduals n the system can only partally understand ther envronment due to the complexty of the dynamc system or the nablty of the partcpants to perceve the entre envronment. In other words, a dfferent vew of the nformaton wthn the envronment s perceved by dfferent ndvduals. Therefore, the envronment conssts of a number of dfferent search spaces wth dfferent dmensons. These search spaces can overlap, or be completely ndependent. A good example s the stock market. The theory on the economcs of mperfect nformaton ponts out that dfferent partcpants n a fnancal market possess dfferent nformaton from the market [3, 4]. In the stock market, a large number of stock traders and nvestors consder dfferent vews of the market and use dfferent tradng strateges to make tradng decsons. Although the market s mperfect to stock traders and nvestors, due to the lmted nformaton they gather from the market, there are stll large number of nvestors who make a proft from the stock market. It s due to the mperfectness and the effcency of the stock market [5], that some nvestors can make profts over other nvestors wth nferor nformaton. In our prevous work [6, 7], we developed a mult-agent based smulated stock market model, where artfcal stock traders, modelled usng Artfcal Neural Networks (ANN), co-evolve wth each other by the means of an ntegrated ndvdual and socal learnng algorthm. The experments from [6, 7] demonstrated the artfcal stock traders learned to develop successful stock tradng strateges n an mperfect smulated stock market. In ths paper, we centre the study on the ntegrated ndvdual and socal learnng algorthm employed n the smulated stock market, from the perspectve of learnng wth mperfect nformaton n dynamc envronments, n partcular, the mpact of dfferng levels of socal learnng n an evolutonary system on the adaptablty of agents n mperfect dynamc envronments. In secton II, we dscuss the advantages of the ntegrated ndvdual and socal learnng algorthm and draw comparsons to other evolutonary approaches for dynamc optmsaton problems. Secton III descrbes the smulated stock market and the ntegrated ndvdual and socal learnng algorthm. Secton IV demonstrates experments on the smulated stock market wth dfferng levels of socal learnng. Conclusons and future work s presented n secton V. II. OPTIMISATION IN DYNAMIC ENVIRONMENTS One problem wth applyng evolutonary algorthms to dynamc optmsaton problems s that they wll eventually converge to a local optmum n the search space, and subsequently lose ther adaptablty when the underlyng envronment changes. Therefore, most evolutonary approaches endeavour to help the evolutonary algorthms escape from the local optmum and start a new search n the changed ftness space. See [2] and [8] for a good revew on the evolutonary approaches to dynamc optmsaton problems and [9] for some recent trends /4/$. 4 IEEE 47

2 The ntegrated ndvdual and socal learnng algorthm employed n our smulated stock market model [6, 7] essentally mmcs human learnng behavours n human socetes. Every person n a socety attempts to maxmse ther own utlty wth the resources avalable to them by means of ndvdual and socal learnng. In the face of a changng envronment, socal learnng plays an mportant role n enablng an ndvdual to adapt to new envronments by learnng from other better-adapted ndvduals [, 11]. Insde our smulated stock market, whlst every artfcal stock trader evolves ther own ndvdual tradng strategy, allowng them to trade more productvely utlsng a (possbly) unque set of market nformaton, the market tself also serves as a repostory of good tradng strateges and the knowledge s dssemnated among the traders over tme. The socal learnng mechansm enables the traders to explore dfferent search spaces that are constructed on dfferent nformaton sets wthn the envronment and therefore solves the problem of a market whch can only be partally understood by ts partcpants due to ts mperfectness as a dynamc system. The two evolutonary approaches dscussed n the revew [2], an explct memory-based approach and a multpopulaton approach, also employ the dea of savng the past experences n a socal memory. Explct memory-based approaches store good solutons from prevous generatons n a memory and rentroduce them later nto the search populaton [1, 12, 13]. Thus the dversty of the search populaton s mantaned. Such approaches sut envronments where changes occur perodcally,.e., envronments whose optmum keeps returnng to a prevous pont n the search space. Bendtsen and Krnk [14] took a further step by usng a dynamc memory that could be adjusted to the changes n the envronment by means of movng externally stored canddate solutons gradually towards the currently nearest best genomes n the search populaton. Smlarly, the mult-populaton approach [15] created a self-adaptve memory by mantanng small subpopulatons for some promsng areas n the search space. The man dfferences and advantages of the ntegrated ndvdual and socal learnng algorthm employed n the smulated stock market, compared wth the above two approaches, le n: Most mportantly, the above two approaches do not answer the queston about the mperfectness of a dynamc envronment. When a dynamc envronment has mperfect nformaton, the envronment conssts of a number of dfferent search spaces. Each of these search spaces has a dfferent search dmenson dependng on the dfferent sets of nformaton perceved from the envronment. These search spaces may overlap, or may be completely ndependent from each other. As an example, n the smulated stock market, as s n the real market, every stock trader uses a dfferent nformaton sets from the market for makng tradng decsons. The above two approaches enable the evolutonary algorthms jump from one area to another, new, promsng area n the same search space, but they do not solve the problem of movng from one search space to another search space wth dfferent nformaton. The ntegrated ndvdual and socal learnng algorthm n the smulated stock market solves ths problem by modellng the market as an mperfect envronment and enablng ndvduals to learn from others who use dfferent nformaton sets. Snce the envronment s non-statc, the search spaces n the envronment are also non-statc. A current search space may dsappear from the envronment because no one beleves that the nformaton s valuable. A new search space may appear because the nformaton has been dscovered by someone. As an example, n our smulated stock market, a trader may decde to dscard hs current strategy, and consder a new set of market ndcators from the market for developng new tradng strateges. The explct memory-based approach and multpopulaton approach both seem very smlar to the concept of socal learnng. However, these two approaches are stll learnng ndvdually from prevous experence. For example, n our smulated stock market, the artfcal traders are modelled as heterogeneous artfcal agents wth dfferent mnds. Before each trader publshes hs tradng strategy to the socety, he wll not only examne hs own performance, but also hs relatve performance compared wth other traders who use dfferent nformaton. In ths paper, we change the popularsaton of the socal learnng n the evolutonary market to dfferent extents, by applyng dfferent pressures on artfcal traders to take part n the socal learnng. Results from the experments show that there s a sgnfcant mpact of the socal learnng on the adaptablty of the artfcal stock traders and demonstrates the effectveness of the ntegrated ndvdual and socal learnng algorthm n solvng learnng problems wth mperfect nformaton. III. THE INDIVIDUAL AND SOCIAL LEARNING ALGORITHM Our smulated stock market s a neural-genetc stock tradng system. Basc market nformaton, such as stock prces and tradng volumes, are gven extraneously. Artfcal stock traders use Artfcal Neural Networks (ANN) to detect buy and sell sgnals from the market, and carry out ndvdual learnng by means of a Genetc Algorthm (GA). The followng descrbes the general structure of the tradng system: 1. Before tradng starts, there are actve traders n the smulated stock market. There are techncal and market ndcators and zero tradng strateges n a central pool. The ndcators are assgned an equal score of 1. Each trader selects a set of market ndcators randomly usng roulette wheel selecton. 2. Wth the set of ndcators selected, each trader generates ten dfferent models n the form of Artfcal Neural Networks as tradng strateges. These ten models may have dfferent network archtectures, but they use the same set of ndcators selected by the trader. The am s for the trader to evolve better tradng models by means of ndvdual learnng. 48

3 3. The tme span of the experment s dvded nto equal ntervals. Each nterval contans 125 tradng days (6 months tradng). 4. Each 125-day tradng perod s sub-dvded nto ntervals of 5 days. After each 5-day tradng perod, an ndvdual learnng s undertaken by means of a Genetc Algorthm (GA). 5. At the end of each 125-day tradng, socal learnng occurs and each trader s gven the opportunty to decde whether to look for more successful strateges from the pool or whether to publsh hs/her successful strateges nto the central pool dependng on two thresholds θ 1 and θ After socal learnng, the system enters the next 125- day tradng perod and steps 4, 5 and 6 are repeated. A. Indvdual Learnng As descrbed above, ndvdual learnng occurs every 5 days at whch tme the trader wll calculate the tradng model s rate of proft (ROP) by usng (1), where W s the trader s current assets (cash + shares). W s the trader s assets one week before. W W ROP = (1) W The ROP s used to descrbe a tradng model s proftablty. A Genetc Algorthm s used to elmnate tradng models wth poor performance and ntroduce new models by mutatng network connectons and changng network archtectures. The pseudocode of the GA algorthm s presented as follows. Select a model wth the lowest ROP to be elmnated; Select a model to be mutated usng roulette selecton; Decde number of connectons to be mutated, m; = ; Whle( < m){ Randomly select a connecton; Weght = weght + w; = + 1;} Wth 1/3 probablty add a hdden node; Wth 1/3 probablty delete a hdden node; Replace the model to be elmnated wth the new mutated model; Where m s a random nteger between and the total number of connectons n the selected neural network. w s a random Gaussan number wth a mean of zero and standard devaton of.1. B. Socal Learnng Socal learnng occurs at the end of every 6-month tradng perod through a self-assessment process. The self-assessment calculates how well the trader has performed n terms of hs own proftablty and hs relatve performance to other traders. The self-assessment process uses (2), (3), and (4). R S peer = (2) 49 Frst, the trader s rate of proft (ROP) for the past sx months s calculated by usng (1), and the traders are ranked from to 49 ( R ) accordng to ther ROP. Equaton (2) gves each trader a score n terms of peer pressure from other traders. In other words, ths score shows trader s performance compared to other traders. S self ROP ROP = (3) ROP s the rate of proft for the prevous sx months. Equaton (3) gves the trader s score n terms of hs own performance n the past sx months compared to the prevous sx months. Fnally, these two types of performance are composed nto (4), whch gves the fnal assessment ( σ ) for trader. σ = S peer + (4) (1 ) The fnal assessments for traders are then normalsed nto the range of [,1]. In order to study the mpact of the socal learnng on the learnng abltes of artfcal stock traders wth mperfect nformaton, we extend the socal learnng mechansm wth four dfferent parameter settngs that force dfferent pressures on artfcal traders n takng part n socal learnng. An arthmetc mean value ( Φ ) of all traders normalsed fnal assessments ( σ ) s calculated usng (5). Φ = 1 1+ e N N = 1 N s the total number of artfcal traders, whch equals to. A trader s socal behavour wll now fall nto four dfferent categores dependng on the values of σ and Φ, and two thresholds, θ 1, and θ 2 (see secton IV for the descrpton of the thresholds θ 1 and θ 2 ). The four cases,.e. four dfferent types of socal learnng behavours, are: σ 1 S self (5) 49

4 CASE1: The trader s successful and he s not usng a strategy learned from the market. The trader wll publsh hs novel tradng strategy nto the central pool and enter the next sx months tradng usng the same strategy. CASE2: The trader s successful and s usng a strategy learned from the market. He wll not publsh the strategy agan, but update ths strategy s score n the pool usng ther sx-month ROP (1). The trader wll then enter the next sx months tradng usng the same strategy. CASE3: The trader s not satsfed wth hs performance n the last sx-months tradng. The trader wll have.5 probablty of copyng a strategy from the central pool, whch means the trader wll dscard whatever model he s usng, and select a better tradng strategy from the pool usng roulette selecton, and go nto the next sx months tradng wth ths coped strategy. Or, wth.5 probablty, the trader wll decde to dscard whatever strategy he s usng, and select another set of ndcators as nputs, buld new models and go nto the next sx months tradng wth the new tradng models. CASE4: The trader s satsfed wth hs performance n past sx months and contnues usng that strategy. We only provde a general descrpton of the tradng system here to ensure the readablty of the paper. For more detals please refer to [6, 7] for more detals. IV. EXPERIMENTAL RESULTS AND DISCUSSION Fve stocks from the Hong Kong Stock Exchange and the Tokyo Stock Exchange are selected to be traded n the smulated stock market: CHEUNG KONG (1.HK), WHARF HOLDINGS (4.HK), CATHAY PAC AIR (293.HK), TOYOTA INDUS CORP (61.JP) and SONY CORP (6758.JP). The smulated stock market was tested on each of the fve stocks. The four dfferent settngs wth dfferng level of socal learnng are descrbed as followng. SETTING1 Socal learnng s turned off whle only ndvdual learnng occurs. Each trader n the smulated stock market evolves ndependently from each other wth dfferent sets of nformaton. Each trader can only search n hs own search space that s defned by the nformaton he selected from the envronment. SETTING2 Both ndvdual learnng and socal learnng are turned on. The threshold θ 1 for socal learnng s set to 1. The threshold θ 2 s set to.9. Traders behavour durng the socal learnng s descrbed n table I: TABLE I. TRADERS ACTIONS DURING THE SOCIAL LEARNING UNDER SETTING 2. SEE SECTION III FOR DESCRIPTION OF CASE 1 TO 4. Parameters σ = θ 1 σ < θ 2 θ 1 > σ θ 2 Trader s Acton CASE1/CASE2 CASE3 CASE4 Settng2 mmcs an envronment where only the best players are accepted to dstrbute ther knowledge, and strong motvatons are forced on ndvduals to learn from each other. SETTING3 Both ndvdual learnng and socal learnng are turned on. The threshold θ 1 for socal learnng s set to 1. The threshold θ 2 s set to the mean value Φ (See secton III). Traders behavour durng the socal learnng s descrbed n table II: TABLE II. TRADERS ACTIONS DURING THE SOCIAL LEARNING UNDER SETTING 3. SEE SECTION III FOR DESCRIPTION OF CASE 1 TO 4. Parameters σ = θ 1 σ θ 2 θ 1 > σ > θ 2 Trader s Acton CASE1/CASE2 CASE3 CASE4 Settng3 creates an envronment where only the best players are accepted but forces less strong motvatons on ndvduals to learn from each other compared wth settng1. SETTING4 Both ndvdual learnng and socal learnng are turned on. The parameter θ 1 for socal learnng s set to.9. The parameter θ 2 s set to the mean value Φ (See secton III). Traders behavour durng the socal learnng s descrbed n table III: TABLE III. TRADERS ACTIONS DURING THE SOCIAL LEARNING UNDER SETTING 4. SEE SECTION III FOR DESCRIPTION OF CASE 1 TO 4. Parameters σ > θ 1 σ θ 2 θ 1 σ > θ 2 Trader s Acton CASE1/CASE2 CASE3 CASE4 Settng4 mmcs an envronment where more ndvduals have the opportunty to dstrbute ther knowledge to the socety whle the learnng atmosphere wthn the socety s moderate. The expermental results are depcted n Fg. 1 to compare the algorthm where no socal learnng occurs wth the algorthms wth dfferng levels n socal learnng. All results are taken from a sngle run on each stock under the four dfferent settngs. We compare the traders performance from each smulaton wth two benchmarks: bank savngs and buyand-hold strategy. Bank savngs means the trader nvests the same amount of money n the bank throughout the whole tradng perod, recevng nterest from the bank. Buy-and-hold means the trader keeps hs entre asset n a partcular stock and holds t untl the end of the tradng perod wth the hope to make a proft through the apprecaton of the stock.

5 A. CHEUNG KONG (1.HK) B. WHARF HOLDINGS (4.HK) C. CATHAY PAC AIR (293.HK) D. TOYOTA (61.JP) E. SONY (6758.JP) Fgure 1. Comparson between the algorthm wthout socal learnng (SETTING1) and the algorthms wth dfferent pressures on socal learnng (SETTING2, 3, 4). On all the X axes, 1 refers to SETTING1, 2 refers to SETTING2, 3 refers to SETTING3, and 4 refers to SETTING4 (see secton). (a) Number of traders outperformed the bank savngs. (b) Number of traders outperformed the buy and hold strategy. (c) The cumulatve total return of the best trader from the traders. (d) The average cumulatve total return of all traders. 51

6 Fg. 1, A(a) to E(a) shows the number of traders who outperformed bank savngs under the four dfferent settngs on a partcular stock. A(b) to E(b) shows the number of traders who outperformed the classc buy-and-hold strategy. A(c) to E(c) shows the cumulatve total returns of the best traders under four dfferent settngs for the partcular stock. A(d) to E(d) show the average cumulatve total returns of traders. It s clear from Fg. 1 that the agents take no part n socal learnng,.e., SETTING 1, generally performed poorly when compared to traders where socal learnng was allowed. By lookng at A(c), B(c), C(c), D(c) and E(c), there s always an ndvdual and socal learnng settng that helped traders to fnd better tradng strateges, rewardng the trader wth hgher returns. A reasonable explanaton s that the socal learnng process enabled the traders to escape from non-promsng search spaces whch are lmted by the set of nformaton the trader perceved from the mperfect envronment, and enter other promsng search spaces whch have been well explored by others n the envronment, or explot new set of nformaton whch have not been used by other partcpants n the market. As we dscussed n secton II, because the stock market s a dynamc envronment wth mperfect nformaton, the optmsaton problem n such an envronment s not just to fnd one good soluton at a tme, but to also adapt to the changed market envronment. Socal learnng enhances an agent s adaptablty by enablng agents to learn successful tradng strateges from others who are better adapted by makng use of dfferent nformaton. On the other hand, the results also demonstrate the effectveness of the ntegrated ndvdual and socal learnng algorthm n solvng learnng problems wth mperfect nformaton. Concernng SETTING 2, 3, and 4,.e., scenaros where the socal learnng s appled to dfferent extents n the smulated stock market, by examng B, C, D, E from Fg. 1, we can see SETTING 2, where only the best players are accepted to dstrbute knowledge and strong motvatons are forced on ndvduals to learn from each other, generally recorded better performance cross four crtera a, b, c and d. On the CHEUNG KONG stock, SETTING 4 seems to perform better than SETTING 2 and 3, but SETTING 2 stll recorded the hghest return from the best trader n A(c). Compared wth SETTING 2, SETTING 4 has a moderate pressure on traders n takng part n the socal learnng but gves more ndvduals the opportuntes to dstrbute ther knowledge to the socety. Both SETTING 2 and 4 strengthen the socal learnng n dfferent ways. It s clear that strengthenng the socal learnng mproves the adaptablty of artfcal traders n the mperfect smulated stock market. V. CONCLUSIONS AND FUTURE WORK The ntegrated ndvdual learnng and socal learnng algorthm addresses the queston of searchng n non-statc search spaces n an mperfect envronment where dfferent sets of nformaton are perceved by dfferent ndvduals, whch s generally neglected by other evolutonary approaches n dynamc optmsaton problems. The results from the experments demonstrate that socal learnng plays an mportant role n ensurng the adaptablty of agents n an mperfect dynamc envronment. The ntegrated ndvdual and socal learnng algorthm presents a way of solvng learnng problems wth mperfect nformaton. When two algorthms are compared, the purpose s ether to fnd a better generc algorthm, or to fnd a better algorthm that s more sutable for a certan problem. From the authors pont of vew, we mean the latter. When we compared the ntegrated ndvdual and socal learnng algorthm wth other evolutonary approaches for dynamc optmsaton problems, we stressed the precondton s a dynamc envronment wth mperfect nformaton. There are many dynamc envronment optmsaton problems that come wth perfect nformaton, and can be handled by other evolutonary approaches. For our future work, we ntend to study the mpact of the frequency of ndvdual and socal learnng on the mperfect evolutonary system and the absorpton and dssemnaton of new nformaton from an mperfect envronment. REFERENCES [1] J. Branke, Memory enhanced evolutonary algorthms for changng optmzaton problems, n Proc. of Congress on Evolutonary Computaton (CEC 3), pp , [2] J. Branke, Evolutonary approaches to dynamc envronments updated survey, n J. Branke, ed, GECCO Workshop on Evolutonary Algorthms for Dynamc Optmzaton Problems, pp. 27-, 1. [3] M. Rothschld and J. E. Stgltz, Equlbrum n compettve nsurance markets: an essay on the economcs of mperfect nformaton, The Quarterly Journal of Economcs, vol. 9, no. 4, pp , [4] R. Arnott, B. Greenwald, R. Kanbur, and B. Nalebuff, Economcs for an mperfect world essays n honor of Joseph E. Stgltz, The MIT Press, Cambrdge Massachusetts, 3. [5] E. F. Fama, Effcent captal markets: A revew of theory and emprcal work, Journal of Fnance, May: , 197. [6] G. Kendall and Y. Su, Co-evoluton of successful tradng strateges n a mult-agent based smulated stock market, n Proc. of The 3 Internatonal Conference on Machne Learnng and Applcatons (ICMLA 3), pp. -6, 3. [7] G. Kendall and Y. Su, A mult-agent based smulated stock market testng on dfferent types of stocks, n Proc. of The Congress on Evolutonary Computaton (CEC 3), pp , 3. [8] J. Branke, Evolutonary Optmzaton n Dynamc Envronments, Kluwer, 1. [9] J. Branke, Evolutonary approaches to dynamc optmzaton problems - ntroducton and recent trends, n J. Branke, ed, GECCO Workshop on Evolutonary Algorthms for Dynamc Optmzaton Problems, pp. 2-4, 3. [] A. Bandura, Socal Foundatons of Thought and Acton: A Socal Cogntve Theory, Englewood Clffs, NJ: Prentce Hall, [11] S. Mneka and M. Cook, Socal learnng and the acquston of snake fear n monkeys, n T. R. Zentall, et al., eds, Socal Learnng: Psychologcal and Bologcal Perspectves. Lawrence Erlbaum Assocates, pp , [12] S. J. Lous and Z. Xu, Genetc algorthms for open shop schedulng and re-schedulng, n M. E. Cohen and D. L. Hudson, eds, ISCA 11 th Intl. Conf. on Computers and Ther Applcatons, pp. 99-2, [13] N. Mor, S. Imansh, H. Kta, and Y. Nshkawa, Adaptaton to changng envronments by means of the memory based thermodynamcal genetc algorthm, n Proc. of The Seventh Intl. Conf. on Genetc Algorthms, pp , [14] C. N. Bendtsen and T. Krnk, Dynamc memory model for nonstatonary optmzaton. n Proc. of Congress on Evolutonary Computaton, pp , 2. [15] J. Branke, T. Kaußler, C. Schmdt, and H. Schmeck, A multpopulaton approach to dynamc optmzaton problems, n Adaptve Computng n Desgn and Manufacturng, Sprnger,. 52

1. Introduction. Graham Kendall School of Computer Science and IT ASAP Research Group University of Nottingham Nottingham, NG8 1BB gxk@cs.nott.ac.

1. Introduction. Graham Kendall School of Computer Science and IT ASAP Research Group University of Nottingham Nottingham, NG8 1BB gxk@cs.nott.ac. The Co-evoluton of Tradng Strateges n A Mult-agent Based Smulated Stock Market Through the Integraton of Indvdual Learnng and Socal Learnng Graham Kendall School of Computer Scence and IT ASAP Research

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions Proceedngs of the World Congress on Engneerng 28 Vol II WCE 28, July 2-4, 28, London, U.K. A Genetc Programmng Based Stock Prce Predctor together wth Mean-Varance Based Sell/Buy Actons Ramn Rajaboun and

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

An Analysis of Dynamic Severity and Population Size

An Analysis of Dynamic Severity and Population Size An Analyss of Dynamc Severty and Populaton Sze Karsten Wecker Unversty of Stuttgart, Insttute of Computer Scence, Bretwesenstr. 2 22, 7565 Stuttgart, Germany, emal: Karsten.Wecker@nformatk.un-stuttgart.de

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

Business Process Improvement using Multi-objective Optimisation K. Vergidis 1, A. Tiwari 1 and B. Majeed 2

Business Process Improvement using Multi-objective Optimisation K. Vergidis 1, A. Tiwari 1 and B. Majeed 2 Busness Process Improvement usng Mult-objectve Optmsaton K. Vergds 1, A. Twar 1 and B. Majeed 2 1 Manufacturng Department, School of Industral and Manufacturng Scence, Cranfeld Unversty, Cranfeld, MK43

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Agent-based Micro-Storage Management for the Smart Grid

Agent-based Micro-Storage Management for the Smart Grid Agent-based Mcro-Storage Management for the Smart Grd Perukrshnen Vytelngum, Thomas D. Voce, Sarvapal D. Ramchurn, Alex Rogers, and Ncholas R. Jennngs Intellgence, Agents, Multmeda Group, School of Electroncs

More information

MATHEMATICAL ENGINEERING TECHNICAL REPORTS. Sequential Optimizing Investing Strategy with Neural Networks

MATHEMATICAL ENGINEERING TECHNICAL REPORTS. Sequential Optimizing Investing Strategy with Neural Networks MATHEMATICAL ENGINEERING TECHNICAL REPORTS Sequental Optmzng Investng Strategy wth Neural Networks Ryo ADACHI and Akmch TAKEMURA METR 2010 03 February 2010 DEPARTMENT OF MATHEMATICAL INFORMATICS GRADUATE

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays VoIP Playout Buffer Adjustment usng Adaptve Estmaton of Network Delays Mroslaw Narbutt and Lam Murphy* Department of Computer Scence Unversty College Dubln, Belfeld, Dubln, IRELAND Abstract The poor qualty

More information

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending Proceedngs of 2012 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 25 (2012) (2012) IACSIT Press, Sngapore Bayesan Network Based Causal Relatonshp Identfcaton and Fundng Success

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Section 5.4 Annuities, Present Value, and Amortization

Section 5.4 Annuities, Present Value, and Amortization Secton 5.4 Annutes, Present Value, and Amortzaton Present Value In Secton 5.2, we saw that the present value of A dollars at nterest rate per perod for n perods s the amount that must be deposted today

More information

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000 Problem Set 5 Solutons 1 MIT s consderng buldng a new car park near Kendall Square. o unversty funds are avalable (overhead rates are under pressure and the new faclty would have to pay for tself from

More information

SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME

SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME August 7 - August 12, 2006 n Baden-Baden, Germany SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME Vladmr Šmovć 1, and Vladmr Šmovć 2, PhD 1 Faculty of Electrcal Engneerng and Computng, Unska 3, 10000

More information

10.2 Future Value and Present Value of an Ordinary Simple Annuity

10.2 Future Value and Present Value of an Ordinary Simple Annuity 348 Chapter 10 Annutes 10.2 Future Value and Present Value of an Ordnary Smple Annuty In compound nterest, 'n' s the number of compoundng perods durng the term. In an ordnary smple annuty, payments are

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

HOUSEHOLDS DEBT BURDEN: AN ANALYSIS BASED ON MICROECONOMIC DATA*

HOUSEHOLDS DEBT BURDEN: AN ANALYSIS BASED ON MICROECONOMIC DATA* HOUSEHOLDS DEBT BURDEN: AN ANALYSIS BASED ON MICROECONOMIC DATA* Luísa Farnha** 1. INTRODUCTION The rapd growth n Portuguese households ndebtedness n the past few years ncreased the concerns that debt

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION NEURO-FUZZY INFERENE SYSTEM FOR E-OMMERE WEBSITE EVALUATION Huan Lu, School of Software, Harbn Unversty of Scence and Technology, Harbn, hna Faculty of Appled Mathematcs and omputer Scence, Belarusan State

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

Invoicing and Financial Forecasting of Time and Amount of Corresponding Cash Inflow

Invoicing and Financial Forecasting of Time and Amount of Corresponding Cash Inflow Dragan Smć Svetlana Smć Vasa Svrčevć Invocng and Fnancal Forecastng of Tme and Amount of Correspondng Cash Inflow Artcle Info:, Vol. 6 (2011), No. 3, pp. 014-021 Receved 13 Janyary 2011 Accepted 20 Aprl

More information

Simple Interest Loans (Section 5.1) :

Simple Interest Loans (Section 5.1) : Chapter 5 Fnance The frst part of ths revew wll explan the dfferent nterest and nvestment equatons you learned n secton 5.1 through 5.4 of your textbook and go through several examples. The second part

More information

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble 1 ECE544NA Fnal Project: Robust Machne Learnng Hardware va Classfer Ensemble Sa Zhang, szhang12@llnos.edu Dept. of Electr. & Comput. Eng., Unv. of Illnos at Urbana-Champagn, Urbana, IL, USA Abstract In

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

More information

A Novel Auction Mechanism for Selling Time-Sensitive E-Services

A Novel Auction Mechanism for Selling Time-Sensitive E-Services A ovel Aucton Mechansm for Sellng Tme-Senstve E-Servces Juong-Sk Lee and Boleslaw K. Szymansk Optmaret Inc. and Department of Computer Scence Rensselaer Polytechnc Insttute 110 8 th Street, Troy, Y 12180,

More information

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining Rsk Model of Long-Term Producton Schedulng n Open Pt Gold Mnng R Halatchev 1 and P Lever 2 ABSTRACT Open pt gold mnng s an mportant sector of the Australan mnng ndustry. It uses large amounts of nvestments,

More information

Distributed Multi-Target Tracking In A Self-Configuring Camera Network

Distributed Multi-Target Tracking In A Self-Configuring Camera Network Dstrbuted Mult-Target Trackng In A Self-Confgurng Camera Network Crstan Soto, B Song, Amt K. Roy-Chowdhury Department of Electrcal Engneerng Unversty of Calforna, Rversde {cwlder,bsong,amtrc}@ee.ucr.edu

More information

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification IDC IDC A Herarchcal Anomaly Network Intruson Detecton System usng Neural Network Classfcaton ZHENG ZHANG, JUN LI, C. N. MANIKOPOULOS, JAY JORGENSON and JOSE UCLES ECE Department, New Jersey Inst. of Tech.,

More information

Lecture 3: Force of Interest, Real Interest Rate, Annuity

Lecture 3: Force of Interest, Real Interest Rate, Annuity Lecture 3: Force of Interest, Real Interest Rate, Annuty Goals: Study contnuous compoundng and force of nterest Dscuss real nterest rate Learn annuty-mmedate, and ts present value Study annuty-due, and

More information

SOLVING CARDINALITY CONSTRAINED PORTFOLIO OPTIMIZATION PROBLEM BY BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM

SOLVING CARDINALITY CONSTRAINED PORTFOLIO OPTIMIZATION PROBLEM BY BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM SOLVIG CARDIALITY COSTRAIED PORTFOLIO OPTIMIZATIO PROBLEM BY BIARY PARTICLE SWARM OPTIMIZATIO ALGORITHM Aleš Kresta Klíčová slova: optmalzace portfola, bnární algortmus rojení částc Key words: portfolo

More information

Using Series to Analyze Financial Situations: Present Value

Using Series to Analyze Financial Situations: Present Value 2.8 Usng Seres to Analyze Fnancal Stuatons: Present Value In the prevous secton, you learned how to calculate the amount, or future value, of an ordnary smple annuty. The amount s the sum of the accumulated

More information

Financial Mathemetics

Financial Mathemetics Fnancal Mathemetcs 15 Mathematcs Grade 12 Teacher Gude Fnancal Maths Seres Overvew In ths seres we am to show how Mathematcs can be used to support personal fnancal decsons. In ths seres we jon Tebogo,

More information

Chapter 11 Practice Problems Answers

Chapter 11 Practice Problems Answers Chapter 11 Practce Problems Answers 1. Would you be more wllng to lend to a frend f she put all of her lfe savngs nto her busness than you would f she had not done so? Why? Ths problem s ntended to make

More information

Small pots lump sum payment instruction

Small pots lump sum payment instruction For customers Small pots lump sum payment nstructon Please read these notes before completng ths nstructon About ths nstructon Use ths nstructon f you re an ndvdual wth Aegon Retrement Choces Self Invested

More information

Software project management with GAs

Software project management with GAs Informaton Scences 177 (27) 238 241 www.elsever.com/locate/ns Software project management wth GAs Enrque Alba *, J. Francsco Chcano Unversty of Málaga, Grupo GISUM, Departamento de Lenguajes y Cencas de

More information

Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch

Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) Ant Colony Optmzaton for Economc Generator Schedulng and Load Dspatch K. S. Swarup Abstract Feasblty

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

Ants Can Schedule Software Projects

Ants Can Schedule Software Projects Ants Can Schedule Software Proects Broderck Crawford 1,2, Rcardo Soto 1,3, Frankln Johnson 4, and Erc Monfroy 5 1 Pontfca Unversdad Católca de Valparaíso, Chle FrstName.Name@ucv.cl 2 Unversdad Fns Terrae,

More information

Complex Service Provisioning in Collaborative Cloud Markets

Complex Service Provisioning in Collaborative Cloud Markets Melane Sebenhaar, Ulrch Lampe, Tm Lehrg, Sebastan Zöller, Stefan Schulte, Ralf Stenmetz: Complex Servce Provsonng n Collaboratve Cloud Markets. In: W. Abramowcz et al. (Eds.): Proceedngs of the 4th European

More information

Kiel Institute for World Economics Duesternbrooker Weg 120 24105 Kiel (Germany) Kiel Working Paper No. 1120

Kiel Institute for World Economics Duesternbrooker Weg 120 24105 Kiel (Germany) Kiel Working Paper No. 1120 Kel Insttute for World Economcs Duesternbrooker Weg 45 Kel (Germany) Kel Workng Paper No. Path Dependences n enture Captal Markets by Andrea Schertler July The responsblty for the contents of the workng

More information

How to Sell Innovative Ideas: Property right, Information. Revelation and Contract Design

How to Sell Innovative Ideas: Property right, Information. Revelation and Contract Design Presenter Ye Zhang uke Economcs A yz137@duke.edu How to Sell Innovatve Ideas: Property rght, Informaton evelaton and Contract esgn ay 31 2011 Based on James Anton & ennes Yao s two papers 1. Expropraton

More information

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System Mnng Feature Importance: Applyng Evolutonary Algorthms wthn a Web-based Educatonal System Behrouz MINAEI-BIDGOLI 1, and Gerd KORTEMEYER 2, and Wllam F. PUNCH 1 1 Genetc Algorthms Research and Applcatons

More information

A powerful tool designed to enhance innovation and business performance

A powerful tool designed to enhance innovation and business performance A powerful tool desgned to enhance nnovaton and busness performance The LEGO Foundaton has taken over the responsblty for the LEGO SERIOUS PLAY method. Ths change wll help create the platform for the contnued

More information

Enabling P2P One-view Multi-party Video Conferencing

Enabling P2P One-view Multi-party Video Conferencing Enablng P2P One-vew Mult-party Vdeo Conferencng Yongxang Zhao, Yong Lu, Changja Chen, and JanYn Zhang Abstract Mult-Party Vdeo Conferencng (MPVC) facltates realtme group nteracton between users. Whle P2P

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-L Huang Industral Engneerng Department New Mexco State Unversty Las Cruces, New Mexco 88003, U.S.A. Abstract Patent

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS

M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS Bogdan Cubotaru, Gabrel-Mro Muntean Performance Engneerng Laboratory, RINCE School of Electronc Engneerng Dubln Cty

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

Blending Roulette Wheel Selection & Rank Selection in Genetic Algorithms

Blending Roulette Wheel Selection & Rank Selection in Genetic Algorithms Internatonal Journal of Machne Learnng and Computng, Vol. 2, o. 4, August 2012 Blendng Roulette Wheel Selecton & Rank Selecton n Genetc Algorthms Rakesh Kumar, Senor Member, IACSIT and Jyotshree, Member,

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Resource Scheduling in Desktop Grid by Grid-JQA

Resource Scheduling in Desktop Grid by Grid-JQA The 3rd Internatonal Conference on Grd and Pervasve Computng - Worshops esource Schedulng n Destop Grd by Grd-JQA L. Mohammad Khanl M. Analou Assstant professor Assstant professor C.S. Dept.Tabrz Unversty

More information

Negative Selection and Niching by an Artificial Immune System for Network Intrusion Detection

Negative Selection and Niching by an Artificial Immune System for Network Intrusion Detection Negatve Selecton and Nchng by an Artfcal Immune System for Network Intruson Detecton Jungwon Km and Peter Bentley Department of omputer Scence, Unversty ollege London, Gower Street, London, W1E 6BT, U.K.

More information

Hybrid-Learning Methods for Stock Index Modeling

Hybrid-Learning Methods for Stock Index Modeling Hybrd-Learnng Methods for Stock Index Modelng 63 Chapter IV Hybrd-Learnng Methods for Stock Index Modelng Yuehu Chen, Jnan Unversty, Chna Ajth Abraham, Chung-Ang Unversty, Republc of Korea Abstract The

More information

Level Annuities with Payments Less Frequent than Each Interest Period

Level Annuities with Payments Less Frequent than Each Interest Period Level Annutes wth Payments Less Frequent than Each Interest Perod 1 Annuty-mmedate 2 Annuty-due Level Annutes wth Payments Less Frequent than Each Interest Perod 1 Annuty-mmedate 2 Annuty-due Symoblc approach

More information

Efficient Project Portfolio as a tool for Enterprise Risk Management

Efficient Project Portfolio as a tool for Enterprise Risk Management Effcent Proect Portfolo as a tool for Enterprse Rsk Management Valentn O. Nkonov Ural State Techncal Unversty Growth Traectory Consultng Company January 5, 27 Effcent Proect Portfolo as a tool for Enterprse

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW.

SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW. SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW. Lucía Isabel García Cebrán Departamento de Economía y Dreccón de Empresas Unversdad de Zaragoza Gran Vía, 2 50.005 Zaragoza (Span) Phone: 976-76-10-00

More information

A heuristic task deployment approach for load balancing

A heuristic task deployment approach for load balancing Xu Gaochao, Dong Yunmeng, Fu Xaodog, Dng Yan, Lu Peng, Zhao Ja Abstract A heurstc task deployment approach for load balancng Gaochao Xu, Yunmeng Dong, Xaodong Fu, Yan Dng, Peng Lu, Ja Zhao * College of

More information

Resource Sharing Models and Heuristic Load Balancing Methods for

Resource Sharing Models and Heuristic Load Balancing Methods for Resource Sharng Models and Heurstc Load Balancng Methods for Grd Schedulng Problems Wanneng Shu 1,2, Lxn Dng 2,3,*, Shenwen Wang 2,3 1 College of Computer Scence, South-Central Unversty for Natonaltes,

More information

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

More information

An Evolutionary Game Theoretic Approach to Adaptive and Stable Application Deployment in Clouds

An Evolutionary Game Theoretic Approach to Adaptive and Stable Application Deployment in Clouds An Evolutonary Game Theoretc Approach to Adaptve and Stable Applcaton Deployment n Clouds Chonho Lee Unversty of Massachusetts, Boston Boston, MA 5, USA chonho@csumbedu Yuj Yamano OGIS Internatonal, Inc

More information

Dynamic Scheduling of Emergency Department Resources

Dynamic Scheduling of Emergency Department Resources Dynamc Schedulng of Emergency Department Resources Junchao Xao Laboratory for Internet Software Technologes, Insttute of Software, Chnese Academy of Scences P.O.Box 8718, No. 4 South Fourth Street, Zhong

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

An Energy-Efficient Data Placement Algorithm and Node Scheduling Strategies in Cloud Computing Systems

An Energy-Efficient Data Placement Algorithm and Node Scheduling Strategies in Cloud Computing Systems 2nd Internatonal Conference on Advances n Computer Scence and Engneerng (CSE 2013) An Energy-Effcent Data Placement Algorthm and Node Schedulng Strateges n Cloud Computng Systems Yanwen Xao Massve Data

More information

EXAMPLE PROBLEMS SOLVED USING THE SHARP EL-733A CALCULATOR

EXAMPLE PROBLEMS SOLVED USING THE SHARP EL-733A CALCULATOR EXAMPLE PROBLEMS SOLVED USING THE SHARP EL-733A CALCULATOR 8S CHAPTER 8 EXAMPLES EXAMPLE 8.4A THE INVESTMENT NEEDED TO REACH A PARTICULAR FUTURE VALUE What amount must you nvest now at 4% compoune monthly

More information

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment Survey on Vrtual Machne Placement Technques n Cloud Computng Envronment Rajeev Kumar Gupta and R. K. Paterya Department of Computer Scence & Engneerng, MANIT, Bhopal, Inda ABSTRACT In tradtonal data center

More information

The impact of hard discount control mechanism on the discount volatility of UK closed-end funds

The impact of hard discount control mechanism on the discount volatility of UK closed-end funds Investment Management and Fnancal Innovatons, Volume 10, Issue 3, 2013 Ahmed F. Salhn (Egypt) The mpact of hard dscount control mechansm on the dscount volatlty of UK closed-end funds Abstract The mpact

More information

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts Power-of-wo Polces for Sngle- Warehouse Mult-Retaler Inventory Systems wth Order Frequency Dscounts José A. Ventura Pennsylvana State Unversty (USA) Yale. Herer echnon Israel Insttute of echnology (Israel)

More information

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem Usng Mult-obectve Metaheurstcs to Solve the Software Proect Schedulng Problem Francsco Chcano Unversty of Málaga, Span chcano@lcc.uma.es Francsco Luna Unversty of Málaga, Span flv@lcc.uma.es Enrque Alba

More information

Allocating Collaborative Profit in Less-than-Truckload Carrier Alliance

Allocating Collaborative Profit in Less-than-Truckload Carrier Alliance J. Servce Scence & Management, 2010, 3: 143-149 do:10.4236/jssm.2010.31018 Publshed Onlne March 2010 (http://www.scrp.org/journal/jssm) 143 Allocatng Collaboratve Proft n Less-than-Truckload Carrer Allance

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

1. Math 210 Finite Mathematics

1. Math 210 Finite Mathematics 1. ath 210 Fnte athematcs Chapter 5.2 and 5.3 Annutes ortgages Amortzaton Professor Rchard Blecksmth Dept. of athematcal Scences Northern Illnos Unversty ath 210 Webste: http://math.nu.edu/courses/math210

More information

Joe Pimbley, unpublished, 2005. Yield Curve Calculations

Joe Pimbley, unpublished, 2005. Yield Curve Calculations Joe Pmbley, unpublshed, 005. Yeld Curve Calculatons Background: Everythng s dscount factors Yeld curve calculatons nclude valuaton of forward rate agreements (FRAs), swaps, nterest rate optons, and forward

More information

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1 Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 2014, 8, 115-121 115 Open Access A Load Balancng Strategy wth Bandwdth Constrant n Cloud Computng Jng Deng 1,*,

More information

Framing and cooperation in public good games : an experiment with an interior solution 1

Framing and cooperation in public good games : an experiment with an interior solution 1 Framng and cooperaton n publc good games : an experment wth an nteror soluton Marc Wllnger, Anthony Zegelmeyer Bureau d Econome Théorque et Applquée, Unversté Lous Pasteur, 38 boulevard d Anvers, 67000

More information

Towards a Behavioural Agent-based Assistant for e-negotiations

Towards a Behavioural Agent-based Assistant for e-negotiations Towards a Behavoural Agent-based Assstant for e-negotatons Smone A. Ludwg, Gregory E. Kersten, Xanhua Huang Abstract Software agents typcally negotate on behalf of ther owners. For ths to be effectve the

More information

Planning for Marketing Campaigns

Planning for Marketing Campaigns Plannng for Marketng Campagns Qang Yang and Hong Cheng Department of Computer Scence Hong Kong Unversty of Scence and Technology Clearwater Bay, Kowloon, Hong Kong, Chna (qyang, csch)@cs.ust.hk Abstract

More information

Testing and Debugging Resource Allocation for Fault Detection and Removal Process

Testing and Debugging Resource Allocation for Fault Detection and Removal Process Internatonal Journal of New Computer Archtectures and ther Applcatons (IJNCAA) 4(4): 93-00 The Socety of Dgtal Informaton and Wreless Communcatons, 04 (ISSN: 0-9085) Testng and Debuggng Resource Allocaton

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

More information

A Fast Incremental Spectral Clustering for Large Data Sets

A Fast Incremental Spectral Clustering for Large Data Sets 2011 12th Internatonal Conference on Parallel and Dstrbuted Computng, Applcatons and Technologes A Fast Incremental Spectral Clusterng for Large Data Sets Tengteng Kong 1,YeTan 1, Hong Shen 1,2 1 School

More information