Learning User's Scheduling Criteria in a Personal Calendar Agent!

Size: px
Start display at page:

Download "Learning User's Scheduling Criteria in a Personal Calendar Agent!"

Transcription

1 Learnng User's Schedulng Crtera n a Personal Calendar Agent! Shh-ju Ln and Jane Yung-jen Hsu Deartment of Comuter Scence and Informaton Engneerng Natonal Tawan Unversty 1 Sec 4 Roosevelt Road, Tae, 106 (02) x 120 {sjln, yjhsu}@agents.cse.ntu.edu.tw} Abstract Calendar schedulng s a necessary but tedous job n daly lfe. Even wth the hel of schedulng software, a user has to secfy hs/her ersonal schedulng crtera reeatedly n each delegaton. Ths aer resents a software agent that learns a user's schedulng atterns from ast exerence, and suggests relevant schedulng crtera when the user wants to arrange a new actvty. New schemas of schedulng crtera are nduced usng decson trees. To mrove the agent s learnng erformance, an enhanced decson tree algorthm, HID3, s roosed. Moreover, the agent observes the calendar of a user to dentfy nconsstency between hs actual behavor and schedulng crtera. The agent can alert user of such nconsstency and suggest udates to hs schedulng crtera. Exermental data show that the roosed ersonal calendar agent can not only learn a user's schedulng crtera wth hgh accuracy, but also kee u wth subsequent changes. 1. Introducton Calendar schedulng s a necessary but tedous job n daly lfe. When schedulng an actvty, one must consder ersonal restrctons and references as well as external factors such as the schedules of the other artcants, and any requred resources. There have been software develoed to hel eole manage ther calendars and schedule ther daly actvtes. For examle, Haynes et al. [1] roosed a communty of dstrbuted software agents that can communcate wth each other by e-mal, and schedule meetngs on behalf of ther users usng a negotaton mechansm. A user smly secfes the crtera of the meetng to be scheduled, then the agents fnd a tme accetable to all the artcants. Whle such agents hel automate the task of schedulng, a user needs to secfy hs schedulng crtera exlctly each tme he delegates the task to the agents. To further automate the schedulng rocess, we desgned a ersonal calendar agent that releves the user of reeated delegaton by suggestng schedulng crtera learned from ast exerence [2]. In what follows, Secton 2 frst formulates the roblem of calendar schedulng n terms of restrctons and references, and Secton 3 descrbes the roosed learnng aroach. The mechansms for udatng and verfyng the learned results are resented n Sectons 4 and 5. The exermental results are summarzed n Secton 6, followed by a dscusson of related work and the concluson. 2. Problem Formulaton When a user delegates her agent to schedule her calendar, she has to secfy the set of actvtes together wth all relevant schedulng crtera ntally. Each actvty s secfed by fve attrbutes: actvty name, artcants, locaton, requred resources, and actvty duraton. The goal of a ersonal calendar agent s to fnd the best tme to schedule each actvty by learnng the general atterns of a user's schedulng crtera and reusng them n future delegatons. Each schedulng crteron s ether a restrcton or a reference. The former defnes constrants that must hold n the user s calendar, whle the latter ndcates choces among alternatve schedules. There are three knds of restrctons as follows. (1) Tme nterval restrcton constrans the tme for a sngle actvty. For examle, takng MRT can not be scheduled at 2 a.m. snce the trans are not n servce after mdnght. (2) Precedence restrcton constrans the orderng of two actvtes. For examle, one must get a assort before travelng abroad. (3) Tme margn restrcton constrans the tme margn between two actvtes. For examle, the tme margn between two meetngs must be greater than the travel tme between the two meetng laces. Smlarly, there are three tyes of references. (1) Tme nterval reference models the user's! Ths research was sonsored n art by ROC Natonal Scence Councl under grant No. NSC E

2 reference for the executon tme of a sngle actvty, e.g. referrng workng n the mornng to at nght. (2) Precedence reference models the executon rorty of two actvtes, e.g. dong homework before layng a game. (3) Tme margn reference ndcates referred tme margn between two actvtes, e.g. arrvng at the arort at least one hour before the flght s scheduled dearture. Unlke restrctons, references may be volated. For examle, suose that a user refers meetng n the afternoon. It s accetable, whle not deal, to schedule a meetng n the mornng n order to accommodate all meetng artcants. The ersonal calendar agent nduces the general atterns of a user's schedulng crtera, whch are used as suggestons n schedulng new actvtes. The learned general atterns are reresented as schemas. A schema descrbes the condtons of the actvtes assocated wth a secfc restrcton or reference. For examle, gven a reference schema dslke meetng wth John n the mornng, the agent wll suggest dslke mornng for all meetng n whch John artcates. When the user wants to arrange a new actvty, the agent suggests relevant schedulng crtera accordng to the learned schemas. tree s the schema dslke dong entertanment outdoors n the mornng. 2 hours dslked duraton 0.5 hour exercse normal actvty name wth John? No referred work Yes dslked entertanment ndoor normal locaton outdoor dslked Fgure 1: A decson tree reresentng the tme nterval references wth resect to mornng Fgure 2 shows a decson tree for recedence restrctons. Each recedence restrcton s assocated wth two actvtes, and ndcates whether the executon order the frst actvty before the second actvty s. Each ath n the tree reresents a recedence restrcton schema. For examle, the mddle-left ath means meetng before rearng meetng materals s forbdden. name of the 1st actvty 3. Learnng Schemas codng meetng rearng meetng materal 3.1 Decson Trees name of the 2nd actvty We use a machne learnng aroach, decson tree, to nduce schemas. The schemas for the sx knds of schedulng crtera are learned resectvely. The nut to a decson tree s an nstance, whch s descrbed by a set of attrbutes; the outut of the tree s a classfcaton for that nstance. Each node n the tree secfes a test of some attrbute of the nstance, and each branch descendng from that node corresonds to one of the ossble values for ths attrbute [3]. In the decson tree for restrcton schemas, the classfcaton s ether, or forbdden; whle n the decson tree for reference schemas, the classfcaton can be one of the values {hghly referred, referred, normal, dslked, hghly dslked}. For tme nterval schemas (both the restrcton and reference schemas), the nstances n the decson tree are actvtes. For recedence and tme margn schemas, the nstances are actvty ars, as each schema s assocated wth two actvtes. For examle, the decson tree n Fgure 1 reresents the tme nterval reference wth resect to mornng. Each ath from the tree root to a leaf s a schema. For nstance, the rghtmost ath n the rearng meetng materal forbdden codng Fgure 2: A decson tree reresentng recedence restrctons The tree n Fgure 3 reresents tme margn restrctons. It ndcates whether t s to execute two actvtes wth a tme margn 0.5 hour. Academa Snca forbdden home locaton of the 2nd actvty school locaton of the 1st actvty swmmng ool school locaton of the 2nd actvty home forbdden Fgure 3: A decson tree reresentng the restrctons wth resect to tme margn of 0.5 hour.

3 3.2 Herarchcal Concets Two of the actvty attrbutes, actvty name and locaton, may contan herarchcal concets. That s, ther values can be groued nto several categores, whch can be further groued nto suer categores. The resultng categores form a herarchy of actvtes. Take the attrbute actvty name for examle. Suose that there are sx values: swm, jog, read, sng, study and codng. Among these values, swm and jog belong to exercse ; read and sng belong to enjoyment ; study and codng belong to work. Furthermore, enjoyment and exercse are sub-categores of lesure. The herarchy for actvty name s llustrated n Fgure 4. actvtes work lesure study codng exercse enjoyment swm jog read sng Fgure 4: A herarchy for the attrbute actvty name A user can categorze and buld u such herarches, so that actvtes n the same category have smlar schedulng crtera. For examle, f a user refers swmmng n the afternoon, t s lkely that he also refers joggng n the afternoon, snce they both belong to the exercse actvty. The herarchy enables the agent to nduce more general schemas n terms of categores and to make suggestons for a novel actvty n the same category. 3.3 HID3 Algorthm HID3 (herarchcal ID3) algorthm s desgned to mrove the erformance of decson tree learnng by makng use of the herarchcal attrbutes. Smlar to ID3, HID3 constructs the decson tree n a to-down fashon,.e. from root to leaves. At each node, an attrbute s selected to classfy nstances to maxmze the nformaton gan. However, when the chosen attrbute contans herarchcal concets, nstances are arttoned accordng to the categores n the herarchy, nstead of ther values. Take the herarchy n Fgure 4 as an examle, f the attrbute actvty name s selected for the frst tme, the decson tree s branched accordng to the categores on the frst level of the herarchy. That s, the nstances are dvded nto the two categores: work and lesure. When the attrbute actvty name s chosen for the second tme, the decson tree s branched accordng to the categores on the second level of the herarchy. That s, nstances n the work category are dvded nto study and codng, whle nstances n the lesure category are dvded nto exercse and enjoyment. Ths rocess reeats tll the entroy of the leaf nodes becomes zero or the lowest level of the herarchy s reached. Detals of the HID3 algorthm are descrbed below. Algorthm 1 HID3 Algorthm HID3 (S, C, A, H) Requre: A set of nstances S, a set of attrbutes A descrbng S, a set of classfcaton C for S, and an array of categores H, wth H[a] denotng the current categores for the attrbute a Create a node r for the tree f the classfcaton for all nstances n S s the same then Return r wth that classfcaton f A s emty then Return r wth the most common classfcaton for the nstances n S Choose an attrbute a from A, that best classfes S Assgn a to the test for r f a has herarchcal concets then Let V be the set of sub-categores of H[a] Let V be the set of ossble values of a for each v V test Add a new tree branch below r, corresondng to the a = v S Let be the subset of S that have value for a f S v v end for Return r s emty then Add a leaf node wth the most common classfcaton for the nstances n S v f a has herarchcal concets then f s on the lowest level of the herarchy v of a then Add the sub-tree HID3(, C, A-{a}, H) H[a]=v S v S v Add the sub-tree HID3(, C, A, H) Add the sub-tree HID3( S v, C, A-{a}, H) HID3 has a learnng bas: to classfy nstances wth the hghest level of categores n the herarches. v

4 That s, t tends to generate schemas n terms of more general categores. Therefore, t s able to mrove the generalzaton ablty of the learned schemas. The dfference of HID3 and ID3 can be exlaned from the vewont of hyothess sace. When the actvty name attrbute s selected as the classfer, ID3 hyotheszes that actvtes wth the same name have the same schedulng crtera, whle HID3 starts by hyotheszng that actvtes n the same category on the frst level of the herarchy have the same schedulng crtera. If the schedulng crtera are dfferent wthn the same category, the hyothess of HID3 shrnks and becomes all actvtes n the same category on the second level of the herarchy have the same schedulng crtera. If the schedulng crtera reman dfferent wthn the category, the hyothess wll kee shrnkng and fnally become actvtes wth the same name has the same schedulng crtera, whch s exactly the hyothess of ID3. In other words, HID3 exlores more general hyotheses before reachng the hyothess nduced by ID3. The comlexty, n both sace and tme, of HID s greater than that of ID3. Furthermore, gven that decson tree learnng erforms greedy search wthout backtrackng, the bas of HID3 may result n learnng schemas wth lower accuracy. The exerment reorted n Secton 6.1 comares the erformance of the two learnng algorthms, and examnes f HID3 s able to make better redctons when the schedulng crtera nvolvng more herarchcal concets. 4. Udatng Schemas The user's schedulng crtera may change over tme. After schemas are learned, the agent should also kee track of subsequent changes by udatng the learned schemas. To ths end, the agent kees a restrcton (or reference) value for each schema. The restrcton value r s a real number such that (1) r = 1 f the schema ndcates that the executon tme s. (2) r = -1 f the schema ndcates that the executon tme s forbdden. On the other hand, the reference value s any nteger from the set {-2, -1, 0, 1, 2}, ndcatng that the reference s {hghly referred, referred, normal, dslked, hghly dslked} resectvely. The agent catures the changes by contnuously udatng the restrcton and reference values of each schema. Gven a restrcton schema σ, the r restrcton value r of σ r s udated teratvely each tme when the user modfes the restrcton, whch s suggested accordng to σ r : r = α R + ( 1 α ) new r old where α s learnng rate n [0,1], and R s n {1, -1} to ndcate f the restrcton s {, forbdden} after the user's modfcaton. Smlarly, the functon for udatng reference value s: = α P + ( 1 α ) new old where P s n {-2, -1, 0, 1, 2} to ndcate that the reference s {hghly referred, referred, normal, dslked, hghly dslked} after the user's modfcaton. By udatng the restrcton and reference values, the agent s able to adat tself to the changes, and make udated suggestons for the user's schedulng crtera. 5. Verfyng Schemas Research n cogntve sychology shows the lable nature of human's references. Preferences secfed by a erson may be nconsstent: one may refer an alternatve A to B, refer B to C, but refer C to A ( ntranstvty of references [4]). Even f the reference s consstent, when t s reresented n terms of numercal values, these values may be asymmetrcal. For examle, one may rate the alternatve A as value 2, when the alternatve B s taken as the standard (whose value s 0 ). On the other hand, when the alternatve A s taken as the standard, B may not be rated as -2, but -3 or -1 ( asymmetry n references [5]). Therefore, modelng references by user-nut values s straghtforward, but may not be able to reflect the references accurately. There may be nconsstency between the user's schedulng crtera and schedulng behavor. For examle, the user may consder a tme nterval hghly dslked, but always schedule actvtes n t, even though other tme ntervals are avalable. Snce schemas are nduced from the schedulng crtera secfed by the user, the agent has to verfy the schemas by keeng track of the user's schedulng behavor (.e., the actual calendar). The basc dea s to calculate the frequency of volaton of a reference schema. If the frequency s too hgh, the agent suggests the user to gnore the reference. Gven a reference schemaσ, the volaton frequency v of σ s udated each tme when the actvty defned n σ s scheduled:

5 v = α V + ( 1 α ) new v old where α s learnng rate, and V s a Boolean value to ndcate f σ s volated n the actual calendar. Wth ths mechansm, the agent s able to hel the user clarfy what he/she really wants and learn the user's schedulng crtera wth better accuracy. 6. Exerments 6.1 Exerments for Learnng Schemas The tranng nstances n the exerments are generated sem-automatcally. We collected two users' daly actvtes, relevant schedulng crtera, as well as the herarches for actvty name and locaton. The users have a total of 20 and 30 schedulng crtera, resectvely. We selected 25 actvtes for learnng tme nterval restrctons and references; and 15 actvtes for learnng recedence and tme margn restrctons and references. The tranng nstances are generated accordng to these schemas and actvtes. Nose s added nto the tranng nstances randomly. The number of tranng nstances needed s calculated accordng to learnng theory to get PAC (robably aroxmately correct) results [6]. There are 196 nstances for tme nterval restrctons; 1583 for tme nterval references; 425 for recedence and tme margn restrctons; and 3640 for recedence and tme margn references. We exerment both ID3 and HID3 n nducng decson trees. Tranng nstances are dvded nto fve grous, and the learned schemas are evaluated by cross-valdaton. The exermental results show that the user's schedulng crtera can be learned by usng decson trees. The accuracy s shown n Tables 1 and 2. Accuracy (%) User A User B tranng/testng HID3 ID3 HID3 ID3 Tme nterval 98.5/ / / /89.7 Precedence 99.6/ / / /99.4 Tme margn 100/ / / /87.1 Table 1: The accuracy of learnng restrcton schemas Accuracy (%) User A User B tranng/testng HID3 ID3 HID3 ID3 Tme nterval 99.4/ / / /97.6 Precedence 100/ / / /80.9 Tme margn 99.9/ / / /97.1 Table 2: The accuracy of learnng reference schemas The two algorthms, HID3 and ID3, erform the same n the tranng set. In the testng set, HID3 has better accuracy then ID3 f there are more herarchcal concets n the nstances (e.g., User A's tme nterval references; User B's tme margn restrctons and recedence references); the two algorthms have smlar erformance f the schemas contan few herarchcal concets. Ths result shows that usng HID3 nstead of ID3 wll not degrade the erformance even f there are few herarchcal concets n the key schemas. Consder the comutaton tme of the two algorthms. HID3 needs more tme than ID3, but the dfference s less than 30%. In summary, HID3 matches the erformance of ID3 wth a slght comutatonal overhead. On the other hand, HID3 nduces more general schemas and makes better redctons when the learnng target contans herarchcal concets. 6.2 Exerments for Udatng Schemas We randomly generated 1500 schemas for restrcton and reference resectvely, and smulate the user's changes by modfyng each schema arbtrarly. The results show that changes of restrctons and references can be catured by udatng the restrcton value (and reference value) of schemas. On average, t takes about 2 to 5 teratons to kee u wth changes n restrctons; and 3 to 6 teratons to kee u wth changes n references. 7. Related Work and Concluson There are two eces of mortant research n ths roblem doman. One s CAP (Calendar APrentce) by Mtchell et al [7], and the other s the learnng nterface agent by Maes [8, 9]. Both of them are learnng agents that hel eole n calendar schedulng. The CAP agent observes the user's schedulng behavor, and hels the user by suggestng meetng arameters (e.g., locaton, duraton, date, tme). These suggestons are based on some rules nduced by decson trees from the meetngs scheduled by the user earler. Maes's learnng nterface agent learns from the user's behavor by memory-based learnng, and redcts the user's acton n a artcular stuaton. The agent may suggest an acton to the user (e.g., to accet an nvtaton, to reschedule a meetng) by comarng current stuaton aganst revous exerence.

6 Both of them focus on learnng and redctng the executon tme of the user s actvtes. However, suggestng executon tme er se s hardly meanngful, esecally when the actvty nvolves other artcants and/or resources. The user cannot determne the executon tme wthout consderng external factors of schedulng (e.g., the references of other artcants, the schedule of requred resources). Therefore, the executon tme becomes undecded and unredctable for any sngle user, let alone the agent. It s also roblematc to learn from executon tme. The executon tme s a comromse between the user's references and other external factors. The user may volate the ersonal references n order to gve way to the schedulng crtera of other artcants or resources. However, the user may mantan the same references the next tme around and wll arrange actvtes n the referred tme wthout conflcts from external factors. In other words, executon tme s not necessarly the referred tme. As a result, learnng from executon tme does not always reflect the actual references of the user. The other roblem s, t s too secfc to nduce references from executon tme. For examle, the user refers meetng wth John n the afternoon. Suose the meetngs haened to be scheduled on Wed. afternoon for several tmes. The agent observes the calendar and concludes: the user refers Wed. afternoon. Actually, the user has no reference for Wed. over other days. By observng the calendar only, t s mossble and unreasonable for the agent to generalze from refer Wed. afternoon to refer afternoon. In other words, the executon tme for meetngs s too secfc to learn, and the learned result s only a small art of the user's reference. The agent cannot get the whole cture of the user's references, untl all knds of meetngs were scheduled n every ossble tme slot at least once. That s to say, the agent s not able to redct the restrctons and references for a novel <meetng, executon tme> ar, due to the lack of generalzaton ablty. Instead of executon tme, the roosed ersonal calendar agent learns to redct schedulng crtera. When the user wants to arrange an actvty nvolvng external factors, t s more lausble for the agent to suggest schedulng crtera. Such crtera need to be exchanged wth the other artcants. An actvty s then scheduled based on the schedulng crtera of all artcants and resources. It s also easer to learn from schedulng crtera than executon tme. The user wrtes schedulng crtera for actvtes, and the agent nduces schemas of the schedulng crtera. Because of the generalzaton ower of learnng, the agent s able to suggest schedulng crtera for revously seen actvtes as well as for novel actvtes. Snce the agent also kees track of the actual calendar and calculates the volaton frequency of each schema, t can not only reeat the user's schedulng crtera, but also suggest useful modfcatons roactvely. Ths aer has resented an agent to learn a user's schedulng crtera. The exermental evdence shows that the agent can learn a user's schedulng crtera wth hgh accuracy, and kee u wth subsequent changes effectvely. Such a learnng agent can work wth other calendar schedulng software to automate the schedulng rocess and to mrove the qualty of the resultng schedule. References [1] T. Haynes, S. Sen, N. Arora, and R. Nadella. An automated meetng schedulng system that utlzes user references. In Proceedngs of Agents 97 Conference, [2] S. J. Ln. Learnng restrctons and references n a ersonal agent for calendar schedulng. Master s thess, Natonal Tawan Unversty, Tae, Tawan, [3] T. Mtchell. Machne Learnng, chater 3. New York: McGraw-Hll, [4] A. Tversky. Intranstvty of references. Psychologcal Revew, 76:31-48, [5] P. D. Tyson. Do your standards make any dfference? Asymmetry n reference judgments. Percetual and Motor Sklls, 63: , [6] S. J. Russell. Artfcal ntellgence: A modern aroach, chater 18. London: Prentce Hall Internatonal, [7] T. Mtchell, R. Caruana, D. Fretag, J. McDermott, and D. Zabowsk. Exerence wth learnng ersonal assstant. Communcatons of the ACM, 37:81-91, [8] P. Maes and R. Kozerok. Agents that reduce work and nformaton overload. Communcatons of the ACM, 37:31-40, [9] R. Kozerok and P. Maes. A learnng nterface agent for schedulng meetngs. In Proceedngs of Intellgent User Interfaces 93, 1993.

A Prediction System Based on Fuzzy Logic

A Prediction System Based on Fuzzy Logic Proceedngs of the World Congress on Engneerng and Comuter Scence 2008 WCECS 2008, October 22-24, 2008, San Francsco, USA A Predcton System Based on Fuzzy Logc Vadeh.V,Monca.S, Mohamed Shek Safeer.S, Deeka.M

More information

A Study on Secure Data Storage Strategy in Cloud Computing

A Study on Secure Data Storage Strategy in Cloud Computing Journal of Convergence Informaton Technology Volume 5, Number 7, Setember 00 A Study on Secure Data Storage Strategy n Cloud Comutng Danwe Chen, Yanjun He, Frst Author College of Comuter Technology, Nanjng

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

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

A New Technique for Vehicle Tracking on the Assumption of Stratospheric Platforms. Department of Civil Engineering, University of Tokyo **

A New Technique for Vehicle Tracking on the Assumption of Stratospheric Platforms. Department of Civil Engineering, University of Tokyo ** Fuse, Taash A New Technque for Vehcle Tracng on the Assumton of Stratosherc Platforms Taash FUSE * and Ehan SHIMIZU ** * Deartment of Cvl Engneerng, Unversty of Toyo ** Professor, Deartment of Cvl Engneerng,

More information

Optimal maintenance of a production-inventory system with continuous repair times and idle periods

Optimal maintenance of a production-inventory system with continuous repair times and idle periods Proceedngs o the 3 Internatonal Conerence on Aled Mathematcs and Comutatonal Methods Otmal mantenance o a roducton-nventory system wth contnuous rear tmes and dle erods T. D. Dmtrakos* Deartment o Mathematcs

More information

Dynamic Load Balancing of Parallel Computational Iterative Routines on Platforms with Memory Heterogeneity

Dynamic Load Balancing of Parallel Computational Iterative Routines on Platforms with Memory Heterogeneity Dynamc Load Balancng of Parallel Comutatonal Iteratve Routnes on Platforms wth Memory Heterogenety Davd Clare, Alexey Lastovetsy, Vladmr Rychov School of Comuter Scence and Informatcs, Unversty College

More information

A Comprehensive Analysis of Bandwidth Request Mechanisms in IEEE 802.16 Networks

A Comprehensive Analysis of Bandwidth Request Mechanisms in IEEE 802.16 Networks A Comrehensve Analyss of Bandwdth Reuest Mechansms n IEEE 802.6 Networks Davd Chuck, Kuan-Yu Chen and J. Morrs Chang Deartment of Electrcal and Comuter Engneerng Iowa State Unversty, Ames, Iowa 500, USA

More information

Load Balancing of Parallelized Information Filters

Load Balancing of Parallelized Information Filters IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL. XXX, NO. XX, XXXXXXX 2001 1 Load Balancng of Parallelzed Informaton Flters Nel C. Rowe, Member, IEEE Comuter Socety, and Amr Zaky, Member, IEEE

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

BPMSG AHP Excel Template with multiple Inputs

BPMSG AHP Excel Template with multiple Inputs BPMSG AP Excel Temlate wth multle Inuts Author: Klaus D. Goeel htt://bmsg.com Overvew The AP temlate works under Wndows OS and Excel verson MS Excel 2 (xlsx extenson). The workbook conssts of 2 nut worksheets

More information

Chapter 3: Dual-bandwidth Data Path and BOCP Design

Chapter 3: Dual-bandwidth Data Path and BOCP Design Chater 3: Dual-bandwdth Data Path and BOCP Desgn 3. Introducton The focus of ths thess s on the 4G wreless moble Internet networks to rovde data servces wthn the overlang areas of CDA2000-WLA networks.

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

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

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

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

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

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

A NEW ACTIVE QUEUE MANAGEMENT ALGORITHM BASED ON NEURAL NETWORKS PI. M. Yaghoubi Waskasi MYaghoubi@ece.ut.ac.ir. M. J. Yazdanpanah Yazdan@ut.ac.

A NEW ACTIVE QUEUE MANAGEMENT ALGORITHM BASED ON NEURAL NETWORKS PI. M. Yaghoubi Waskasi MYaghoubi@ece.ut.ac.ir. M. J. Yazdanpanah Yazdan@ut.ac. A NEW ACTIVE QUEUE MANAGEMENT ALGORITHM BASED ON NEURAL NETWORKS M. Yaghoub Waskas MYaghoub@ece.ut.ac.r M. J. Yazdananah Yazdan@ut.ac.r N. Yazdan Yazdan@ut.ac.r Control and Intellgent Processng Center

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

Efficient Computation of Optimal, Physically Valid Motion

Efficient Computation of Optimal, Physically Valid Motion Vol. xx No. xx,.1 5, 200x 1 Effcent Comutaton of Otmal, Physcally Vald Moton Anthony C. Fang 1 and Nancy S. Pollard 2 1 Deartment of Comuter Scence, Natonal Unversty of Sngaore 2 Robotcs Insttute, Carnege

More information

Applied Research Laboratory. Decision Theory and Receiver Design

Applied Research Laboratory. Decision Theory and Receiver Design Decson Theor and Recever Desgn Sgnal Detecton and Performance Estmaton Sgnal Processor Decde Sgnal s resent or Sgnal s not resent Nose Nose Sgnal? Problem: How should receved sgnals be rocessed n order

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

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

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

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

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

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently.

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently. Corporate Polces & Procedures Human Resources - Document CPP216 Leave Management Frst Produced: Current Verson: Past Revsons: Revew Cycle: Apples From: 09/09/09 26/10/12 09/09/09 3 years Immedately Authorsaton:

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

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

The University of Texas at Austin. Austin, Texas 78712. December 1987. Abstract. programs in which operations of dierent processes mayoverlap.

The University of Texas at Austin. Austin, Texas 78712. December 1987. Abstract. programs in which operations of dierent processes mayoverlap. Atomc Semantcs of Nonatomc Programs James H. Anderson Mohamed G. Gouda Department of Computer Scences The Unversty of Texas at Austn Austn, Texas 78712 December 1987 Abstract We argue that t s possble,

More information

A Structure Preserving Database Encryption Scheme

A Structure Preserving Database Encryption Scheme A Structure Preservng Database Encryton Scheme Yuval Elovc, Ronen Wasenberg, Erez Shmuel, Ehud Gudes Ben-Guron Unversty of the Negev, Faculty of Engneerng, Deartment of Informaton Systems Engneerng, Postfach

More information

Modeling and Prediction of Pedestrian Behavior based on the Sub-goal Concept

Modeling and Prediction of Pedestrian Behavior based on the Sub-goal Concept Modelng and Predcton of Pedestran Behavor based on the Sub-goal Concet Tetsush Ieda, Yoshhro Chgodo, Danel Rea, Francesco Zanlungo, Masahro Shom, Taayu Kanda Intellgent Robotcs and Communcaton Laboratores,

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

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

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

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

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

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

MULTIVAC Customer Portal Your access to the MULTIVAC World

MULTIVAC Customer Portal Your access to the MULTIVAC World MULTIVAC Customer Portal Your access to the MULTIVAC World 2 Contents MULTIVAC Customer Portal Introducton 24/7 Accessblty Your ndvdual nformaton Smple and ntutve Helpful and up to date Your benefts at

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

Selecting Best Employee of the Year Using Analytical Hierarchy Process

Selecting Best Employee of the Year Using Analytical Hierarchy Process J. Basc. Appl. Sc. Res., 5(11)72-76, 2015 2015, TextRoad Publcaton ISSN 2090-4304 Journal of Basc and Appled Scentfc Research www.textroad.com Selectng Best Employee of the Year Usng Analytcal Herarchy

More information

Towards an Effective Personalized Information Filter for P2P Based Focused Web Crawling

Towards an Effective Personalized Information Filter for P2P Based Focused Web Crawling Journal of Comuter Scence (1): 97-103, 006 ISS 1549-3636 006 Scence Publcatons Towards an Effectve Personalzed Informaton Flter for PP Based Focused Web Crawlng Fu Xang-hua and Feng Bo-qn Deartment of

More information

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr Proceedngs of the 41st Internatonal Conference on Computers & Industral Engneerng BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK Yeong-bn Mn 1, Yongwoo Shn 2, Km Jeehong 1, Dongsoo

More information

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña Proceedngs of the 2008 Wnter Smulaton Conference S. J. Mason, R. R. Hll, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

Using Content-Based Filtering for Recommendation 1

Using Content-Based Filtering for Recommendation 1 Usng Content-Based Flterng for Recommendaton 1 Robn van Meteren 1 and Maarten van Someren 2 1 NetlnQ Group, Gerard Brandtstraat 26-28, 1054 JK, Amsterdam, The Netherlands, robn@netlnq.nl 2 Unversty of

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

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

More information

We assume your students are learning about self-regulation (how to change how alert they feel) through the Alert Program with its three stages:

We assume your students are learning about self-regulation (how to change how alert they feel) through the Alert Program with its three stages: Welcome to ALERT BINGO, a fun-flled and educatonal way to learn the fve ways to change engnes levels (Put somethng n your Mouth, Move, Touch, Look, and Lsten) as descrbed n the How Does Your Engne Run?

More information

An Analytical Model for Multi-tier Internet Services and Its Applications

An Analytical Model for Multi-tier Internet Services and Its Applications An Analytcal Model for Mult-ter Internet Servces and Its Alcatons Bhuvan Urgaonkar, Govann Pacfc, Prashant Shenoy, Mke Sretzer, and Asser Tantaw Det. of Comuter Scence, Servce Management Mddleware Det.,

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Internatonal Journal of Electronc Busness Management, Vol. 3, No. 4, pp. 30-30 (2005) 30 THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Yu-Mn Chang *, Yu-Cheh

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

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

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

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

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

Using Supervised Clustering Technique to Classify Received Messages in 137 Call Center of Tehran City Council

Using Supervised Clustering Technique to Classify Received Messages in 137 Call Center of Tehran City Council Usng Supervsed Clusterng Technque to Classfy Receved Messages n 137 Call Center of Tehran Cty Councl Mahdyeh Haghr 1*, Hamd Hassanpour 2 (1) Informaton Technology engneerng/e-commerce, Shraz Unversty (2)

More information

Energy-based Design of Steel Structures According to the Predefined Interstory Drift Ratio 1

Energy-based Design of Steel Structures According to the Predefined Interstory Drift Ratio 1 Dgest 01, December 01, 1573-1593 Energy-based Desgn of Steel Structures Accordng to the Predefned Interstory Drft Rato 1 Onur ERTER* Özgür BOZDAĞ** ustafa DÜZGÜ*** ABSTRACT The methods whch take lace n

More information

Research Article Competition and Integration in Closed-Loop Supply Chain Network with Variational Inequality

Research Article Competition and Integration in Closed-Loop Supply Chain Network with Variational Inequality Hndaw Publshng Cororaton Mathematcal Problems n Engneerng Volume 2012, Artcle ID 524809, 21 ages do:10.1155/2012/524809 Research Artcle Cometton and Integraton n Closed-Loo Suly Chan Network wth Varatonal

More information

Chosen Public Key and Ciphertext Secure Proxy Re-encryption Schemes

Chosen Public Key and Ciphertext Secure Proxy Re-encryption Schemes Internatonal Journal of Dgtal ontent Technology and ts Alcatons Volume 4 Number 9 December 00 hosen Publc Key and hertext Secure Proxy Re-encryton Schemes Lmng Fang Wlly Suslo Yongun Ren huneng Ge and

More information

A Ratio-Based Control Algorithm for Defense of DDoS Attacks

A Ratio-Based Control Algorithm for Defense of DDoS Attacks A Rato-Based ontrol Algorthm for Defense of DDoS Attacks Sheng-Ya n Yong Xong Jyh-harn u Deartment of omuter Scence eas A&M Unversty ollege Staton X 7784- {shengyayonglu}@cs.tamu.edu echncal Reort 005--4

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

A Survey of Stroke- Based Rendering

A Survey of Stroke- Based Rendering Tutoral A Survey of Stroke- Based Renderng Ths tutoral descrbes stroke-based renderng (SBR), an automatc aroach to creatng nonhotorealstc magery by lacng dscrete elements such as ant strokes or stles.

More information

INVENTORY MANAGEMENT REVISED

INVENTORY MANAGEMENT REVISED Scence & Mltary 2/2011 INVENTORY MANAGEMENT REVISED Analyss of behavoral asects of decson makng wthn Sales & Oeratons Plannng rocess Peter JUREČKA Abstract: The urose of ths artcle s to extend the standard

More information

Assessing Student Learning Through Keyword Density Analysis of Online Class Messages

Assessing Student Learning Through Keyword Density Analysis of Online Class Messages Assessng Student Learnng Through Keyword Densty Analyss of Onlne Class Messages Xn Chen New Jersey Insttute of Technology xc7@njt.edu Brook Wu New Jersey Insttute of Technology wu@njt.edu ABSTRACT Ths

More information

HowHow to Find the Best Online Stock Broker

HowHow to Find the Best Online Stock Broker A GENERAL APPROACH FOR SECURITY MONITORING AND PREVENTIVE CONTROL OF NETWORKS WITH LARGE WIND POWER PRODUCTION Helena Vasconcelos INESC Porto hvasconcelos@nescportopt J N Fdalgo INESC Porto and FEUP jfdalgo@nescportopt

More information

Analysis and Modeling of Buck Converter in Discontinuous-Output-Inductor-Current Mode Operation *

Analysis and Modeling of Buck Converter in Discontinuous-Output-Inductor-Current Mode Operation * Energy and Power Engneerng, 3, 5, 85-856 do:.436/ee.3.54b63 Publshed Onlne July 3 (htt://www.scr.org/journal/ee) Analyss and Modelng of Buck Converter n Dscontnuous-Outut-Inductor-Current Mode Oeraton

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

http://wrap.warwick.ac.uk

http://wrap.warwick.ac.uk Orgnal ctaton: Crstea, Alexandra I. and De Moo, A. (2003) Desgner adaptaton n adaptve hypermeda authorng. In: Internatonal Conference on Informaton Technology : Codng and Computng (ITCC 2003), Las Vegas,

More information

Evaluation of the information servicing in a distributed learning environment by using monitoring and stochastic modeling

Evaluation of the information servicing in a distributed learning environment by using monitoring and stochastic modeling MultCraft Internatonal Journal of Engneerng, Scence and Technology Vol, o, 9, -4 ITERATIOAL JOURAL OF EGIEERIG, SCIECE AD TECHOLOGY wwwest-ngcom 9 MultCraft Lmted All rghts reserved Evaluaton of the nformaton

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

www.engineerspress.com Neural Network Solutions for Forward Kinematics Problem of Hybrid Serial-Parallel Manipulator

www.engineerspress.com Neural Network Solutions for Forward Kinematics Problem of Hybrid Serial-Parallel Manipulator www.engneersress.com World of Scences Journal ISSN: 307-307 Year: 03 Volume: Issue: 8 Pages: 48-58 Aahmad Ghanbar,, Arash ahman Deartment of Mechancal Engneerng, Unversty of Tabrz, Tabrz, Iran School of

More information

Towards a Global Online Reputation

Towards a Global Online Reputation Hu L Unversty of Ottawa 55 Laurer Ave E Ottawa, ON KN 6N5 Canada + (63) 562 5800, 8834 Hl03@uottawa.ca Towards a Global Onlne Reputaton Morad Benyoucef Unversty of Ottawa 55 Laurer Ave E Ottawa, ON KN

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

Portfolio Loss Distribution

Portfolio Loss Distribution Portfolo Loss Dstrbuton Rsky assets n loan ortfolo hghly llqud assets hold-to-maturty n the bank s balance sheet Outstandngs The orton of the bank asset that has already been extended to borrowers. Commtment

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES 82 Internatonal Journal of Electronc Busness Management, Vol. 0, No. 3, pp. 82-93 (202) A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES Feng-Cheng Yang * and We-Tng Wu

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 Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

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

Dynamic Fleet Management for Cybercars

Dynamic Fleet Management for Cybercars Proceedngs of the IEEE ITSC 2006 2006 IEEE Intellgent Transportaton Systems Conference Toronto, Canada, September 17-20, 2006 TC7.5 Dynamc Fleet Management for Cybercars Fenghu. Wang, Mng. Yang, Ruqng.

More information

A Dynamic Energy-Efficiency Mechanism for Data Center Networks

A Dynamic Energy-Efficiency Mechanism for Data Center Networks A Dynamc Energy-Effcency Mechansm for Data Center Networks Sun Lang, Zhang Jnfang, Huang Daochao, Yang Dong, Qn Yajuan A Dynamc Energy-Effcency Mechansm for Data Center Networks 1 Sun Lang, 1 Zhang Jnfang,

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

Improved SVM in Cloud Computing Information Mining

Improved SVM in Cloud Computing Information Mining Internatonal Journal of Grd Dstrbuton Computng Vol.8, No.1 (015), pp.33-40 http://dx.do.org/10.1457/jgdc.015.8.1.04 Improved n Cloud Computng Informaton Mnng Lvshuhong (ZhengDe polytechnc college JangSu

More information

Performance Analysis and Coding Strategy of ECOC SVMs

Performance Analysis and Coding Strategy of ECOC SVMs Internatonal Journal of Grd and Dstrbuted Computng Vol.7, No. (04), pp.67-76 http://dx.do.org/0.457/jgdc.04.7..07 Performance Analyss and Codng Strategy of ECOC SVMs Zhgang Yan, and Yuanxuan Yang, School

More information

Implementations of Web-based Recommender Systems Using Hybrid Methods

Implementations of Web-based Recommender Systems Using Hybrid Methods Internatonal Journal of Computer Scence & Applcatons Vol. 3 Issue 3, pp 52-64 2006 Technomathematcs Research Foundaton Implementatons of Web-based Recommender Systems Usng Hybrd Methods Janusz Sobeck Insttute

More information

JCM_VN_AM003_ver01.0 Sectoral scope: 03

JCM_VN_AM003_ver01.0 Sectoral scope: 03 Sectoral scoe: 03 Jont Credtng Mechansm Aroved Methodology VN_AM003 Imrovng the energy effcency of commercal buldngs by utlzaton of hgh effcency equment A. Ttle of the methodology Imrovng the energy effcency

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

Research of Network System Reconfigurable Model Based on the Finite State Automation

Research of Network System Reconfigurable Model Based on the Finite State Automation JOURNAL OF NETWORKS, VOL., NO. 5, MAY 24 237 Research of Network System Reconfgurable Model Based on the Fnte State Automaton Shenghan Zhou and Wenbng Chang School of Relablty and System Engneerng, Behang

More information

Marginal Benefit Incidence Analysis Using a Single Cross-section of Data. Mohamed Ihsan Ajwad and Quentin Wodon 1. World Bank.

Marginal Benefit Incidence Analysis Using a Single Cross-section of Data. Mohamed Ihsan Ajwad and Quentin Wodon 1. World Bank. Margnal Beneft Incdence Analyss Usng a Sngle Cross-secton of Data Mohamed Ihsan Ajwad and uentn Wodon World Bank August 200 Abstract In a recent paper, Lanjouw and Ravallon proposed an attractve and smple

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

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

Inter-domain Alliance Authentication Protocol Based on Blind Signature

Inter-domain Alliance Authentication Protocol Based on Blind Signature Internatonal Journal of Securty Its Alcatons Vol9 No2 (205) 97-206 htt://ddoorg/04257/sa205929 Inter-doman Allance Authentcaton Protocol Based on Blnd Sgnature Zhang Je Zhang Q-kun Gan Yong Yn Yfeng Tan

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

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements Lecture 3 Densty estmaton Mlos Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square Next lecture: Matlab tutoral Announcements Rules for attendng the class: Regstered for credt Regstered for audt (only f there

More information