A Non-greedy Decision Tree Algorithm. Kristin P. Bennett. Rensselaer Polytechnic Institute. Troy, NY 12180

Size: px
Start display at page:

Download "A Non-greedy Decision Tree Algorithm. Kristin P. Bennett. Rensselaer Polytechnic Institute. Troy, NY 12180"

Transcription

1 Global Tree Optiization: A Non-greedy Decision Tree Algith Kristin P. Bennett Eail benne@rpi.edu Departent of Matheatical Sciences Rensselaer Polytechnic Institute Troy, NY 28 Abstract A non-greedy approach f constructing globally optial ultivariate decision trees with xed structure is proposed. Previous greedy tree construction algiths are locally optial in that they optiize soe splitting criterion at each decision node, typically one node at a tie. In contrast, global tree optiization explicitly considers all decisions in the tree concurrently. An iterative linear prograing algith is used to iniize the classication err of the entire tree. Global tree optiization can be used both to construct decision trees initially and to update existing decision trees. Encouraging coputational experience is repted. Introduction Global Tree Optiization (GTO) is a new approach f constructing decision trees that classify two e sets of n-diensional points. The essential dierence between this w and pri decision tree algiths (e.g. CART [5] and ID3 []) is that GTO is non-greedy. F greedy algiths, the \best" decision at each node is found by optiizing soe splitting criterion. This process is started at the root and repeated recursively until all alost all of the points are crectly classied. When the sets to be classied are disjoint, alost any greedy decision tree algith can construct a tree consistent with all the points, given a sucient nuber of decision nodes. However, these trees ay not generalize well (i.e., crectly classify future not-previously-seen points) due to over-tting over-paraeterizing the proble. In practice decision nodes are pruned fro the tree. Typically, the pruning process does not allow the reaining decision nodes to be adjusted, thus the tree ay still be over- This aterial is based on research suppted by National Science Foundation Grant This paper appeared in Coputing Science and Statistics, 26, pg. 56-6, 994. paraeterized. The strength of the greedy algith is that by growing the tree and pruning it, the greedy algith deterines the structure of the tree, the class at each of the leaves, and the decision at each non-leaf node. The liitations of greedy approaches are that locally \good" decisions ay result in a bad overall tree and existing trees are dicult to update and odify. GTO overcoes these liitations by treating the decision tree as a function and optiizing the classication err of the entire tree. The function is siilar to the one proposed f MARS [8], however MARS is still a greedy algith. Greedy algiths optiize one node at a tie and then x the resulting decisions. GTO starts fro an existing tree. The structure of the starting tree (i.e. the nuber of decisions, the depth of the tree, and the classication of the leaves) deterines the classication err function. GTO iniizes the classication err by changing all the decisions concurrently while eeping the underlying structure of the tree xed. The advantages of this approach over greedy ethods are that xing the structure helps prevent overtting overparaeterizing the proble, locally bad but globally good decisions can be ade, existing trees can be re-optiized with additional data, and doain nowledge can be e readily applied. Since GTO requires the structure of the tree as input, it copleents (not replaces) existing greedy decision tree ethods. By copleenting greedy algiths, GTO oers the proise of aing decision trees a e powerful, exible, accurate, and widely accepted paradig. Miniizing the global err of a decision tree with xed structure is a non-convex optiization proble. The proble of constructing a decision tree with a xed nuber of decisions to crectly classify two e sets is a special case of the NP-coplete polyhedral separability proble [9]. Consider this seeingly siple but NPcoplete proble [9]: Can a tree with just two decision nodes crectly classify two disjoint point sets? In [4],

2 w x? w x? > 2 3 w 2 x? 2 w 2 x? 2 > 2 w 3 x? 3 w 3 x? 3 > 4 5 w 4 x? 4 3 w 4 x? 4 > 4 Class A Class B (a) Tree found by Greedy LP Algith Figure : A typical two-class decision tree this proble was fulated as a bilinear progra. We now extend this w to general decision trees, resulting in a ultilinear progra that can be solved using the Fran-Wolfe algith proposed f the bilinear case. This paper is ganized as follows. We begin with a brief review of the well-nown case of optiizing a tree consisting of a single decision. The tree is represented as a syste of linear inequalities and the syste is solved using linear prograing. In Section 3 we show how e general decision trees can be expressed as a syste of disjunctive linear inequalities and fulated as a ultilinear prograing proble. Section 4 explains the iterative linear prograing algith f optiizing the resulting proble. Coputational results and conclusions are given in Section 5. GTO applies to binary trees with a ultivariate decision at each node of the following f: If x is a point being classied, then at decision node d, if xw d > d the point follows the right branch, if xw d d then the point follows the left branch. The choice of which branch the point follows at equality is arbitrary. This type of decision has been used in greedy algiths [6, ]. The univariate decisions found by CART [5] f continuous variables can be considered special cases of this type of decision with only one nonzero coponent of w. A point is classied by following the path of the point through the tree until it reaches a leaf node. A point is strictly classied by the tree if it reaches a leaf of the crect class and equality does not hold at any decision along the path to the leaf (i.e. xw d 6= d f any decision d in the path). Although GTO is applicable to probles with any classes, f siplicity we liit discussion to the proble of classifying the two sets A and B. A saple of such a tree is given in Figure. Let A consist of points contained in R n and B consist of points contained in R n. Let A j (b) Tree found by GTO Figure 2: Geoetric depiction of decision trees denote the jth point in A. 2 Optiizing a Single Decision Many ethods exist f iniizing the err of a tree consisting of a single decision node. We briey review one approach which fulates the proble as a set of linear inequalities and then uses linear prograing to iniize the errs in the inequalities [3]. The reader is referred to [3] f full details of the practical and theetical benets of this approach. Let xw = be the plane fed by the decision. F any point x, if xw < then the point is classied in class A, and if xw > then the point is classied in class B. If xw = the class can be chosen arbitrarily. All the points in A and B are strictly classied if there exist w and

3 such that equivalently A j w? < B i w? > j = : : : i = : : :?A j w + j = : : : B i w? i = : : : Note that Equations () and (2) are alternative denitions of linear separability. The choice of the constant is arbitrary. Any positive constant ay be used. If A and B are linearly separable then Equation (2) is feasible, and the linear progra (LP) (3) will have a zero iniu. The resulting (w; ) fs a decision that strictly separates A and B. If Equation (2) is not feasible, then LP (3) iniizes the average isclassication err within each class. in w; X j= y j + i= s:t: y j A j w? + y j j = : : : z i?b i w + + z i i = : : : z i () (2) (3) LP (3) has been used recursively in a greedy decision tree algith called Multisurface Method-Tree (MSMT) []. While it copares favably with other greedy decision tree algiths, it also suers the proble of all greedy approaches. Locally good but globally po decisions near the root of the tree can result in overly large trees with po generalization. Figure 2 shows an exaple of a case where this phenoenon occurs. Figure 2a depicts the planes used by MSMT to copletely classify all the points. The decisions chosen near the root of the tree are largely redundant. As a result the decisions near the leaves of the tree are based on an unnecessarily sall nuber of points. MSMT constructed an excessively large tree that does not reect the underlying structure of the proble. In contrast, GTO was able to copletely classify all the points using only three decisions (Figure 2b). 3 Proble Fulation F general decision trees, the tree can be represented as a set of disjunctive inequalities. A ultilinear progra is used to iniize the err of the disjunctive linear inequalities. We now consider the proble of optiizing a tree with the structure given in Figure, and then briey consider the proble f e general trees. Recall that a point is strictly classied by the tree in Figure if the point reaches a leaf of the crect classication and equality does not hold f any of the decisions along the path to the leaf. A point A j 2 A is strictly classied if it follows the path through the tree to the rst fourth leaf node, i.e. if Aj w? + A j w 2? 2 + *?Aj w (4) A j w 3? 3 +?A j w equivalently (A j w? + ) + (A j w 2? 2 + ) + = (?A j w + + ) + (A j w 3? 3 + ) + (?A j w ) + = where () + := axf; g. Siilarly a point B i 2 B is strictly classied if it follows the path through the tree to the second, third, fth leaf node, i.e. if Bi w? +?B i w equivalently *?Bi w + + B i w 3? 3 + B i w 4? 4 +?Bi w + +?B i w (B i w? + ) + (?B i w ) + = (?B i w + + ) + (B i w 3? 3 + ) + (B i w 4? 4 + ) + = (?B i w + + ) + (?B i w ) + = + (5) (6) (7) A decision tree exists that strictly classies all the points in sets A and B if and only if the following equation has a feasible solution: X j= i= (y j + y 2j ) (z j + y 3j + z 4j ) + (u i + v 2i ) (v i + u 3i + u 4i ) (v i + v 3i ) = where y dj = (A j w d? d + ) + j = : : : z dj = (?A j w d + d + ) + u di = (B i w d? d + ) + i = : : : v di = (?B i w d + d + ) + f d = : : : D and D = nuber of decisions in tree: (8)

4 Furthere, (w d ; d ); d = : : : D; satisfying (8) f the decisions of a tree that strictly classies all the points in the sets A and B. Equivalently, there exists a decision tree with the given structure that crectly classies the points in sets A and B if and only if the following ultilinear progra has a zero iniu: in w;;y;z;u;v X j= i= (y j + y 2j ) (z j + y 3j + z 4j ) + s:t: y dj A j w d? d + j = : : : z dj?a j w d + d + u di B i w d? d + i = : : : v di?b i w d + d + f d = : : : j y; z; u; v (9) The coecients and were chosen so that (9) is identical to the LP (3) f the single decision case, thus guaranteeing that w = is never the unique solution f that case [3]. These coecients also help to ae the ethod e nuerically stable f large training set sizes. This general approach is applicable to any ultivariate binary decision tree used to classify two e sets. There is an err ter f each point in the training set. The err f that point is the product of the errs at each of the leaves. The err at each leaf is the su of the errs in the decisions along the path to that leaf. If a point is crectly classied at one leaf, the err along the path will be zero, and the product of the leaf errs will be zero. Space does not perit discussion of the general fulation in this paper, thus we refer the reader to [2] f e details. 4 Multilinear Prograing The ultilinear progra (3) and its e general fulation can be optiized using the iterative linear prograing Fran-Wolfe type ethod proposed in [4]. We outline the ethod here, and refer the reader to [2] f the atheatical properties of the algith. Consider the proble in f(x) subject to x 2 X where x f : R n! R; X is a polyhedral set in R n containing the constraint x, f has continuous rst partial derivatives, and f is bounded below. The Fran-Wolfe algith f proble is the following: Algith 4. (Fran-Wolfe algith [7, 4]) Start with any x 2 X. Copute x i+ fro x i as follows. (i) v i 2 arg vertex in x2x 5 f(x i )x (ii) Stop if 5 f(x i )v i = 5f(x i )x i (iii) x i+ = (? i )x i + i v i where i 2 arg in f((? )x i + v i ) (u i + v 2i ) (v i + u 3i + u 4i ) (v i + v 3i ) In the above algith \arg vertex in" denotes a vertex solution set of the indicated linear progra. The algith terinates at soe x j that satises the iniu principle necessary optiality condition: 5f(x j )(x? x j ), f all x 2 X, each accuulation point x of the sequence fx i g satises the iniu principle [4]. The gradient calculation f the GTO function is straightfward. F exaple, when Algith 4. is applied to Proble (9), the following linear subproble is solved in step (i) with ( ^w; ^; ^y; ^z; ^u; ^v) = x i : in w;;y;z;u;v X j= X j= i= i= i= (^y j + ^y 2j )(z j + y 3j + z 4j ) + (y j + y 2j ) (^z j + ^y 3j + ^z 4j )+ (^u i + ^v 2i ) (^v i + ^u 3i + ^u 4i ) (v i + v 3i ) + (^u i + ^v 2i ) (v i + u 3i + u 4i ) (^v i + ^v 3i ) + (u i + v 2i ) (^v i + ^u 3i + ^u 4i ) (^v i + ^v 3i ) s:t: y dj A j w j? d + F d = ; : : : ; D z dj?a j w d + d + j = : : : u di B i w d? d + i = : : : v di?b i w d + d + y; z; u; v fixed ^y; ^z; ^u; ^v; 5 Results and Conclusions GTO was ipleented f general decision trees with xed structure. In der to test the eectiveness of the optiization algith, rando probles with nown solutions were generated. F a given diension, a tree with 3 to 7 decision nodes was randoly generated to classify points in the unit cube. Points in the unit cube

5 were randoly generated and classied and grouped into a training set (5 to points) and a testing set (5 points). MSMT, the greedy algith discussed in Section 2, was used to generate a greedy tree that crectly classied the training set. The MSMT tree was then pruned to the nown structure (i.e. the nuber of decision nodes) of the tree. The pruned tree was used as a starting point f GTO. The training and testing set err of the MSMT tree, the pruned tree (denoted MSMT-P), and the GTO tree were easured, as was the training tie. This experient was repeated f trees ranging fro 3 to 7 nodes in 2 to 25 diensions. The results were averaged over trials. We suarize the test results and refer the reader to [2] f e details. Figure 3 presents the average results f randoly generated trees with three decision nodes. These results are typical of those observed in the other experients. MSMT achieved % crectness on the training set but used an excessive nuber of decisions. The training and testing set accuracy of the pruned trees dropped considerably. The trees once optiized by GTO were signicantly better in ters of testing set accuracy than both unpruned and pruned MSMT trees. The coputational results are proising. The Fran- Wolfe algith converges in relatively few iterations to an iproved solution. However GTO did not always nd the global iniu. We expect the proble to have any local inia since it is NP-coplete. We plan to investigate using global optiization techniques to avoid local inia. The overall execution tie of GTO tends to grow as the proble size increases. Parallel coputation can be used to iprove the execution tie of the expensive LP subprobles. The LP subprobles (e.g. Proble (9)) have a bloc-separable structure and can be divided into independent LPs solvable in parallel. We have introduced a non-greedy approach f optiizing decision trees. The GTO algith starts with an existing decision tree, xes the structure of the tree, fulates the err of the tree, and then optiizes that err. An iterative linear prograing algith perfs well on this NP-coplete proble. GTO optiizes all the decisions in the tree, and thus has any potential applications such as: decreasing greediness of constructive algiths, reoptiizing existing trees when additional data is available, pruning greedy decision trees, and incpating doain nowledge into the decision tree. References [] K. P. Bennett. Decision tree construction via linear prograing. In M. Evans, edit, Proceedings of the 4th Midwest Articial Intelligence and Cognitive Percent Errs Percent Errs CPU Seconds MSMT MSMT-P GTO Training Set Accuracy (5 points) diension 9 29 Testing Set Accuracy (5 points) diension Training Tie diension Figure 3: Average results over trials f randoly generated decision trees with 3 decision nodes. Science Society Conference, pages 97{, Utica, Illinois, 992. [2] K. P. Bennett. Optial decision trees through ultilinear prograing. R.P.I. Math Rept No. 24, Rensselaer Polytechnic Institute, Troy, NY, 994. [3] K. P. Bennett and O. L. Mangasarian. Robust linear prograing discriination of two linearly inseparable sets. Optiization Methods and Software, :23{34, 992. [4] K. P. Bennett and O. L. Mangasarian. Bilinear separation of two sets in n-space. Coputational Optiization and Applications, 2:27{227, 993. [5] L. Breian, J. Friedan, R. Olshen, and C. Stone. Classication and Regression Trees. Wadswth International, Califna, 984. [6] C. E. Brodley and P. E. Utgo. Multivariate decision trees. COINS Technical Rept 92-83, University of Massachussets, Aherst, Massachusetts, 992. To appear in Machine Learning. [7] M. Fran and P. Wolfe. An algith f quadratic prograing. Naval Research Logistics Quarterly, 3:95{, 956.

6 [8] J. H. Friedan. Multivariate adaptive regression splines (with discussion). Annals of Statistics, 9:{ 4, 99. [9] N. Megiddo. On the coplexity of polyhedral separability. Discrete and Coputational Geoetry, 3:325{ 337, 988. [] J. R. Quinlan. Induction of decision trees. Machine Learning, :8{6, 984.

Guillotine subdivisions approximate polygonal subdivisions: Part III { Faster polynomial-time approximation schemes for

Guillotine subdivisions approximate polygonal subdivisions: Part III { Faster polynomial-time approximation schemes for Guillotine subdivisions approxiate polygonal subdivisions: Part III { Faster polynoial-tie approxiation schees for geoetric network optiization Joseph S. B. Mitchell y April 19, 1997; Last revision: May

More information

The optimization design of microphone array layout for wideband noise sources

The optimization design of microphone array layout for wideband noise sources PROCEEDINGS of the 22 nd International Congress on Acoustics Acoustic Array Systes: Paper ICA2016-903 The optiization design of icrophone array layout for wideband noise sources Pengxiao Teng (a), Jun

More information

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl.

Structural Balance in Networks. An Optimizational Approach. Andrej Mrvar. Faculty of Social Sciences. University of Ljubljana. Kardeljeva pl. Structural Balance in Networks An Optiizational Approach Andrej Mrvar Faculty of Social Sciences University of Ljubljana Kardeljeva pl. 5 61109 Ljubljana March 23 1994 Contents 1 Balanced and clusterable

More information

Feature Minimization within Decision Trees. Erin J. Bredensteiner. Kristin P. Bennett. R.P.I. Math Report No November 1995.

Feature Minimization within Decision Trees. Erin J. Bredensteiner. Kristin P. Bennett. R.P.I. Math Report No November 1995. Feature Minimization within Decision Trees Erin J. Bredensteiner Kristin P. Bennett R.P.I. Math Report No. 218 November 1995 Abstract Decision trees for classication can be constructed using mathematical

More information

A Novel Fast Constructive Algorithm for Neural Classifier

A Novel Fast Constructive Algorithm for Neural Classifier A Novel Fast Constructive Algorith for Neural Classifier Xudong Jiang Centre for Signal Processing, School of Electrical and Electronic Engineering Nanyang Technological University Nanyang Avenue, Singapore

More information

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering

Clustering. Cluster Analysis of Microarray Data. Microarray Data for Clustering. Data for Clustering Clustering Cluster Analysis of Microarray Data 4/3/009 Copyright 009 Dan Nettleton Group obects that are siilar to one another together in a cluster. Separate obects that are dissiilar fro each other into

More information

A Beam Search Method to Solve the Problem of Assignment Cells to Switches in a Cellular Mobile Network

A Beam Search Method to Solve the Problem of Assignment Cells to Switches in a Cellular Mobile Network A Bea Search Method to Solve the Proble of Assignent Cells to Switches in a Cellular Mobile Networ Cassilda Maria Ribeiro Faculdade de Engenharia de Guaratinguetá - DMA UNESP - São Paulo State University

More information

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem

Theoretical Analysis of Local Search and Simple Evolutionary Algorithms for the Generalized Travelling Salesperson Problem Theoretical Analysis of Local Search and Siple Evolutionary Algoriths for the Generalized Travelling Salesperson Proble Mojgan Pourhassan ojgan.pourhassan@adelaide.edu.au Optiisation and Logistics, The

More information

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011

EE 364B Convex Optimization An ADMM Solution to the Sparse Coding Problem. Sonia Bhaskar, Will Zou Final Project Spring 2011 EE 364B Convex Optiization An ADMM Solution to the Sparse Coding Proble Sonia Bhaskar, Will Zou Final Project Spring 20 I. INTRODUCTION For our project, we apply the ethod of the alternating direction

More information

2 P. S. BRADLEY & O. L. MANGASARIAN 2. The k-plane Clustering (kpc) Algorith We consider a set A of points in the n-diensional real space R n represen

2 P. S. BRADLEY & O. L. MANGASARIAN 2. The k-plane Clustering (kpc) Algorith We consider a set A of points in the n-diensional real space R n represen Journal of Global Optiization,, {9 (999) c 999 Kluwer Acadeic Publishers, Boston. Manufactured in The Netherlands. k-plane Clustering P. S. BRADLEY & O. L. MANGASARIAN bradley@icrosoft.co, olvi@cs.wisc.edu

More information

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm

Detection of Outliers and Reduction of their Undesirable Effects for Improving the Accuracy of K-means Clustering Algorithm Detection of Outliers and Reduction of their Undesirable Effects for Iproving the Accuracy of K-eans Clustering Algorith Bahan Askari Departent of Coputer Science and Research Branch, Islaic Azad University,

More information

Gromov-Hausdorff Distance Between Metric Graphs

Gromov-Hausdorff Distance Between Metric Graphs Groov-Hausdorff Distance Between Metric Graphs Jiwon Choi St Mark s School January, 019 Abstract In this paper we study the Groov-Hausdorff distance between two etric graphs We copute the precise value

More information

Minimax Sensor Location to Monitor a Piecewise Linear Curve

Minimax Sensor Location to Monitor a Piecewise Linear Curve NSF GRANT #040040 NSF PROGRAM NAME: Operations Research Miniax Sensor Location to Monitor a Piecewise Linear Curve To M. Cavalier The Pennsylvania State University University Par, PA 680 Whitney A. Conner

More information

Image Filter Using with Gaussian Curvature and Total Variation Model

Image Filter Using with Gaussian Curvature and Total Variation Model IJECT Vo l. 7, Is s u e 3, Ju l y - Se p t 016 ISSN : 30-7109 (Online) ISSN : 30-9543 (Print) Iage Using with Gaussian Curvature and Total Variation Model 1 Deepak Kuar Gour, Sanjay Kuar Shara 1, Dept.

More information

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification

Solving the Damage Localization Problem in Structural Health Monitoring Using Techniques in Pattern Classification Solving the Daage Localization Proble in Structural Health Monitoring Using Techniques in Pattern Classification CS 9 Final Project Due Dec. 4, 007 Hae Young Noh, Allen Cheung, Daxia Ge Introduction Structural

More information

Automatic Graph Drawing Algorithms

Automatic Graph Drawing Algorithms Autoatic Graph Drawing Algoriths Susan Si sisuz@turing.utoronto.ca Deceber 7, 996. Ebeddings of graphs have been of interest to theoreticians for soe tie, in particular those of planar graphs and graphs

More information

A Study of the Relationship Between Support Vector Machine and Gabriel Graph

A Study of the Relationship Between Support Vector Machine and Gabriel Graph A Study of the Relationship Between Support Vector Machine and Gabriel Graph Wan Zhang and Irwin King {wzhang, king}@cse.cuhk.edu.hk Departent of Coputer Science & Engineering The Chinese University of

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

Geo-activity Recommendations by using Improved Feature Combination

Geo-activity Recommendations by using Improved Feature Combination Geo-activity Recoendations by using Iproved Feature Cobination Masoud Sattari Middle East Technical University Ankara, Turkey e76326@ceng.etu.edu.tr Murat Manguoglu Middle East Technical University Ankara,

More information

Identifying Converging Pairs of Nodes on a Budget

Identifying Converging Pairs of Nodes on a Budget Identifying Converging Pairs of Nodes on a Budget Konstantina Lazaridou Departent of Inforatics Aristotle University, Thessaloniki, Greece konlaznik@csd.auth.gr Evaggelia Pitoura Coputer Science and Engineering

More information

A Generic Architecture for Programmable Trac. Shaper for High Speed Networks. Krishnan K. Kailas y Ashok K. Agrawala z. fkrish,

A Generic Architecture for Programmable Trac. Shaper for High Speed Networks. Krishnan K. Kailas y Ashok K. Agrawala z. fkrish, A Generic Architecture for Prograable Trac Shaper for High Speed Networks Krishnan K. Kailas y Ashok K. Agrawala z fkrish, agrawalag@cs.ud.edu y Departent of Electrical Engineering z Departent of Coputer

More information

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System

Designing High Performance Web-Based Computing Services to Promote Telemedicine Database Management System Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh 1, Issa Khalil 2, and Abdallah Khreishah 3 1: Coputer Engineering & Inforation Technology,

More information

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH

ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH ELEVATION SURFACE INTERPOLATION OF POINT DATA USING DIFFERENT TECHNIQUES A GIS APPROACH Kulapraote Prathuchai Geoinforatics Center, Asian Institute of Technology, 58 Moo9, Klong Luang, Pathuthani, Thailand.

More information

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm

Shortest Path Determination in a Wireless Packet Switch Network System in University of Calabar Using a Modified Dijkstra s Algorithm International Journal of Engineering and Technical Research (IJETR) ISSN: 31-869 (O) 454-4698 (P), Volue-5, Issue-1, May 16 Shortest Path Deterination in a Wireless Packet Switch Network Syste in University

More information

Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression

Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression Sha M. Kakade Microsoft Research and Wharton, U Penn skakade@icrosoft.co Varun Kanade SEAS, Harvard University

More information

THE rapid growth and continuous change of the real

THE rapid growth and continuous change of the real IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 8, NO. 1, JANUARY/FEBRUARY 2015 47 Designing High Perforance Web-Based Coputing Services to Proote Teleedicine Database Manageent Syste Isail Hababeh, Issa

More information

A Comparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Problem

A Comparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Problem IE Vol. 7, No. 2, pp. 84-92, Septeber 2008. A Coparative Study of Two-phase Heuristic Approaches to General Job Shop Scheduling Proble Ji Ung Sun School of Industrial and Managent Engineering Hankuk University

More information

Shape Optimization of Quad Mesh Elements

Shape Optimization of Quad Mesh Elements Shape Optiization of Quad Mesh Eleents Yufei Li 1, Wenping Wang 1, Ruotian Ling 1, and Changhe Tu 2 1 The University of Hong Kong 2 Shandong University Abstract We study the proble of optiizing the face

More information

Effects of Desingularization and Collocation-Point Shift on Steady Waves with Forward Speed

Effects of Desingularization and Collocation-Point Shift on Steady Waves with Forward Speed Effects of Desingularization and Collocation-Point Shift on Steady Waves with Forward Speed Yonghwan Ki* & Dick K.P. Yue** Massachusetts Institute of Technology, Departent of Ocean Engineering, Cabridge,

More information

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3

TensorFlow and Keras-based Convolutional Neural Network in CAT Image Recognition Ang LI 1,*, Yi-xiang LI 2 and Xue-hui LI 3 2017 2nd International Conference on Coputational Modeling, Siulation and Applied Matheatics (CMSAM 2017) ISBN: 978-1-60595-499-8 TensorFlow and Keras-based Convolutional Neural Network in CAT Iage Recognition

More information

Boosted Detection of Objects and Attributes

Boosted Detection of Objects and Attributes L M M Boosted Detection of Objects and Attributes Abstract We present a new fraework for detection of object and attributes in iages based on boosted cobination of priitive classifiers. The fraework directly

More information

Vito R. Gervasi, Adam Schneider, Joshua Rocholl the Milwaukee School of Engineering, Milwaukee, Wisconsin

Vito R. Gervasi, Adam Schneider, Joshua Rocholl the Milwaukee School of Engineering, Milwaukee, Wisconsin GEOMETRY AND PROCEDURE FOR BENCHMARKING SFF AND HYBRID FABRICATION PROCESS RESOLUTION Vito R. Gervasi, Ada Schneider, Joshua Rocholl the Milwaukee School of Engineering, Milwaukee, Wisconsin ABSTRACT Since

More information

λ-harmonious Graph Colouring Lauren DeDieu

λ-harmonious Graph Colouring Lauren DeDieu λ-haronious Graph Colouring Lauren DeDieu June 12, 2012 ABSTRACT In 198, Hopcroft and Krishnaoorthy defined a new type of graph colouring called haronious colouring. Haronious colouring is a proper vertex

More information

A Broadband Spectrum Sensing Algorithm in TDCS Based on ICoSaMP Reconstruction

A Broadband Spectrum Sensing Algorithm in TDCS Based on ICoSaMP Reconstruction MATEC Web of Conferences 73, 03073(08) https://doi.org/0.05/atecconf/087303073 SMIMA 08 A roadband Spectru Sensing Algorith in TDCS ased on I Reconstruction Liu Yang, Ren Qinghua, Xu ingzheng and Li Xiazhao

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, August 23, 2004, 12:38 PM) PART III: CHAPTER ONE DIFFUSERS FOR CGH S COPUTER GEERATED HOLOGRAS Optical Sciences 67 W.J. Dallas (onday, August 3, 004, 1:38 P) PART III: CHAPTER OE DIFFUSERS FOR CGH S Part III: Chapter One Page 1 of 8 Introduction Hologras for display purposes

More information

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS

OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS Key words SOA, optial, coplex service, coposition, Quality of Service Piotr RYGIELSKI*, Paweł ŚWIĄTEK* OPTIMAL COMPLEX SERVICES COMPOSITION IN SOA SYSTEMS One of the ost iportant tasks in service oriented

More information

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation

A Model Free Automatic Tuning Method for a Restricted Structured Controller. by using Simultaneous Perturbation Stochastic Approximation 28 Aerican Control Conference Westin Seattle Hotel, Seattle, Washington, USA June -3, 28 WeC9.5 A Model Free Autoatic Tuning Method for a Restricted Structured Controller by Using Siultaneous Perturbation

More information

Fair Resource Allocation for Heterogeneous Tasks

Fair Resource Allocation for Heterogeneous Tasks Fair Resource Allocation for Heterogeneous Tasks Koyel Mukherjee, Partha utta, Gurulingesh Raravi, Thangaraj Balasubraania, Koustuv asgupta, Atul Singh Xerox Research Center India, Bangalore, India 560105

More information

A Learning Framework for Nearest Neighbor Search

A Learning Framework for Nearest Neighbor Search A Learning Fraework for Nearest Neighbor Search Lawrence Cayton Departent of Coputer Science University of California, San Diego lcayton@cs.ucsd.edu Sanjoy Dasgupta Departent of Coputer Science University

More information

Overview. Topology as Central Information in Building Models. Basic Set. Topology Topological Space. What is topology?

Overview. Topology as Central Information in Building Models. Basic Set. Topology Topological Space. What is topology? Overview What is topology? as Central Inforation in Building Models Frank Gielsdorf Wolfgang uhnt technet Gb Berlin Technical University Berlin Why topology is needed for process odeling? ow can topologic

More information

OPTIMAL TIME AND SPACE COMPLEXITY ALGORITHM FOR CONSTRUCTION OF ALL BINARY TREES FROM PRE-ORDER AND POST-ORDER TRAVERSALS

OPTIMAL TIME AND SPACE COMPLEXITY ALGORITHM FOR CONSTRUCTION OF ALL BINARY TREES FROM PRE-ORDER AND POST-ORDER TRAVERSALS OPTIMAL TIME AND SPACE COMPLEXITY ALGORITHM FOR CONSTRUCTION OF ALL BINARY TREES FROM PRE-ORDER AND POST-ORDER TRAVERSALS ADRIAN DEACONU Transilvania University of Brasov, Roania Abstract A linear tie

More information

Collection Selection Based on Historical Performance for Efficient Processing

Collection Selection Based on Historical Performance for Efficient Processing Collection Selection Based on Historical Perforance for Efficient Processing Christopher T. Fallen and Gregory B. Newby Arctic Region Supercoputing Center University of Alaska Fairbanks Fairbanks, Alaska

More information

A Learning Framework for Nearest Neighbor Search

A Learning Framework for Nearest Neighbor Search A Learning Fraework for Nearest Neighbor Search Lawrence Cayton Departent of Coputer Science University of California, San Diego lcayton@cs.ucsd.edu Sanjoy Dasgupta Departent of Coputer Science University

More information

Summary. Reconstruction of data from non-uniformly spaced samples

Summary. Reconstruction of data from non-uniformly spaced samples Is there always extra bandwidth in non-unifor spatial sapling? Ralf Ferber* and Massiiliano Vassallo, WesternGeco London Technology Center; Jon-Fredrik Hopperstad and Ali Özbek, Schluberger Cabridge Research

More information

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses

Using Imperialist Competitive Algorithm in Optimization of Nonlinear Multiple Responses International Journal of Industrial Engineering & Production Research Septeber 03, Volue 4, Nuber 3 pp. 9-35 ISSN: 008-4889 http://ijiepr.iust.ac.ir/ Using Iperialist Copetitive Algorith in Optiization

More information

Geometric Constraint Solver using Multivariate Rational Spline Functions

Geometric Constraint Solver using Multivariate Rational Spline Functions Geoetric onstraint Solver using Multivariate ational Spline Functions Gershon Elber Departent of oputer Science Technion srael nstitute of Technology Haifa 3000 srael E-ail: gershon@cstechnionacil Myung-Soo

More information

Generating Mechanisms for Evolving Software Mirror Graph

Generating Mechanisms for Evolving Software Mirror Graph Journal of Modern Physics, 2012, 3, 1050-1059 http://dx.doi.org/10.4236/jp.2012.39139 Published Online Septeber 2012 (http://www.scirp.org/journal/jp) Generating Mechaniss for Evolving Software Mirror

More information

Global Optimization of Transmitter Placement in Wireless Communication Systems

Global Optimization of Transmitter Placement in Wireless Communication Systems Global Optiization of Transitter Placeent in Wireless Counication Systes J. He, A. Verstak, L. T. Watson, T. S. Rappaport, C. R. Anderson, N. Raakrishnan, C. A. Shaffer, W. H. Tranter, K. Bae, J. Jiang

More information

Design and Implementation of Business Logic Layer Object-Oriented Design versus Relational Design

Design and Implementation of Business Logic Layer Object-Oriented Design versus Relational Design Design and Ipleentation of Business Logic Layer Object-Oriented Design versus Relational Design Ali Alharthy Faculty of Engineering and IT University of Technology, Sydney Sydney, Australia Eail: Ali.a.alharthy@student.uts.edu.au

More information

A Fast Multi-Objective Genetic Algorithm for Hardware-Software Partitioning In Embedded System Design

A Fast Multi-Objective Genetic Algorithm for Hardware-Software Partitioning In Embedded System Design A Fast Multi-Obective Genetic Algorith for Hardware-Software Partitioning In Ebedded Syste Design 1 M.Jagadeeswari, 2 M.C.Bhuvaneswari 1 Research Scholar, P.S.G College of Technology, Coibatore, India

More information

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing

A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing A Trajectory Splitting Model for Efficient Spatio-Teporal Indexing Slobodan Rasetic Jörg Sander Jaes Elding Mario A. Nasciento Departent of Coputing Science University of Alberta Edonton, Alberta, Canada

More information

9 th European Conference on the Mathematics of Oil Recovery Cannes, France, 30 August - 2 September 2004

9 th European Conference on the Mathematics of Oil Recovery Cannes, France, 30 August - 2 September 2004 1 PARALLEL WELL LOCAION OPIMIZAION USING SOCHASIC ALGORIHMS ON HE GRID COMPUAIONAL FRAMEWORK Hector Klie 1, Wolfgang Bangerth 1,2, Mary F Wheeler 1, Manish Parashar 3 and Vincent Matossian 3 1 Center for

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 13 Coputer Aided Drafting, Design and Manufacturing Volue 26, uber 2, June 2016, Page 13 CADDM 3D reconstruction of coplex curved objects fro line drawings Sun Yanling, Dong Lijun Institute of Mechanical

More information

Cassia County School District #151. Expected Performance Assessment Students will: Instructional Strategies. Performance Standards

Cassia County School District #151. Expected Performance Assessment Students will: Instructional Strategies. Performance Standards Unit 1 Congruence, Proof, and Constructions Doain: Congruence (CO) Essential Question: How do properties of congruence help define and prove geoetric relationships? Matheatical Practices: 1. Make sense

More information

Rule Extraction using Artificial Neural Networks

Rule Extraction using Artificial Neural Networks Rule Extraction using Artificial Neural Networks S. M. Karuzzaan 1 Ahed Ryadh Hasan 2 Abstract Artificial neural networks have been successfully applied to a variety of business application probles involving

More information

Reconstruction of Time Series using Optimal Ordering of ICA Components

Reconstruction of Time Series using Optimal Ordering of ICA Components Reconstruction of Tie Series using Optial Ordering of ICA Coponents Ar Goneid and Abear Kael Departent of Coputer Science & Engineering, The Aerican University in Cairo, Cairo, Egypt e-ail: goneid@aucegypt.edu

More information

Ascending order sort Descending order sort

Ascending order sort Descending order sort Scalable Binary Sorting Architecture Based on Rank Ordering With Linear Area-Tie Coplexity. Hatrnaz and Y. Leblebici Departent of Electrical and Coputer Engineering Worcester Polytechnic Institute Abstract

More information

IN many interactive multimedia streaming applications, such

IN many interactive multimedia streaming applications, such 840 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 8, NO. 5, MAY 06 A Geoetric Approach to Server Selection for Interactive Video Streaing Yaochen Hu, Student Meber, IEEE, DiNiu, Meber, IEEE, and Zongpeng Li, Senior

More information

On the Computation and Application of Prototype Point Patterns

On the Computation and Application of Prototype Point Patterns On the Coputation and Application of Prototype Point Patterns Katherine E. Tranbarger Freier 1 and Frederic Paik Schoenberg 2 Abstract This work addresses coputational probles related to the ipleentation

More information

Knowledge Discovery Applied to Agriculture Economy Planning

Knowledge Discovery Applied to Agriculture Economy Planning Knowledge Discovery Applied to Agriculture Econoy Planning Bing-ru Yang and Shao-un Huang Inforation Engineering School University of Science and Technology, Beiing, China, 100083 Eail: bingru.yang@b.col.co.cn

More information

Predicting x86 Program Runtime for Intel Processor

Predicting x86 Program Runtime for Intel Processor Predicting x86 Progra Runtie for Intel Processor Behra Mistree, Haidreza Haki Javadi, Oid Mashayekhi Stanford University bistree,hrhaki,oid@stanford.edu 1 Introduction Progras can be equivalent: given

More information

Multipath Selection and Channel Assignment in Wireless Mesh Networks

Multipath Selection and Channel Assignment in Wireless Mesh Networks Multipath Selection and Channel Assignent in Wireless Mesh Networs Soo-young Jang and Chae Y. Lee Dept. of Industrial and Systes Engineering, KAIST, 373-1 Kusung-dong, Taejon, Korea Tel: +82-42-350-5916,

More information

3 Conference on Inforation Sciences and Systes, The Johns Hopkins University, March, 3 Sensitivity Characteristics of Cross-Correlation Distance Metric and Model Function F. Porikli Mitsubishi Electric

More information

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model

Optimized stereo reconstruction of free-form space curves based on a nonuniform rational B-spline model 1746 J. Opt. Soc. A. A/ Vol. 22, No. 9/ Septeber 2005 Y. J. Xiao and Y. F. Li Optiized stereo reconstruction of free-for space curves based on a nonunifor rational B-spline odel Yi Jun Xiao Departent of

More information

A Discrete Spring Model to Generate Fair Curves and Surfaces

A Discrete Spring Model to Generate Fair Curves and Surfaces A Discrete Spring Model to Generate Fair Curves and Surfaces Atsushi Yaada Kenji Shiada 2 Tootake Furuhata and Ko-Hsiu Hou 2 Tokyo Research Laboratory IBM Japan Ltd. LAB-S73 623-4 Shiotsurua Yaato Kanagawa

More information

Minimax Sensor Location in the Plane

Minimax Sensor Location in the Plane NSF GRANT #040040 NSF PROGRAM NAME: Operations Research Miniax Sensor Location in the Plane To M. Cavalier The Pennsylvania State University University Par, PA 680 Enrique del Castillo The Pennsylvania

More information

An Efficient Approach for Content Delivery in Overlay Networks

An Efficient Approach for Content Delivery in Overlay Networks An Efficient Approach for Content Delivery in Overlay Networks Mohaad Malli, Chadi Barakat, Walid Dabbous Projet Planète, INRIA-Sophia Antipolis, France E-ail:{alli, cbarakat, dabbous}@sophia.inria.fr

More information

Distributed Multicast Tree Construction in Wireless Sensor Networks

Distributed Multicast Tree Construction in Wireless Sensor Networks Distributed Multicast Tree Construction in Wireless Sensor Networks Hongyu Gong, Luoyi Fu, Xinzhe Fu, Lutian Zhao 3, Kainan Wang, and Xinbing Wang Dept. of Electronic Engineering, Shanghai Jiao Tong University,

More information

Adaptive Holistic Scheduling for In-Network Sensor Query Processing

Adaptive Holistic Scheduling for In-Network Sensor Query Processing Adaptive Holistic Scheduling for In-Network Sensor Query Processing Hejun Wu and Qiong Luo Departent of Coputer Science and Engineering Hong Kong University of Science & Technology Clear Water Bay, Kowloon,

More information

Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm

Problem Solving of graph correspondence using Genetics Algorithm and ACO Algorithm Proble Solving of graph correspondence using Genetics Algorith and ACO Algorith Alireza Rezaee, 1, Azizeh Ajalli 2 Assistant professor,departent of Mechatronics Engineering, Faculty of New Sciences and

More information

Multi Packet Reception and Network Coding

Multi Packet Reception and Network Coding The 2010 Military Counications Conference - Unclassified Progra - etworking Protocols and Perforance Track Multi Packet Reception and etwork Coding Aran Rezaee Research Laboratory of Electronics Massachusetts

More information

Meta-heuristic Approaches for the Assembly Line Balancing Problem

Meta-heuristic Approaches for the Assembly Line Balancing Problem Proceedings of the 202 International Conference on Industrial Engineering and Operations Manageent Istanbul, Turey, July 3 6, 202 Meta-heuristic Approaches for the Assebly Line Balancing Proble Adil Bayasoğlu

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu s, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

Construction of a regular hendecagon by two-fold origami

Construction of a regular hendecagon by two-fold origami J. C. LUCERO /207 Construction of a regular hendecagon by two-fold origai Jorge C. Lucero 1 Introduction Single-fold origai refers to geoetric constructions on a sheet of paper by perforing a sequence

More information

Scheduling Parallel Task Graphs on (Almost) Homogeneous Multi-cluster Platforms

Scheduling Parallel Task Graphs on (Almost) Homogeneous Multi-cluster Platforms 1 Scheduling Parallel Task Graphs on (Alost) Hoogeneous Multi-cluster Platfors Pierre-François Dutot, Tchiou N Takpé, Frédéric Suter and Henri Casanova Abstract Applications structured as parallel task

More information

Comparing Univariate and Multivariate Decision Trees *

Comparing Univariate and Multivariate Decision Trees * Comparing Univariate and Multivariate Decision Trees * Olcay Taner Yıldız, Ethem Alpaydın Department of Computer Engineering Boğaziçi University, 80815 İstanbul Turkey yildizol@cmpe.boun.edu.tr, alpaydin@boun.edu.tr

More information

Manifold Regularized Transfer Distance Metric Learning

Manifold Regularized Transfer Distance Metric Learning HAIBO SHI, YONG LUO, CHAO XU, YONGGANG WEN: MTDML 1 Manifold Regularized Transfer Distance Metric Learning Haibo Shi 1 shh@pku.edu.cn Yong Luo 2 yluo180@gail.co Chao Xu 1 xuchao@cis.pku.edu.cn Yonggang

More information

Efficient Constraint Evaluation Algorithms for Hierarchical Next-Best-View Planning

Efficient Constraint Evaluation Algorithms for Hierarchical Next-Best-View Planning Efficient Constraint Evaluation Algoriths for Hierarchical Next-Best-View Planning Ko-Li Low National University of Singapore lowl@cop.nus.edu.sg Anselo Lastra University of North Carolina at Chapel Hill

More information

Gradient descent (illustration) Gradient descent (illustration) Gradient descent (illustration) Gradient descent (illustration)

Gradient descent (illustration) Gradient descent (illustration) Gradient descent (illustration) Gradient descent (illustration) 1 Lecture 10: descent ethods Gradient descent (reinder) Miniu o a unction is ound by ollowing the slope o the unction Generic descent algorith Generalization to ultiple diensions Probles o descent ethods,

More information

Feature Selection to Relate Words and Images

Feature Selection to Relate Words and Images The Open Inforation Systes Journal, 2009, 3, 9-13 9 Feature Selection to Relate Words and Iages Wei-Chao Lin 1 and Chih-Fong Tsai*,2 Open Access 1 Departent of Coputing, Engineering and Technology, University

More information

Mathematics in Computer Graphics and Games. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Mathematics in Computer Graphics and Games. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI) Matheatics in Coputer Graphics and Gaes Prof Eanuel Agu Coputer Science Dept. Worcester Polytechnic Institute (WPI) About Me Professor in WPI Coputer Science Dept Grad school at Uass Aherst (MS, PhD) Research

More information

Distributed Multi-robot Work Load Partition In Manufacturing Automation

Distributed Multi-robot Work Load Partition In Manufacturing Automation th IEEE Conference on Autoation Science and Engineering Key Bridge Marriott, Washington DC, USA August 3-, Distributed Multi-robot Work Load Partition In Manufacturing Autoation Gira S Tewolde, Changhua

More information

Univariate and Multivariate Decision Trees

Univariate and Multivariate Decision Trees Univariate and Multivariate Decision Trees Olcay Taner Yıldız and Ethem Alpaydın Department of Computer Engineering Boğaziçi University İstanbul 80815 Turkey Abstract. Univariate decision trees at each

More information

The Unit Bar Visibility Number of a Graph

The Unit Bar Visibility Number of a Graph The Unit Bar Visibility Nuber of a Graph Eily Gaub 1,4, Michelle Rose 2,4, and Paul S. Wenger,4 August 20, 2015 Abstract A t-unit-bar representation of a graph G is an assignent of sets of at ost t horizontal

More information

Trees. Linear vs. Branching CSE 143. Branching Structures in CS. What s in a Node? A Tree. [Chapter 10]

Trees. Linear vs. Branching CSE 143. Branching Structures in CS. What s in a Node? A Tree. [Chapter 10] CSE 143 Trees [Chapter 10] Linear vs. Branching Our data structures so far are linear Have a beginning and an end Everything falls in order between the ends Arrays, lined lists, queues, stacs, priority

More information

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm

Research on a Kind of QoS-Sensitive Semantic Web Services Composition Method Based on Genetic Algorithm roceedings of the 7th International Conference on Innovation & Manageent 893 Research on a Kind of QoS-Sensitive Seantic Web Services Coposition Method Based on Genetic Algorith Cao Hongjiang, Nie Guihua,

More information

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization

Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization 1 Defining and Surveying Wireless Link Virtualization and Wireless Network Virtualization Jonathan van de Belt, Haed Ahadi, and Linda E. Doyle The Centre for Future Networks and Counications - CONNECT,

More information

Efficient Estimation of Inclusion Coefficient using HyperLogLog Sketches

Efficient Estimation of Inclusion Coefficient using HyperLogLog Sketches Efficient Estiation of Inclusion Coefficient using HyperLogLog Sketches Azade Nazi, Bolin Ding, Vivek Narasayya, Surajit Chaudhuri Microsoft Research {aznazi, bolind, viveknar, surajitc}@icrosoft.co ABSTRACT

More information

Survivability Function A Measure of Disaster-Based Routing Performance

Survivability Function A Measure of Disaster-Based Routing Performance Survivability Function A Measure of Disaster-Based Routing Perforance Journal Club Presentation on W. Molisz. Survivability function-a easure of disaster-based routing perforance. IEEE Journal on Selected

More information

Collaborative Web Caching Based on Proxy Affinities

Collaborative Web Caching Based on Proxy Affinities Collaborative Web Caching Based on Proxy Affinities Jiong Yang T J Watson Research Center IBM jiyang@usibco Wei Wang T J Watson Research Center IBM ww1@usibco Richard Muntz Coputer Science Departent UCLA

More information

An AND/OR-graph Approach to the Container Loading Problem

An AND/OR-graph Approach to the Container Loading Problem Pergaon Int. Trans. Opl Res. Vol. I, No. 1, pp. 59-73, 1994 Elsevier Science Ltd. Copyright 0 1994 IFORS Printed in Great Britain. All rights reserved 0969-6016/94 $6.00 + 0.00 An AND/OR-graph Approach

More information

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks

Utility-Based Resource Allocation for Mixed Traffic in Wireless Networks IEEE IFOCO 2 International Workshop on Future edia etworks and IP-based TV Utility-Based Resource Allocation for ixed Traffic in Wireless etworks Li Chen, Bin Wang, Xiaohang Chen, Xin Zhang, and Dacheng

More information

Resource Optimization for Web Service Composition

Resource Optimization for Web Service Composition Resource Optiization for Web Coposition Xia Gao, Ravi Jain, Zulfikar Razan, Ulas Kozat Abstract coposition recently eerged as a costeffective way to quickly create new services within a network. Soe research

More information

Performance Analysis of RAID in Different Workload

Performance Analysis of RAID in Different Workload Send Orders for Reprints to reprints@benthascience.ae 324 The Open Cybernetics & Systeics Journal, 2015, 9, 324-328 Perforance Analysis of RAID in Different Workload Open Access Zhang Dule *, Ji Xiaoyun,

More information

MIDA: AN IDA SEARCH WITH DYNAMIC CONTROL

MIDA: AN IDA SEARCH WITH DYNAMIC CONTROL April 1991 UILU-ENG-91-2216 CRHC-91-9 Center fo r Reliable and High-Perforance Coputing MIDA: AN IDA SEARCH WITH DYNAMIC CONTROL Benjain W. Wah Coordinated Science Laboratory College of Engineering UNIVERSITY

More information

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang

POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION. Junjun Jiang, Ruimin Hu, Zhen Han, Tao Lu, and Kebin Huang IEEE International Conference on ultiedia and Expo POSITION-PATCH BASED FACE HALLUCINATION VIA LOCALITY-CONSTRAINED REPRESENTATION Junjun Jiang, Ruiin Hu, Zhen Han, Tao Lu, and Kebin Huang National Engineering

More information

Automated Installation Verification of COMSOL via LiveLink for MATLAB

Automated Installation Verification of COMSOL via LiveLink for MATLAB Autoated Installation Verification of COMSOL via LiveLink for MATLAB Michael W. Crowell Oak Ridge National Laboratory, PO Bo 2008 MS6423, Oak Ridge, TN 37831 crowellw@ornl.gov Abstract: Verifying that

More information

Medical Biophysics 302E/335G/ st1-07 page 1

Medical Biophysics 302E/335G/ st1-07 page 1 Medical Biophysics 302E/335G/500 20070109 st1-07 page 1 STEREOLOGICAL METHODS - CONCEPTS Upon copletion of this lesson, the student should be able to: -define the ter stereology -distinguish between quantitative

More information

Finding Optimal Allocation of Constrained Cloud Capacity Using Hyperbolic Voronoi Diagrams on the Sphere

Finding Optimal Allocation of Constrained Cloud Capacity Using Hyperbolic Voronoi Diagrams on the Sphere Intelligent Inforation Manageent 4 9-5 http://dxdoiorg/46/ii455 Published Online October (http://wwwciporg/ournal/ii) Finding Optial Allocation of Constrained Cloud Capacity Using Hyperbolic Voronoi Diagras

More information

A GRAPH-PLANARIZATION ALGORITHM AND ITS APPLICATION TO RANDOM GRAPHS

A GRAPH-PLANARIZATION ALGORITHM AND ITS APPLICATION TO RANDOM GRAPHS A GRAPH-PLANARIZATION ALGORITHM AND ITS APPLICATION TO RANDOM GRAPHS T. Ozawa and H. Takahashi Departent of Electrical Engineering Faculty of Engineering, Kyoto University Kyoto, Japan 606 Abstract. In

More information