A Simple Approach to Clustering in Excel

Size: px
Start display at page:

Download "A Simple Approach to Clustering in Excel"

Transcription

1 A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda K P Soman Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda ABSTRACT Data clusterng refers to the method of groupng data nto dfferent groups dependng on ther characterstcs. Ths groupng brngs an order n the data and hence further processng on ths data s made easer. Ths paper explans the clusterng process usng the smplest of clusterng algorthms - the K-Means. The novelty of the paper comes from the fact that t shows a way to perform clusterng n Mcrosoft Excel 2007 wthout usng macros, through the nnovatve use of what-f analyss. The paper also shows that, mage processng operatons can be done n excel and all operatons except dsplayng an mage do not requre a macro. The paper gves a soluton to the problem of readng an mage n excel by ntroducng a user defned add-n. The paper also has explaned and mplemented mage segmentaton as an applcaton of clusterng. Ths paper ams at showng that Mcrosoft Excel s a great tool as far as techncal learnng s concerned for the fact that, t can mplement almost all algorthms and processes, and s very successful n provdng the frst hand exposure to an novce student. General Terms Machne learnng, Clusterng, Image processng. Keywords Data clusterng, K-Means, Image Segmentaton, Excel add-n to read mage, Mcrosoft Excel 1. INTRODUCTION It s of no doubt that, nformaton s the drvng force of the world. But what s nformaton: To be exact, t s a collecton of meanngful data. Each day n the world of computng s manpulatng on bllons of data to extract some nformaton from them. The data acts le an deal gas lterally, and they tend to fll the best and largest storage n no tme. Hence managng data s a complex job. Groupng them nto dfferent groups as soon as they are obtaned wll brng an order n the data.ths wll help n reducng the computaton complexty requred n further processng and managng t. The word Data clusterng refers to the process of parttonng a set of data nto a set of meanngful sub classes called clusters. Data clusterng has mmense number of applcatons n every feld of lfe. One mportant applcaton of clusterng s n the feld of data mnng. Data mnng s the process of dscoverng meanngful new correlaton, patterns and trends by sftng through large amounts of data, usng pattern recognton technologes as well as statstcal and mathematcal technques. Clusterng s often one of the frst steps n data mnng analyss. It dentfes groups of related records that can be used as a startng pont for explorng further relatonshps. For example, n case of detecton of dseases le tumors, the scanned pctures or the x-rays s subjected to herarchcal clusterng. Here clusters are formed usng a varety of mages avalable for a specfc part of the body along wth vald records. Such clusters are created for all body parts. Now the tumor affected part n the body s located by comparng the test mage wth the mages n these clusters. Once the body part s located, mage s sent to that specfc matchng cluster and matched wth all the mages n that partcular cluster. Now the mage, wth whch the query mage has the most smlartes, s retreved and the record assocated to that mage s taen. Usng ths technque really fne tumor can be detected [1]. By usng clusterng an enormous amount of tme n fndng the exact match from the database s reduced. In the management sde, a normal requrement of predctng the sales of a product at dfferent ctes s acheved by clusterng demographcally smlar ctes. Another applcaton of clusterng s load balancng n applcaton servers. Load balancng s an enterprse-level feature n whch the applcaton server automatcally alternates requests among the server nstances n a cluster. Clusterng enables applcaton servers to route requests to a runnng server nstance when the orgnal server nstance goes down [1]. Clusterng s also used to mprove the performance (.e. perplexty) of language models as well as to compress language models [2]. Here we have explaned on how to mplement one of the smplest of the clusterng algorthms, the K-Means. Ths s done wth the help of two add-n pacages avalable wth Mcrosoft Excel - the Solver and What-If analyss. As an applcaton of clusterng, the detals regardng, how segmentaton of a pcture usng clusterng can be mplemented n Mcrosoft Excel s explaned wth ths paper. 1.1 Mcrosoft Excel Mcrosoft Excel s a basc learnng tool of great potental. Excel s forte s performng numercal calculatons, organze data, compare as well present data graphcally [8]. Usng Excel t s possble to mplement almost all algorthms and thus helps the learner to get an exposure about the functonalty of the algorthm. To an extend t s true to say that Excel s an ntellgent software except that, t s only as ntellgent as the user. Excel pacage provdes wth t a large amount of features, most of them as add-n pacages. In our paper we are manly concerned about two of the add-n pacages the Solver and the What-If Analyss. We have also utlzed the condtonal formattng to provde a loo and feel to the dsplay of output. Solver s bascally an optmzaton problem solver whch taes an objectve functon and a set of constrants and provdes bac 19

2 an optmum soluton.e. best values for the varables by whch the objectve functon s made of so that the objectve functon s mnmzed or maxmzed(whch s user requrement). The "best" or optmal soluton may mean maxmzng profts, mnmzng costs, or achevng the best possble qualty. What-If Analyss feature helps n executng the same set of operatons for dfferent nputs and then records or prnts the outputs for each of those nput sets. Ths maes lfe easer by reducng the worload of dong the same set of operatons for dfferent nput sets manually. The mplcatons of What-If analyss were understood from [5], [6]. Condtonal Formattng s a method by whch specfc operaton le hghlght nterestng cells or ranges of cells, emphasze unusual values, vsualze data by usng data bars, color scales, and con set, dong some mathematcal manpulaton etc are easly mplemented, dependng on the rule set defned for that specfc set of cells. Ths rule sets wll be actve all the tme.e. When cell values are changed the rules are reappled. 2. CLUSTERING ALGORITHMS The performances gven by clusterng algorthms are heavly dependent on the spread of the data and for ths reason there are more than one clusterng algorthms whch are developed over tme. Some of them nclude the K-Means, K-Medods, the EM algorthm, dfferent types of lnage methods, the mean-shft algorthm, algorthms that mnmze some graph-cut crtera etc. Thus t s true to say that, a unversal clusterng algorthm remans an elusve goal. 2.1 K-means Clusterng K-means clusterng s one of the basc clusterng algorthms n the machne learnng doman. The nference of ths algorthm s based on the value of whch s the number of clusters that can be found n an n-dmensonal dataset. Usually the value of s assumed or nown a-pror. In -means algorthm, snce t s consdered that there s number of clusters; we consder that there are number of cluster means (cluster centers), where the cluster mean s the average of all the data-ponts fallng under each cluster. The end result of the -means clusterng algorthm s that each data pont n the data-set s grouped nto clusters around the cluster means. If the data ponts are tghtly surroundng the cluster means, then t s consdered as a hghly cohesve and good cluster, else t s not. Hence the cluster compactness forms the metrc of qualty of the -means algorthm. Thus as per [7] we can defne a measure of cluster compactness as the total dstance of each data pont of a cluster from the cluster mean whch s gven by, xîc 2 m 2 x-x = z x-x =1 where the cluster mean s defned as and m =1 x = 1 m xîc m = z s the total number of ponts allocated to x cluster. The parameter z s an ndcator varable ndcatng the sutablty of the th data pont x to be a part of the th cluster. The sutablty s determned by consderng ponts at a mnmum dstance to the cluster mean to be a part of the cluster. The value of the ndcator varable can be consdered to be 1 when the th data pont falls n the th cluster and for the other stuatons as 0.Agan from [7], the total goodness of the clusterng wll then be based on the sum of the cluster compactness measures for each of the clusters. Usng the ndcator varables z then we can defne the overall cluster goodness as: m K 2 ε = z x -x K =1 =1 Now the objectve of the algorthm s to fnd an optmum x for the above equaton so that the value of ε (the measure of overall cluster qualty) reaches ts mnmum The Smplfed Algorthm The smplfed algorthm for performng the -means clusterng can be gven n the form of an teratve mnmzaton of the overall measure of cluster qualty K. It can be elaborated n the followng steps: 1. Gven the value of, choose arbtrary cluster means x and fnd all ndcator parameters z for each of the cluster means. Ths s essentally done by puttng z as 1 f the th data pont has mnmum dstance to the th cluster mean compared to the dstance from all the other cluster means and 0 f t s not at mnmum dstance. 2. Calculate the overall metrc m K K K 1 1 z x x 3. Mnmze the overall metrc by assumng a new set of cluster means. 4. For the new set of cluster means calculate the new ndcator parameter values as descrbed n Step For the new set of cluster means and ndcator parameter values, recalculate the new overall metrc. 6. Repeat Steps 3 to 5 untl K converges. 2.2 Implementaton Detals for K-Means Clusterng Clusterng, as the name says s the process of groupng of data. In our case we tae a group of data pont n two dmensons. Let s assume data two dmensonal data ponts as (3,13), (3, 10), (8,7), (5,2), (5,4), (2,11), (5,4),(2,14), (6,2),(4,2), (10,8), (8,9), (10,9), (10,12). 2 20

3 Fgure 4 s a plot of ntal cluster centers and the data ponts. Ths s obtaned by selectng the range of the data ponts (C7:D20) and three cluster ponts separately (X=F8, Y=G8), (X=H8, Y=I8) and (X=J8, Y=K8) and then plottng t usng XY plot avalable wth excel. Fgure 1. Data ponts The data ponts are assumed here sutablty such that the three dstnct clusters can be dentfed easly (even vsually). It must be ept n mnd that the real tme data ponts wll not always provde such a vsual advantage. Clusterng can be done on any N dmensonal data and for any data groups wth any sought of compactness. Fgure 2. XY Plot of Data ponts The K Means algorthm starts wth the ntal assumpton of K. Here we have assumed K as 3. Snce K = 3, we have 3 cluster centers and they are ntalzed wth random ponts. Lets the ntal ponts assumed be (4, 4), (5, 12), (10, 6). Ths s entered n the separate cells n Mcrosoft excel sheet as shown n the fgure 3 below. Fgure 4. Cluster Center s (Intally assumed) In K-Means algorthm the objectve s to mnmze the term n j 1 1 ( j) j 2 X C, where X s the data pont belongng to the cluster and C j s the cluster center (centrod). For ths reason, as the next step we need to fnd out the Eucldan dstance of the each data pont wth all the centrods (cluster centers). Here, for easness we utlze the What-If Analyss feature avalable wth excel. As a prerequste for What-If Analyss we need to mae avalable a structure as shown below, where the X and Y values for the chosen ndex wll be taen from the table shown n fgure 1. The ndex value wll be provded n the cell G11 and the correspondng X and Y values are obtaned n the cells I11 and J11. The formula used n I11 s =INDEX(C7:C20,$G$11,1) and formula n J11 s =INDEX(D7:D20,$G$11,1). Fgure 5. A requrement for what f analyss We have 14 data ponts n our example and need to fnd the dstance (Eucldan dstance) of all the ponts wth each of the assumed cluster centers. The below fgure shows table structure desgned to fnd out the dfferent Eucldan dstances usng the What-If Analyss [5], [6]. Fgure 3. Cluster Center s (Intally assumed) 21

4 dstances to the nearest cluster centers. The mnmzaton s done wth the help of Solver feature avalable wth excel. A Solver bascally solves an optmzaton problem (mnmzaton or maxmzaton problem) subjected to a set of constrants. The fgure 7 depcts on, how to fnd optmal cluster centers usng solver. As fgure 7 show, the cell correspondng to the label Set Target cells s assgned wth the excel cell address whose content value has to be mnmzed. Here t s $T$21 (objectve functon) and the cells correspondng to the label By Changng Cells should be provded wth the address of cells whose value has to be changed/adjusted n order to acheve the mnmzaton. Here t s $F$8:$K$8. Fgure 6. Assgnment of clusters For What-If Analyss, values 1 to 14 are wrtten n leftmost column M (M7 to M20) as shown n the above screenshot of the table. In the frst row of the second column(.e. Cell N7), type the formula to fnd the Eucldan dstance of centrod 1 from data pont 1,.e.=SQRT(($I$11-$F$8)^2+($J$11-$G$8)^2), when INDEX OF CURRENT POINT s set to 1, $F$8 $I$11 wll refer to the, X coordnate of the data pont 1 and $J$11wll refer to the, Y coordnate of the data pont 1. The $F$8 holds the X value of cluster center 1 and $G$8 holds the y value of cluster center 1.Smlarly n the thrd column(.e. cell O7) type the formula for fndng dstance of second centrod wth the data pont 1..e. =SQRT(($I$11-$H$8)^2+($J$11-$I$8)^2). In the next column (.e. cell P7) do fnd the dstance wth the thrd centrod..e. =SQRT(($I$11-$J$8)^2+($J$11-$K$8)^2). In the last but one s column fnd out the class to whch the data pont 1 belongs. The formula used to obtan ths s - =IF(MIN(N7:P7)=N7,"Cluster1",IF(MIN(N7:P7)=O7,"Cluster2", "Cluster3")), here MIN(N7:P7) taes the mnmum dstance from the dstances calculated for the selected data pont wth the all the three cluster centers, 1,2 and 3. The formula also mplements the functonalty fndng out from whch column the mnmum value comes. I.e. f the mnmum comes from the second column we assgn the pont to Cluster 1, f t comes from the thrd column we assgn ths pont as a Cluster 2 pont and else f t comes from the fourth column, we assgn Cluster3. Ths s done n order to assgn the pont to a partcular cluster. The What-If Analyss wll do the above mentoned operatons for all the pont by changng the ndex value of the table shown n fgure 5 from 1 to 14 and correspondng results are assgned to the cells from S7:S20. Now we need to explctly fnd out and eep the mnmum dstance of each pont from among the three cluster centers. Ths calculaton s what s beng done n the last column. In the column labeled Mnmum dstance we calculate the sum of mnmum dstances obtaned for all the data pont. Now we calculate the sum of the above calculated mnmum dstance values for all the ponts as shown n fgure 6. The K-Means algorthm specfes to mnmze the above mentoned sum of Fgure 7. Assgnng Solver nputs On clcng the Solve button, the optmal values for all three centrods are obtaned. The solver acheves ths by ncrementng or decrementng the values of the assumed cluster centers by small factor (ths factor can be specfed as a Solver parameter). Any change n the cluster center wll reflect n the allocaton of data ponts to the clusters. [Ths s a feature of What-If Analyss add-n]. After solvng we can see that the cluster centers wll come close to the center of correspondng clusters. The reallocaton of data ponts can be seen n fgure 9. Fgure 8 shows the mnmzed dstances value and optmal cluster centers. (a) (b) Fgure 8. (a) Mnmzed dstance, (b) Optmal cluster centers 22

5 The new cluster centers obtaned are (5.218, 3.667), (3.615, ), (9.478, 8.750). The XY plot of the new cluster centers s shown n fgure 10. From fgure 10 t can be seen that the optmal cluster centers have moved more close to the center of each cluster. Due to the easness to mplement here we have chosen -means algorthm for color component clusterng. Frst of all we need to read the mage to be clustered nto excel sheet. Ths wll gve the correspondng pxel values(r, G and B) for the mage. Readng of mage s done well wthn excel by usng a user defned add-n named loadimagearray. The add-n s made avalable at [4]. The add-n was developed usng C# [3].The add-n once nstalled can be obtan from the functons tab of excel as shown below. Fgure 11. Image descrpton of selectng loadimagearray Fgure 9. Optmal clusters assgnment We can then plot the fnal ponts whch are the optmal cluster centers as show n the fgure 10. In fgure 10 we can see that, three clusters are recognzed. Ths s because the value of n our example s 3. It must be ept n mnd that can be any hgher value, and as ncreases the number of clusters whch are recognzed by the algorthm wll also ncrease. Once you select the template, we can see loadimagearray poppng up n the functon lst. On selectng ths functon one can see the below gven popup wndow. It wll as for four arguments Locaton of mage (should be gven wthn double quotes), length of mage, wdth of mage and fnally the color component you are nterested n..e. Gve 1 for acqurng red, 2 for acqurng green and 3 for acqurng blue pxels of the mage. Fgure 10. XY Plot of Data ponts and Optmal Cluster centers 2.3 An Applcaton of Clusterng Image segmentaton, an mportant problem n computer vson, s often formulated as a clusterng problem. A color pcture s made of three components R (Red), G (green) and B (components). As mentoned prevously clusterng groups the dfferent smlar data ponts dependng on the Eucldan dstance of ts property values n property space. Here we have selected a color mage and has clustered dfferent colors n a pcture. The number of clusters created wll be dependent on the value of. Here we have chosen = 4, snce there are four colors n the consdered mage. Fgure 12. loadimagearray - detals nput screen On clcng o, the frst pxel wll be shown n the selected cell of the excel sheet. Begnnng from that cell, select a range 100 x 69 cells (for ths example). Now select the formula n the startng cell where the pxel value was prnted cell and press Ctrl + Alt + Enter. Now we wll get all the pxel value for red component. Do ths same process to obtan the green and blue component by gvng 2 and 3 n place of 1. As a second step we can plot ths pcture (Apples). Ths can be done by sutably colorng the correspondng cells of an excel sheet by the color we obtan from the pxel value combnaton(r, G and B whch was obtaned n three dfferent sheets). We have acheved ths colorng of excel 23

6 cells by usng a small macro. Fnally reduces the row heght and column wdth of the excel cells to small values so that the mage can be seen n the requred sze. Now just as mentoned n -means mplementaton descrpton, we mae an arrangement, where n the R, G and B values are acqured from the table n fgure 15 by provdng the ndex values. Ths arrangement s shown n fgure 16. Fgure 16. A requrement for what f analyss Fgure 13. Apples (Input mage for clusterng) We have the mage pxel values for R, G and B components, read and stored n excel fle n separate sheets. Now we can move to segmentaton of pxel values. Ths segmentaton s done usng - means clusterng. Thus the frst process, we need to do s to randomly select the cluster centers (centrods). The values selected should be wthn the range snce pxel values can only be n ths range. Here we have selected four cluster centers snce we are nterested n clusterng 4 color ncludng one whte bacground and hence =4. Lets ths be (66, 76, 45), (240, 230, 44), (44, 113, 110) and (5, 5, 200). Ths s entered n the separate cells as shown n the fgure 14. Now as mentoned n normal K means mplementaton we obtan the dstance of the each data pont (pxel value) from all the assumed centrod pont. For each data pont, fnd the mnmum among the dstances to all the four clusters and prnt t n the last column of the table n fgure 17. The sum of these, mnmum dstances s found out and ths s the objectve functon (value) whch s to be mnmzed. Fgure 17 llustrates the whole process of obtanng the Total dstance to be mnmzed. Fgure 14. Cluster Center s (Intally assumed) The data ponts whch has to be clustered here s the pxel values of the mage (Apple). Now for convenence the pxel values obtaned for the mage s prnted on to a sngle column excel fle as shown n fgure 16 (red, green, blue pxels values should be n dfferent columns). The avalable data s wrtten n the format to help what f analyss. Fgure 17. Total dstance to be mnmzed Now we utlze Solver to fnd out an optmal value for R, G and B for each of the centrods. The optmum values of the centrod ponts found by mnmzng the sum of dstances to the nearest centrod ponts s shown n the below fgure. Fgure 18. Optmzed centrod values Fgure 15. Test data Due to use of What-If Analyss, once the cluster centers (centrods) are changed the allocaton of data pont to the clusters also changes automatcally. Now we plot the segmented mage of "Apples by assgnng dfferent user nterested colors to the ponts 24

7 belongng to dfferent clusters. Ths s also done wth the help of a macro. The segmented mage s obtaned as shown n fgure 19. Fgure 19. Clustered / Segmented Image 3. CONCLUSION Data Clusterng or groupng together of smlar data comes useful n all real world data processng applcatons. Ths paper deals wth the mplementaton of -Means clusterng n Mcrosoft Excel 2007 wth the help of What-If Analyss and Solver add-n pacages avalable by default. As an applcaton of clusterng, ths paper explans, how mage segmentaton can be done n Mcrosoft Excel. The paper also explans on newly developed add-n whch can read any mage and obtan the pxel values for red, green and blue component of the mage. Thus t s shown that the whole set of mage processng operatons such as readng, processng and prntng of mage can be done n excel. Above all ths paper stressed on the potental of Mcrosoft Excel as a scentfc learnng tool. 4. REFERENCES [1] Al, R., Ghal, U., Saeed, A. Data Clusterng and Its Applcatons. Avalable at the web address : [2] Gao, J., Goodmen, Joshua T., Mao,J. The Use of Clusterng Technques For Language Modelng. Internatonal Jouranal for Computatonal Lngustcs and Chnese Language Processng. Vol. 6, No. 1, pp [3] Gunnerson, E. and Wenholt, N. (2005), A Programmer s Introducton to C # 2.0, Thrd Edton, Publshed by Apress. ISBN (pb) : [4] Implementaton of clusterng n Excel and Excel Add-n to load Images. Avalable at the URL : sheet/. [5] MacDonald, M. (2006), Excel 2007 : The Mssng Manual.Publshed by Pogue Press, O Relly. ISBN: [6] Ragsdale, C. T. and Zobel, C. W. (2010), A Smple Approach to Implementng and Tranng Neural Networs n Excel. Decson Scences Journal of Innovatve Educaton, 8: do: /j x [7] Soman, K.P., Loganathan, R., Ajay, V. Machne learnng Wth SVM and Other Kernel Methods. Publshed by PHI Learnng Prvate Lmted. ISBN: [8] Tang, H. (2008), A Smple Approach of Data Mnng n Excel.IEEE Fourth Internatonal Conference Wreless Communcatons, Networng and Moble Computng, do : /WCom

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

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

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

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

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

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

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

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

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

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

Activity Scheduling for Cost-Time Investment Optimization in Project Management

Activity Scheduling for Cost-Time Investment Optimization in Project Management PROJECT MANAGEMENT 4 th Internatonal Conference on Industral Engneerng and Industral Management XIV Congreso de Ingenería de Organzacón Donosta- San Sebastán, September 8 th -10 th 010 Actvty Schedulng

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

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

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

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

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

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

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

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm Document Clusterng Analyss Based on Hybrd PSO+K-means Algorthm Xaohu Cu, Thomas E. Potok Appled Software Engneerng Research Group, Computatonal Scences and Engneerng Dvson, Oak Rdge Natonal Laboratory,

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

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

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

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

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

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

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

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

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

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT Chapter 4 ECOOMIC DISATCH AD UIT COMMITMET ITRODUCTIO A power system has several power plants. Each power plant has several generatng unts. At any pont of tme, the total load n the system s met by the

More information

320 The Internatonal Arab Journal of Informaton Technology, Vol. 5, No. 3, July 2008 Comparsons Between Data Clusterng Algorthms Osama Abu Abbas Computer Scence Department, Yarmouk Unversty, Jordan Abstract:

More information

An MILP model for planning of batch plants operating in a campaign-mode

An MILP model for planning of batch plants operating in a campaign-mode An MILP model for plannng of batch plants operatng n a campagn-mode Yanna Fumero Insttuto de Desarrollo y Dseño CONICET UTN yfumero@santafe-concet.gov.ar Gabrela Corsano Insttuto de Desarrollo y Dseño

More information

Enterprise Master Patient Index

Enterprise Master Patient Index Enterprse Master Patent Index Healthcare data are captured n many dfferent settngs such as hosptals, clncs, labs, and physcan offces. Accordng to a report by the CDC, patents n the Unted States made an

More information

Customer Segmentation Using Clustering and Data Mining Techniques

Customer Segmentation Using Clustering and Data Mining Techniques Internatonal Journal of Computer Theory and Engneerng, Vol. 5, No. 6, December 2013 Customer Segmentaton Usng Clusterng and Data Mnng Technques Kshana R. Kashwan, Member, IACSIT, and C. M. Velu fronter

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

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems Jont Schedulng of Processng and Shuffle Phases n MapReduce Systems Fangfe Chen, Mural Kodalam, T. V. Lakshman Department of Computer Scence and Engneerng, The Penn State Unversty Bell Laboratores, Alcatel-Lucent

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

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

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms Internatonal Journal of Appled Informaton Systems (IJAIS) ISSN : 2249-0868 Foundaton of Computer Scence FCS, New York, USA Volume 7 No.7, August 2014 www.jas.org Cluster Analyss of Data Ponts usng Parttonng

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

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

Statistical Approach for Offline Handwritten Signature Verification

Statistical Approach for Offline Handwritten Signature Verification Journal of Computer Scence 4 (3): 181-185, 2008 ISSN 1549-3636 2008 Scence Publcatons Statstcal Approach for Offlne Handwrtten Sgnature Verfcaton 2 Debnath Bhattacharyya, 1 Samr Kumar Bandyopadhyay, 2

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

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

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

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

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

Dynamic Fuzzy Pattern Recognition

Dynamic Fuzzy Pattern Recognition Dynamc Fuzzy Pattern Recognton Von der Fakultät für Wrtschaftswssenschaften der Rhensch-Westfälschen Technschen Hochschule Aachen zur Erlangung des akademschen Grades enes Doktors der Wrtschafts- und Sozalwssenschaften

More information

Time Value of Money. Types of Interest. Compounding and Discounting Single Sums. Page 1. Ch. 6 - The Time Value of Money. The Time Value of Money

Time Value of Money. Types of Interest. Compounding and Discounting Single Sums. Page 1. Ch. 6 - The Time Value of Money. The Time Value of Money Ch. 6 - The Tme Value of Money Tme Value of Money The Interest Rate Smple Interest Compound Interest Amortzng a Loan FIN21- Ahmed Y, Dasht TIME VALUE OF MONEY OR DISCOUNTED CASH FLOW ANALYSIS Very Important

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

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

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

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

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

Sensor placement for leak detection and location in water distribution networks

Sensor placement for leak detection and location in water distribution networks Sensor placement for leak detecton and locaton n water dstrbuton networks ABSTRACT R. Sarrate*, J. Blesa, F. Near, J. Quevedo Automatc Control Department, Unverstat Poltècnca de Catalunya, Rambla de Sant

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

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

Automated Mobile ph Reader on a Camera Phone

Automated Mobile ph Reader on a Camera Phone Automated Moble ph Reader on a Camera Phone B.Y. Loh, N.K. Vuong, S. Chan and C.. Lau AbstractA robust classfcaton algorthm that apples color scence and mage processng technques s developed to automatcally

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

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

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

Cluster Analysis. Cluster Analysis

Cluster Analysis. Cluster Analysis Cluster Analyss Cluster Analyss What s Cluster Analyss? Types of Data n Cluster Analyss A Categorzaton of Maor Clusterng Methos Parttonng Methos Herarchcal Methos Densty-Base Methos Gr-Base Methos Moel-Base

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

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

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

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

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 Programming Model for the Cloud Platform

A Programming Model for the Cloud Platform Internatonal Journal of Advanced Scence and Technology A Programmng Model for the Cloud Platform Xaodong Lu School of Computer Engneerng and Scence Shangha Unversty, Shangha 200072, Chna luxaodongxht@qq.com

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

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

Forensic Handwritten Document Retrieval System

Forensic Handwritten Document Retrieval System Forensc Handwrtten Document Retreval System Sargur N SRIHARI and Zhxn SHI + Center of Excellence for Document Analyss and Recognton (CEDAR), Unversty at Buffalo, State Unversty of New York, Buffalo, USA

More information

Sample Design in TIMSS and PIRLS

Sample Design in TIMSS and PIRLS Sample Desgn n TIMSS and PIRLS Introducton Marc Joncas Perre Foy TIMSS and PIRLS are desgned to provde vald and relable measurement of trends n student achevement n countres around the world, whle keepng

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

Mining Multiple Large Data Sources

Mining Multiple Large Data Sources The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 2 24 Mnng Multple Large Data Sources Anmesh Adhkar, Pralhad Ramachandrarao 2, Bhanu Prasad 3, and Jhml Adhkar 4 Department of

More information

How To Solve An Onlne Control Polcy On A Vrtualzed Data Center

How To Solve An Onlne Control Polcy On A Vrtualzed Data Center Dynamc Resource Allocaton and Power Management n Vrtualzed Data Centers Rahul Urgaonkar, Ulas C. Kozat, Ken Igarash, Mchael J. Neely urgaonka@usc.edu, {kozat, garash}@docomolabs-usa.com, mjneely@usc.edu

More information

Demographic and Health Surveys Methodology

Demographic and Health Surveys Methodology samplng and household lstng manual Demographc and Health Surveys Methodology Ths document s part of the Demographc and Health Survey s DHS Toolkt of methodology for the MEASURE DHS Phase III project, mplemented

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

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Artcle ID 867836 pages http://dxdoorg/055/204/867836 Research Artcle Enhanced Two-Step Method va Relaxed Order of α-satsfactory Degrees for Fuzzy

More information

A Comparative Study of Data Clustering Techniques

A Comparative Study of Data Clustering Techniques A COMPARATIVE STUDY OF DATA CLUSTERING TECHNIQUES A Comparatve Study of Data Clusterng Technques Khaled Hammouda Prof. Fakhreddne Karray Unversty of Waterloo, Ontaro, Canada Abstract Data clusterng s a

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

M-applications Development using High Performance Project Management Techniques

M-applications Development using High Performance Project Management Techniques M-applcatons Development usng Hgh Performance Project Management Technques PAUL POCATILU, MARIUS VETRICI Economc Informatcs Department Academy of Economc Studes 6 Pata Romana, Sector, Bucharest ROMANIA

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

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

Nature of Computer mages' Talents

Nature of Computer mages' Talents Parallelzng Tracng Algorthms María Carna Roldan, Marcelo Naouf, Armando De Gust 3 mcroldan@vttal.com.ar, {mnaouf, degust}@ld.nfo.unlp.edu.ar LIDI. Laboratoro de Investgacón y Desarrollo en Informátca 4

More information

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007.

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. Inter-Ing 2007 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. UNCERTAINTY REGION SIMULATION FOR A SERIAL ROBOT STRUCTURE MARIUS SEBASTIAN

More information

7.5. Present Value of an Annuity. Investigate

7.5. Present Value of an Annuity. Investigate 7.5 Present Value of an Annuty Owen and Anna are approachng retrement and are puttng ther fnances n order. They have worked hard and nvested ther earnngs so that they now have a large amount of money on

More information

8 Algorithm for Binary Searching in Trees

8 Algorithm for Binary Searching in Trees 8 Algorthm for Bnary Searchng n Trees In ths secton we present our algorthm for bnary searchng n trees. A crucal observaton employed by the algorthm s that ths problem can be effcently solved when the

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

An ILP Formulation for Task Mapping and Scheduling on Multi-core Architectures

An ILP Formulation for Task Mapping and Scheduling on Multi-core Architectures An ILP Formulaton for Task Mappng and Schedulng on Mult-core Archtectures Yng Y, We Han, Xn Zhao, Ahmet T. Erdogan and Tughrul Arslan Unversty of Ednburgh, The Kng's Buldngs, Mayfeld Road, Ednburgh, EH9

More information

Design and Development of a Security Evaluation Platform Based on International Standards

Design and Development of a Security Evaluation Platform Based on International Standards Internatonal Journal of Informatcs Socety, VOL.5, NO.2 (203) 7-80 7 Desgn and Development of a Securty Evaluaton Platform Based on Internatonal Standards Yuj Takahash and Yoshm Teshgawara Graduate School

More information

An Integrated Approach for Maintenance and Delivery Scheduling in Military Supply Chains

An Integrated Approach for Maintenance and Delivery Scheduling in Military Supply Chains An Integrated Approach for Mantenance and Delvery Schedulng n Mltary Supply Chans Dmtry Tsadkovch 1*, Eugene Levner 2, Hanan Tell 2 and Frank Werner 3 2 1 Bar Ilan Unversty, Department of Management, Ramat

More information

Evaluation of Coordination Strategies for Heterogeneous Sensor Networks Aiming at Surveillance Applications

Evaluation of Coordination Strategies for Heterogeneous Sensor Networks Aiming at Surveillance Applications Evaluaton of Coordnaton Strateges for Heterogeneous Sensor Networs Amng at Survellance Applcatons Edson Pgnaton de Fretas, *, Tales Hemfarth*, Carlos Eduardo Perera*, Armando Morado Ferrera, Flávo Rech

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

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

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

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