Pattern Recognition Techniques in Microarray Data Analysis

Size: px
Start display at page:

Download "Pattern Recognition Techniques in Microarray Data Analysis"

Transcription

1 Pattern Reognition Tehniques in Miroarray Data Analysis Miao Li, Biao Wang, Zohreh Momeni, and Faramarz Valafar Department of Computer Siene San Diego State University San Diego, California, USA Abstrat: The explosion in the prodution rate of expression level data has highlighted the need for automated tehniques that help sientists analyze, understand, and luster (sequene) the enormous amount of data that is being produed. Example of suh problems are analyzing gene expression level data produed by miroarray tehnology on the genomi sale, sequening genes on the genomi sale, sequening proteins and amino aids, et. In this paper we review some of the pattern reognition tehniques that have been used in this area. Keywords: Pattern reognition, sequening, miroarray, sequening, lustering, expression level data Introdution Miroarray tehnology relies on the hybridization properties of nulei aids to monitor DNA or RNA abundane on a genomi sale. Miroarrays have revolutionized the study of genome by allowing researhers to study the expression of thousands of genes simultaneously for the first time. The ability to simultaneously study thousands of genes under a host of differing onditions presents an immense hallenge in the fields of omputational siene and data mining. In this survey, we have reviewed methods that help (have been used) in answering both of the above questions. In order to properly omprehend and interpret expression data produed by miroarray tehnology, new omputational and data mining tehniques need to be developed. The analysis and understanding of miroarray data inludes a searh for genes that have similar or orrelated patterns of expression. Among the various frameworks in whih pattern reognition has been traditionally formulated, statistial approah, neural network tehniques, and methods imported from statistial learning theory are among those that have been applied in miroarray data analysis []. In the following you will find a surveyed of a number of tehniques that have been used in miroarray data analysis. Simple approahes: In order to understand the onnetion between miroarray data and biologial funtion, one ould ask the following fundamental question: how do expression levels of speifi genes, or gene-sequenes, differ in a ontrol group versus a treatment group? In other words, in a ontrolled study, if a speifi biologial funtion (ondition) is present, how do expression levels hange when the funtion (ondition) is turned off (absent) (or visa versa). This line of questioning ould be useful in, for instane, determining the effet of a speifi genomi treatment of a disease. In suh a ase, the question would be: has the treatment hanged the expression level(s) of speifi (target) gene(s)/gene-sequene(s) to notieably different levels. If so, then have the hanges in expression levels resulted in elimination (or alleviating the symptoms) of patient s ondition? If the answers to the above questions are yes, then a orrelation between the speifi genes/gene-sequenes that show hanged levels, and the biologial funtion, an be drawn. One of the simple methods attempting to answer the above question is alled the Fold approah. In this approah, if the average expression level of a gene has hanged by a predetermined number of folds, that gene expression is delared to have been hanged (from on to off, or visa versa) due to the treatment. In many studies, a 2-fold tehnique is used (rather than 3-fold or 4-fold), in whih the average expression level has to hange to at least two folds of its initial level in order for it to be lassified as hanged. The drawbak to this method is that it is unlikely that this method reveals the desired orrelation between expression data and funtion, as a predetermined fator of 2 (or 3 or 4) has different signifiane depending on expression levels of various genes. A further drawbak is that this method only ompares the

2 expression level of the gene under question to determine whether it has been turned on or off. We believe that a better and more biologially relevant method of analysis would be to onsider expression patterns of related (or neighboring) genes to determine the on or off state of the gene urrently under observation. The folding tehnique as it is, does not allow this type of analysis. Similar to the Fold approah, T-test is another simple method applied in gene expression analysis. It manipulates logarithm of expression levels, and requires omparison omputation against the means and varianes of both treatment and ontrol groups. The fundamental problem with T-test is that it requires repeated treatment and ontrol experiments, whih is both tedious and ostly. As a result, small number of experimental repetition ould affet the reliability of the mean-based approah [2,3]. Karhunen Loe`ve expansion : Karhunen Loe`ve expansion [4], as it is known in pattern reognition, is also known as prinipal omponent analysis (PCA), or singular value deomposition (SVD) [5] in statistis. Use of SVD in miroarray data analysis has been suggested by various researhers [6-]. PCA is a linear mathematial tehnique that finds base vetors that expand the problem spae (gene expression spae). These vetors are alled prinipal omponents (PCs). In expression data analysis, the vetors are also alled mean expression vetors, oreigengenes. A PC an be thought of as a major pattern in the data set (e.g. gene expression data). The more PCs are used to expand (model) the problem spae, the more aurate the representation will be. However, one should also be aware that the lower the signifiane of a PC, the more noise it represents. So a balane needs to be struk between the need for maximal expansion of the problem spae and the need for elimination of noise. In most ases, PCA redues the dimensionality of the problem spae without muh loss of generality or information. It is easy to think of eah PC as the mean expression vetor representing a luster of expression data (expression pattern). In most studies involving SVD, the tehnique was used to find underlying patterns or `modes' in expression data with the intention of linking these modes to the ation of transriptional regulators. The advantage of SVD is its simpliity and ease of understanding of the algorithm. Among the disadvantages, is the method s inherent linear nature. Beause SVD is a linear tehnique, it works well in problem spaes that are linearly separable. It is yet to be shown that finding underlying modes in expression data is a linearly separable problem. PCA is a powerful tehnique for the analysis of geneexpression data when used in ombination with another lassifiation tehnique suh as k-means lustering or self organizing maps (SOMs) that requires the user to speify the number of lusters. We will disuss both of these methods in the oming setions. Bayesian Belief Networks (BBN): A more sophistiated approah, Bayesian probabilisti framework has been suggested to analyze expression data [2,2,3]. An alternative approah to the SVD methodology desribed above is to use prior knowledge of the regulatory network's arhiteture to design ompeting models then use Bayesian belief networks to pik the model that best fits the expression data [4]. Gifford and o-workers have used this approah to distinguish between two ompeting models for galatose regulation [5]. Friedman and o-workers have used Bayesian networks to analyze genome-wide expression data in order to identify signifiant interations between genes in a variety of metaboli and regulatory pathways [6,2]. Baldi et. Al. [2] used BBN s to model log-expression values by independent normal distributions, parameterized by orresponding means and varianes with hierarhial prior distributions. They derive point estimates for both parameter and hyperparameter, and regularize expressions for the variane of eah gene by ombining the empirial variane with loal bakground variane assoiated with neighboring genes. This approah ompares favorably with simple t-test and fold method. It an aommodate noise, variability, and low repliation often typial of miroarray data. [2] k-means Clustering (Partitioning): k-means is a divisive lustering approah. It partitions data (genes or experiments) into groups that have similar expression patterns. k is the number of lusters (also sometimes alled bukets, bins, or lasses) into whih the user believes the data should fall. The number k is an input value given to the algorithm by the user. The k-mean lustering algorithm is a three step proess. In the first step, the algorithm randomly assigns all training data to one of the k lusters. In the seond step the mean inter- and intra-lass distanes are alulated. The mean inter-lass distane (δ )ofeahlusteris

3 alulated by first alulating a mean vetor (µ ) for eah luster and then averaging the distanes between the vetors (data) of a luster and its mean vetor. In expression level data, the mean vetor is alled the average expression vetor. n µ = vi and δ = n i= n n i= v i µ The mean intra-lass distane between two lusters is the distane between their respetive mean vetors.,2, for instane is the mean intra-lass distane between lusters and 2:,2 = 2 µ µ The third step is an iterative step, and its goal is to minimize the mean inter-lass distanes (δ ), maximize intra-lass distanes (,2 ), or both, by moving data from one luster to another. In eah iteration one piee of data is moved to a new luster where it is losest to a µ (the mean vetor of the new luster). After eah move, new expression vetors for the two effeted lasses are realulated. This proess ontinues, until any further move would inrease the mean inter-lass means (expression variability for eah lass) or redue intra-lass distanes. There are additional (sometimes optional) steps that an be found in variations of the basi k-means lustering algorithm desribed above. Quakenbush [7] disusses a few optional steps and variations of this algorithm. K-means lustering is easy to implement. However, the major disadvantage of this method is that the number k is often not known in advane. Another potential problem with this method is that beause eah gene is uniquely assigned to some luster, it is diffiult for the method to aommodate a large number of stray data points, intermediates or outliers. Further onerns about the algorithm have to do with the algorithms biologial interpretation (in the ase of expression data) of the final lustered data. In this regard, Tamayo et al. explain that k-means lustering is a ompletely unstrutured approah, whih proeeds in an entirely loal fashion and produes an unorganized olletion of lusters that is not ondutive to interpretation. [8] The most reent variant of the k-means lustering algorithm (at the time of this survey) designed speifially for the assessment of gene spots (on the array images) is the work of Bozinov et al [9]. The tehnique is based on lustering pixels of a target area into foreground and bakground. The authors report: results from the analysis of real gene spots indiate that our approah performs superior to other existing analytial methods. [9] Hierarhial Clustering: There are various hierarhial lustering algorithms that an be applied to miroarray data analysis. These inlude single-linkage lustering, omplete-linkage lustering, averagelinkage lustering, weighted pair-group averaging, and within pair-group averaging [7,20-22]. These algorithms only differ in the manner in whih distanes are alulated between the growing lusters and the remaining members of the data set. Hierarhial lustering algorithms usually generate a gene similarity sore for all gene ombinations, plae the sores in a matrix, join those genes that have the highest sore, and then ontinue to join progressively less similar pairs. In the lustering proess, after similarity sore alulations, the most losely related pairs are identified in an above-diagonal soring matrix. In this proess, a node in the hierarhy is reated for the highest-soring pair, the gene expressed profilers of the two genes are averaged, and the joined elements are weighted by the number of elements they ontain. The matrix is then updated replaing the two joined elements by the node. For n genes, the proess is repeated n- times until a single element (that ontains all genes) remains. In the following formulas, we assume a Eulidian measure for distane, and arithmeti averaging for alulating the means. In various forms of the algorithm, various measures of distane and averaging tehniques have been used. A popular and more representative measure of distane has been the Mahalanobis distane.

4 The first report by Wen et al. [20] uses lustering and data-mining tehniques to analyze large-sale gene expression data. This report is signifiant in that it shows how integrating results that were obtained by using various distane metris an reveal different but meaningful patterns in the data. Eisen et al. [2] also make an elegant demonstration of the power of hierarhial lustering in the analysis of miroarray data. Similar to the k-means algorithm, the advantage of hierarhial lustering lies in its simpliity. A further advantage of hierarhial tehnique versus the k-means method is that the results from hierarhial lustering methods an easily be visualized. Although hierarhial luster analysis is a powerful tehnique and possesses lear advantages for expression data analysis, it also presents researhers with two major drawbaks. The first problem arises from the greedy nature of the algorithm. Hierarhial lustering is essentially a greedy algorithm, and like other suh algorithms, it suffers from sensitivity to early mistakes in the greedy proess. Beause, by definition greedy algorithms annot go bak (baktrak) to redo the step that was taken by mistake, small errors in luster assignment in early stages of the algorithm an be drastially amplified [23]. Therefore, the dependene on the results produed by ertain arbitrarily imposed lustering strutures (that do not orrespond to reality) an give rise to misleading results. For instane, in time-ourse gene expression studies, hierarhial lustering has reeived mixed reviews. These algorithms often fail to disriminate between different patterns of variation in time. For instane, a gene express pattern for whih a high value is found at an intermediate time point will be lustered with another gene for whih a high value is found at a later point in time. These variations have to be separated in a subsequent step. The seond drawbak of hierarhial lustering is best desribed by Quakenbush [7]: one potential problem with many hierarhial lustering methods is that, as lusters grow in size, the expression vetor that represents the luster might no longer represent any of the genes in the luster. Consequently, as lustering progresses, the atual expression patterns of the genes themselves beome less relevant. As a result, an ative area of researh in hierarhial luster analysis is in deteting when to stop the hierarhial merging of elements. In this diretion new hybrid tehniques are emerging that ombine hierarhial methodology with k-means tehniques. Mixture models and EM (expetation maximization): Mixture models are probabilisti models built by using positive onvex ombination of distributions taken from a given family of distributions [24,25]. EM algorithm is an iterative algorithm that proeeds in two alternating steps, the E (expetation) step and the M (maximization) step. Applying EM algorithm to the orresponding mixture model an serve as a omplementary analysis to standard hierarhial lustering. An attrative feature of the mixture modeling approah is that the strength of evidene measure for the number of true lusters in the data is omputed. This assessment of reliability addresses the primary defiieny of hierarhial lustering and is often an important question to biologists onsidering data from miroarray studies. A disadvantage of the tehnique is that variane parameters are diffiult to estimate for the mixture model in the ase of lusters with small number of samples. One way to address it is to use a fully Bayesian estimation proedure. It might not work with data having temporal struture, say gene expression of the same population of ells measured at a different number of time points [24]. Gene Shaving: Gene shaving is a reently developed and popular statistial method for disovering patterns in gene expression data. The original algorithm uses the PCA algorithm and was proposed by Hastie, Tibshirani et al. [26]. Later variations are under development, some of whih inlude the replaement of the PCA step with a nonlinear variety. Gene shaving is designed to identify lusters of genes with oherent expression patterns and large variation aross the samples. Using this method, the authors have suessfully analyzed gene expression measurements made on samples from patients with diffuse large B-ell lymphoma and identified a small luster of genes whose expression is highly preditive of survival. [26] The shaving algorithm an be summarized in the following steps: ) Build the expression matrix Ξ for all genes, and enter eah row of Ξ to zero mean. 2) Compute the leading prinipal omponent of rows of Ξ. 3) Shave off the proportion (typially 0%) of the genes having smallest absolute inner produt with leading prinipal omponent. 4) Repeat the seond and third steps until only one remains. 5) Estimate the optimal luster size k (for maximum gap). 6) Orthogonalize eah row of Ξ with respet to the average gene in the size-optimized gene luster. 7) Repeat the first five steps with the

5 orthogonalized data to find the seond optimal luster. This proess is ontinued until a maximum of M lusters are reahed (M is hosen a priori). There are two varieties to the original shaving algorithm: supervised (partially supervised), or unsupervised. In supervised and partially supervised shaving, available information about genes and samples (outome measure, known properties of genes or sample, or any other a priori information) an be used to label their data as a means to supervise the lustering proess and ensuring meaningful groupings. Gene shaving also allows genes to belong to more than one luster. These two properties (the ability to supervise and multiple groupings for the same gene) make gene shaving different from most hierarhial lustering and other widely used methods for analyzing gene expression data. The most prominent advantage of the shaving methods proposed by Hastie, Tibshirani et al. were best expressed by the authors themselves: (shaving methods) searh for lusters of genes showing both high variation aross the samples, and oherene (orrelation) aross the genes. Both of these aspets are important and annot be aptured by simple lustering of genes or setting threshold of individual genes based on the variation over samples. [26] The drawbak of this method is the omputational intensity of the algorithm. The shaving proess requires repeated omputation of the largest prinipal omponent of a large set of variables. Some variant approahes should onsider replaement algorithms for SVD that are less omputationally intensive. Support Vetor Mahine (SVM): SVM is a supervised mahine learning tehnique in the sense that vetors are lassified with respet to known referene vetors. SVM solve the problem by mapping the gene-expression vetors from expression spae into a higher-dimensional feature spae, in whih distane is measured using a mathematial funtion known as a kernel funtion, and the data an then be separated into two lasses. [7] Gene expression vetors an be thought of as points in an n-dimensional spae. For miroarray analysis, sets of genes are identified that represent a target pattern of gene expression. The SVM is then trained to disriminate between the data points for that pattern (positive points in the feature spae) and other data points that do not show that pattern (negative points in the feature spae). With an appropriately hosen feature spae of suffiient dimensionality, any onsistent training set an be made separable. [27] SVM is a linear tehnique in that it uses hyperplanes as separating surfaes between positive and negative points in the feature spae. Speifially, SVM hooses the hyperplane that provides maximum margin between the plane surfae and the positive and negative points. This feature provides a mehanism to avoid over fitting. One the separating hyperplanes have been seleted, the deision funtion for lassifying points with respet to the hyperplane only involves dot produt between points in the feature spae, whih arries a low omputational burden. [27] Beause the linear boundary in the feature spae maps to a nonlinear boundary in the gene expression spae, SVM an be onsidered as a nonlinear separation tehnique. The important advantage of SVM is that it offers a possibility to train generalizable, nonlinear lassifiers in high-dimensional spae using a small training set. For large training sets, SVM typially selets a small support set that is neessary for designing the lassifier, thereby, minimizing the omputational requirements during testing. Furey, et al. [28] praises SVM as follows: It (SVM) has demonstrated the ability to not only orretly separate entities into appropriate lasses, but also identify instanes whose established lassifiation is not supported by the data. It performs well in multiple biologial analyses, having remarkable robust performane with respet to sparse and noisy data. One of the drawbaks of SVM is its sensitivity to the hoie of a kernel funtion, parameters, and penalties. For instane, if the kernel funtion is not appropriately hosen for the training data, SVM may not be able to find a separating hyperplane in feature spae. [27] Choosing the best kernel funtion, parameters and penalties for the SVM algorithm an be diffiult in many ases. Beause of the sensitivity of the algorithm to these hoies, different hoies often yield ompletely different lassifiations. As a result, it is neessary to suessively inrease kernel omplexity until an appropriate (biologially sound) lassifiation is ahieved. [7] The ad ho nature of the penalty term (error penalty), the omputational omplexity of the training proedure (a quadrati minimization problem), and risk of over fitting when using larger hidden layers are further drawbaks of this method.

6 Other Tehniques in Miroarray Data Analysis: Sasik et al. [23] have presented the perolation lustering approah to lustering of gene expression patterns base on the mutual onnetivity of the patterns. Unlike SOM or k-means whih fore gene expression data into a fixed number of predetermined lustering strutures, this approah is to reveal the natural tendeny of the data to luster, in analogy to the physial phenomenon of perolation. GA/KNN is another algorithm desribed by Li, et al [29]. This approah ombines a geneti algorithm (GA) and the k-nearest Neighbor (KNN) method to identify genes that an jointly disriminate between different lasses of samples. The GA/KNN is a supervised stohasti pattern reognition method. It is apable of seleting a subset of preditive genes from a set of large noisy data for sample lassifiation. [29] A large body of researh has been onduted on the appliation of various types of artifiial neural networks applied to the problems at hand. These tehniques have been reviewed in [30] and will not be repeated in this paper. Conlusion A number of pattern reognition tehniques have been applied to analyze miroarray expression data [2,7,]. The simplest ategory of these tehniques is that of individual gene-based analysis suh as fold approah, t-test rule, and Bayesian framework. More sophistiated tehniques inlude (but are not limited) luster analysis methods and SVD tehnique. The hypothesis (hope) behind using lustering methods is that genes in a luster share some ommon funtion or regulatory elements. Although, this may be true in biologially sound division of data, it only holds partially true (or not at all) in the lustering produed by a purely mathematial tehnique. The suess of these algorithms should be evaluated based on how biologially sound (or relevant) the lustering is. On this road, we believe that algorithms that allow the inlusion of a priori biologial knowledge show higher potential. This review represents only a small part of the researh being onduted in the area, and only is meant as a omplementary/ontinuation of the survey that others have onduted in this area [7,]. It should in no way be taken as a omplete survey of all algorithms. For the reason of limited spae, some signifiant developments in the area had to be left out. Furthermore, new tehniques and algorithm are being proposed for miroarray data analysis on a daily basis making survey artiles suh as this highly time-dependent. Referenes. Szabo A. etalvariable seletion and pattern reognition with gene expression data generated by the miroarray tehnology.math Biosi (2002) 76(), Baldi, P. et al. A Bayesian framework for the analysis of miroarray expression data: regularized t-test and statistial inferene of gene hanges (200) Bioinformatis, 7(6), Pan, W. A omparative review of statistial methods for disovering differentially expressed genes in repliated miroarray experiments (2002) Bioinformatis 8(4), Mallat, S. G. (999) A Wavelet Tour of Signal Proessing (Aademi, San Diego), seond edition 5. Anderson, T. W. (984) Introdution to Multivariate Statistial Analysis (Wiley, NY) seonf edition 6. Alter, O. et al. Singular Value Deomposition for Genome-wide Expression Data Proessing and Modeling (2000) Pro. Natl. Aad. Si. USA 97, O. Alter, P.O. Brown and D. Botstein, Singular value deomposition for genome-wide expression data proessing and modeling. Pro Natl Aad Si USA 97 (2000), pp N.S. Holter, A. Maritan, M. Cieplak, N.V. Fedoroff and J.R. Banavar, Dynami modeling of gene expression data. Pro Natl Aad Si USA 98 (200), pp N.S. Holter, M. Mitra, A. Maritan, M. Cieplak, J.R. Banavar and N.V. Fedoroff, Fundamental patterns underlying gene expression profiles: simpliity from omplexity. Pro Natl Aad Si USA 97 (2000), pp

7 0. Rayhaudhuri S, Stuart JM, Altman RB. Prinipal omponents analysis to summarize miroarray experiments: appliation to sporulation time series. Pa Symp Bioomput 2000, Wu, C., Berry, M., Shivakumar, S. and Marty, J Neural networks for full-sale protein sequene lassifiation: sequene enoding with singular value deomposition. Mahine Learning. 2: N. Friedman, M. Linial, I. Nahman and D. Pe'er, Using Bayesian networks to analyze expression data. J Comput Biol 7 (2000), pp A. Drawid and M. Gerstein, A Bayesian system integrating expression data with sequene patterns for loalizing proteins: omprehensive appliation to the yeast genome. J Mol Biol 30 (2000), pp D.K. Gifford, Blazing pathways through geneti mountains. Siene 293 (200), pp Hartemink AJ, Gifford DK, Jaakkola TS, Young RA. Using graphial models and genomi expression data to statistially validate models of geneti regulatory networks. Pa Symp Bioomput 200, D. Pe'er, A. Regev, G. Elidan and N. Friedman, Inferring subnetworks from perturbed expression profiles. Bioinformatis 7 Suppl (200), pp. S25 S Quakenbush, J. Computational Analysis of MiroArray Data (200) Nature Genetis 2, Tamayo, P. et al. Interpreting patterns of gene expression with self-organizing maps: methods and appliation to hematopoieti differtiation (999) Pro. Natl. Aad. Si. USA 96, Bozinov D Unsupervised tehnique for robust target separation and analysis of DNA miroarray spots through adaptive pixel lustering (2002) Bioinformatis 8(5), Wen, X.et al. Large-sale Temporal Gene Expression Mapping of Central Nervous System Development (998) Pro. Natl. Aad. Si USA 95, Eisen, P. T. et al Cluster Analysis and Display of Genome-Wide Expression Patterns (998) Pro. Natl. Aad. Si. USA 95, Alon, U.et al. Broad Patterns of gene Expression Revealed by Clustering Analysis of Tumor and Normal Colon Tissues Probed by Oligonuleotide Arrays (999) Pro. Natl. Aad. Si USA 96, Sasik, R. et al. Perolation Clustering: A Novel Approah to the Clustering of Gene Expression Patterns in Dityostelium Development (200) PSB Proeedings 6, Baldi, P. On the onvergene of a lustering algorithm for protein-oding regions in mirobial genomes (2000) Bioinformatis 6, Ghosh, D. Mixture modeling of gene expression data from miroarray experiments Bioinformatios (200) 8(2), Hastie, T. et al. Gene Shaving as a Method for Identifying Distint Sets of Genes with Similar Expression Pattern (2000) Genome Biology, Brown, M. P. S. et al Knowledge-based analysis of miroarray gene expression data by using support vetor mahines (2000) Pro. Natl. Aad. Si. USA 97, Furey, T.S et al., Support vetor mahine lassifiation and validation of aner tissue samples using miroarray expression data (2000) Bioinformatis, 6, Li, et al Gene seletion for sample lassifiation based on gene expression data: study of sensitivity to hoie of parameters of the GA/KNN method (200) Bioinformatis 7(2), F. Valafar. Neural Network Appliations in Biologial Sequening. Proeedings of the 2003 International Conferene on Mathematis and Engineering Tehniques in Mediine and Biologial Sienes. (METMBS 03) June 24-27, In print.

A Holistic Method for Selecting Web Services in Design of Composite Applications

A Holistic Method for Selecting Web Services in Design of Composite Applications A Holisti Method for Seleting Web Servies in Design of Composite Appliations Mārtiņš Bonders, Jānis Grabis Institute of Information Tehnology, Riga Tehnial University, 1 Kalu Street, Riga, LV 1658, Latvia,

More information

Improved SOM-Based High-Dimensional Data Visualization Algorithm

Improved SOM-Based High-Dimensional Data Visualization Algorithm Computer and Information Siene; Vol. 5, No. 4; 2012 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Siene and Eduation Improved SOM-Based High-Dimensional Data Visualization Algorithm Wang

More information

Hierarchical Clustering and Sampling Techniques for Network Monitoring

Hierarchical Clustering and Sampling Techniques for Network Monitoring S. Sindhuja Hierarhial Clustering and Sampling Tehniques for etwork Monitoring S. Sindhuja ME ABSTRACT: etwork monitoring appliations are used to monitor network traffi flows. Clustering tehniques are

More information

Neural network-based Load Balancing and Reactive Power Control by Static VAR Compensator

Neural network-based Load Balancing and Reactive Power Control by Static VAR Compensator nternational Journal of Computer and Eletrial Engineering, Vol. 1, No. 1, April 2009 Neural network-based Load Balaning and Reative Power Control by Stati VAR Compensator smail K. Said and Marouf Pirouti

More information

Big Data Analysis and Reporting with Decision Tree Induction

Big Data Analysis and Reporting with Decision Tree Induction Big Data Analysis and Reporting with Deision Tree Indution PETRA PERNER Institute of Computer Vision and Applied Computer Sienes, IBaI Postbox 30 11 14, 04251 Leipzig GERMANY pperner@ibai-institut.de,

More information

An Efficient Network Traffic Classification Based on Unknown and Anomaly Flow Detection Mechanism

An Efficient Network Traffic Classification Based on Unknown and Anomaly Flow Detection Mechanism An Effiient Network Traffi Classifiation Based on Unknown and Anomaly Flow Detetion Mehanism G.Suganya.M.s.,B.Ed 1 1 Mphil.Sholar, Department of Computer Siene, KG College of Arts and Siene,Coimbatore.

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

Discovering Trends in Large Datasets Using Neural Networks

Discovering Trends in Large Datasets Using Neural Networks Disovering Trends in Large Datasets Using Neural Networks Khosrow Kaikhah, Ph.D. and Sandesh Doddameti Department of Computer Siene Texas State University San Maros, Texas 78666 Abstrat. A novel knowledge

More information

Robust Classification and Tracking of Vehicles in Traffic Video Streams

Robust Classification and Tracking of Vehicles in Traffic Video Streams Proeedings of the IEEE ITSC 2006 2006 IEEE Intelligent Transportation Systems Conferene Toronto, Canada, September 17-20, 2006 TC1.4 Robust Classifiation and Traking of Vehiles in Traffi Video Streams

More information

Deadline-based Escalation in Process-Aware Information Systems

Deadline-based Escalation in Process-Aware Information Systems Deadline-based Esalation in Proess-Aware Information Systems Wil M.P. van der Aalst 1,2, Mihael Rosemann 2, Marlon Dumas 2 1 Department of Tehnology Management Eindhoven University of Tehnology, The Netherlands

More information

Sebastián Bravo López

Sebastián Bravo López Transfinite Turing mahines Sebastián Bravo López 1 Introdution With the rise of omputers with high omputational power the idea of developing more powerful models of omputation has appeared. Suppose that

More information

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts FOOD FOR THOUGHT Topial Insights from our Sujet Matter Experts DEGREE OF DIFFERENCE TESTING: AN ALTERNATIVE TO TRADITIONAL APPROACHES The NFL White Paper Series Volume 14, June 2014 Overview Differene

More information

Open and Extensible Business Process Simulator

Open and Extensible Business Process Simulator UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE Institute of Computer Siene Karl Blum Open and Extensible Business Proess Simulator Master Thesis (30 EAP) Supervisors: Luiano Garía-Bañuelos,

More information

Behavior Analysis-Based Learning Framework for Host Level Intrusion Detection

Behavior Analysis-Based Learning Framework for Host Level Intrusion Detection Behavior Analysis-Based Learning Framework for Host Level Intrusion Detetion Haiyan Qiao, Jianfeng Peng, Chuan Feng, Jerzy W. Rozenblit Eletrial and Computer Engineering Department University of Arizona

More information

Chapter 1 Microeconomics of Consumer Theory

Chapter 1 Microeconomics of Consumer Theory Chapter 1 Miroeonomis of Consumer Theory The two broad ategories of deision-makers in an eonomy are onsumers and firms. Eah individual in eah of these groups makes its deisions in order to ahieve some

More information

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds Intelligent Measurement Proesses in 3D Optial Metrology: Produing More Aurate Point Clouds Charles Mony, Ph.D. 1 President Creaform in. mony@reaform3d.om Daniel Brown, Eng. 1 Produt Manager Creaform in.

More information

Weighting Methods in Survey Sampling

Weighting Methods in Survey Sampling Setion on Survey Researh Methods JSM 01 Weighting Methods in Survey Sampling Chiao-hih Chang Ferry Butar Butar Abstrat It is said that a well-designed survey an best prevent nonresponse. However, no matter

More information

Henley Business School at Univ of Reading. Pre-Experience Postgraduate Programmes Chartered Institute of Personnel and Development (CIPD)

Henley Business School at Univ of Reading. Pre-Experience Postgraduate Programmes Chartered Institute of Personnel and Development (CIPD) MS in International Human Resoure Management For students entering in 2012/3 Awarding Institution: Teahing Institution: Relevant QAA subjet Benhmarking group(s): Faulty: Programme length: Date of speifiation:

More information

FIRE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero

FIRE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero FE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero Robotis, Computer Vision and Intelligent Control Group. University

More information

Computer Networks Framing

Computer Networks Framing Computer Networks Framing Saad Mneimneh Computer Siene Hunter College of CUNY New York Introdution Who framed Roger rabbit? A detetive, a woman, and a rabbit in a network of trouble We will skip the physial

More information

WORKFLOW CONTROL-FLOW PATTERNS A Revised View

WORKFLOW CONTROL-FLOW PATTERNS A Revised View WORKFLOW CONTROL-FLOW PATTERNS A Revised View Nik Russell 1, Arthur H.M. ter Hofstede 1, 1 BPM Group, Queensland University of Tehnology GPO Box 2434, Brisbane QLD 4001, Australia {n.russell,a.terhofstede}@qut.edu.au

More information

Learning Curves and Stochastic Models for Pricing and Provisioning Cloud Computing Services

Learning Curves and Stochastic Models for Pricing and Provisioning Cloud Computing Services T Learning Curves and Stohasti Models for Priing and Provisioning Cloud Computing Servies Amit Gera, Cathy H. Xia Dept. of Integrated Systems Engineering Ohio State University, Columbus, OH 4310 {gera.,

More information

RISK-BASED IN SITU BIOREMEDIATION DESIGN JENNINGS BRYAN SMALLEY. A.B., Washington University, 1992 THESIS. Urbana, Illinois

RISK-BASED IN SITU BIOREMEDIATION DESIGN JENNINGS BRYAN SMALLEY. A.B., Washington University, 1992 THESIS. Urbana, Illinois RISK-BASED IN SITU BIOREMEDIATION DESIGN BY JENNINGS BRYAN SMALLEY A.B., Washington University, 1992 THESIS Submitted in partial fulfillment of the requirements for the degree of Master of Siene in Environmental

More information

Channel Assignment Strategies for Cellular Phone Systems

Channel Assignment Strategies for Cellular Phone Systems Channel Assignment Strategies for Cellular Phone Systems Wei Liu Yiping Han Hang Yu Zhejiang University Hangzhou, P. R. China Contat: wliu5@ie.uhk.edu.hk 000 Mathematial Contest in Modeling (MCM) Meritorious

More information

Supply chain coordination; A Game Theory approach

Supply chain coordination; A Game Theory approach aepted for publiation in the journal "Engineering Appliations of Artifiial Intelligene" 2008 upply hain oordination; A Game Theory approah Jean-Claude Hennet x and Yasemin Arda xx x LI CNR-UMR 668 Université

More information

A Three-Hybrid Treatment Method of the Compressor's Characteristic Line in Performance Prediction of Power Systems

A Three-Hybrid Treatment Method of the Compressor's Characteristic Line in Performance Prediction of Power Systems A Three-Hybrid Treatment Method of the Compressor's Charateristi Line in Performane Predition of Power Systems A Three-Hybrid Treatment Method of the Compressor's Charateristi Line in Performane Predition

More information

Recovering Articulated Motion with a Hierarchical Factorization Method

Recovering Articulated Motion with a Hierarchical Factorization Method Reovering Artiulated Motion with a Hierarhial Fatorization Method Hanning Zhou and Thomas S Huang University of Illinois at Urbana-Champaign, 405 North Mathews Avenue, Urbana, IL 680, USA {hzhou, huang}@ifpuiuedu

More information

A Keyword Filters Method for Spam via Maximum Independent Sets

A Keyword Filters Method for Spam via Maximum Independent Sets Vol. 7, No. 3, May, 213 A Keyword Filters Method for Spam via Maximum Independent Sets HaiLong Wang 1, FanJun Meng 1, HaiPeng Jia 2, JinHong Cheng 3 and Jiong Xie 3 1 Inner Mongolia Normal University 2

More information

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty ISSN 1816-6075 (Print), 1818-0523 (Online) Journal of System and Management Sienes Vol. 2 (2012) No. 3, pp. 9-17 An integrated optimization model of a Closed- Loop Supply Chain under unertainty Xiaoxia

More information

' R ATIONAL. :::~i:. :'.:::::: RETENTION ':: Compliance with the way you work PRODUCT BRIEF

' R ATIONAL. :::~i:. :'.:::::: RETENTION ':: Compliance with the way you work PRODUCT BRIEF ' R :::i:. ATIONAL :'.:::::: RETENTION ':: Compliane with the way you work, PRODUCT BRIEF In-plae Management of Unstrutured Data The explosion of unstrutured data ombined with new laws and regulations

More information

Scalable Hierarchical Multitask Learning Algorithms for Conversion Optimization in Display Advertising

Scalable Hierarchical Multitask Learning Algorithms for Conversion Optimization in Display Advertising Salable Hierarhial Multitask Learning Algorithms for Conversion Optimization in Display Advertising Amr Ahmed Google amra@google.om Abhimanyu Das Mirosoft Researh abhidas@mirosoft.om Alexander J. Smola

More information

Chapter 5 Single Phase Systems

Chapter 5 Single Phase Systems Chapter 5 Single Phase Systems Chemial engineering alulations rely heavily on the availability of physial properties of materials. There are three ommon methods used to find these properties. These inlude

More information

Henley Business School at Univ of Reading. Chartered Institute of Personnel and Development (CIPD)

Henley Business School at Univ of Reading. Chartered Institute of Personnel and Development (CIPD) MS in International Human Resoure Management (full-time) For students entering in 2015/6 Awarding Institution: Teahing Institution: Relevant QAA subjet Benhmarking group(s): Faulty: Programme length: Date

More information

arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrence Berkeley National Laboratory One Cyclotron Road Berkeley, CA 94720 USA

arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrence Berkeley National Laboratory One Cyclotron Road Berkeley, CA 94720 USA LBNL-52402 Marh 2003 On the Speed of Gravity and the v/ Corretions to the Shapiro Time Delay Stuart Samuel 1 arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrene Berkeley National Laboratory

More information

3 Game Theory: Basic Concepts

3 Game Theory: Basic Concepts 3 Game Theory: Basi Conepts Eah disipline of the soial sienes rules omfortably ithin its on hosen domain: : : so long as it stays largely oblivious of the others. Edard O. Wilson (1998):191 3.1 and and

More information

Granular Problem Solving and Software Engineering

Granular Problem Solving and Software Engineering Granular Problem Solving and Software Engineering Haibin Zhu, Senior Member, IEEE Department of Computer Siene and Mathematis, Nipissing University, 100 College Drive, North Bay, Ontario, P1B 8L7, Canada

More information

GABOR AND WEBER LOCAL DESCRIPTORS PERFORMANCE IN MULTISPECTRAL EARTH OBSERVATION IMAGE DATA ANALYSIS

GABOR AND WEBER LOCAL DESCRIPTORS PERFORMANCE IN MULTISPECTRAL EARTH OBSERVATION IMAGE DATA ANALYSIS HENRI COANDA AIR FORCE ACADEMY ROMANIA INTERNATIONAL CONFERENCE of SCIENTIFIC PAPER AFASES 015 Brasov, 8-30 May 015 GENERAL M.R. STEFANIK ARMED FORCES ACADEMY SLOVAK REPUBLIC GABOR AND WEBER LOCAL DESCRIPTORS

More information

How To Fator

How To Fator CHAPTER hapter 4 > Make the Connetion 4 INTRODUCTION Developing seret odes is big business beause of the widespread use of omputers and the Internet. Corporations all over the world sell enryption systems

More information

Capacity at Unsignalized Two-Stage Priority Intersections

Capacity at Unsignalized Two-Stage Priority Intersections Capaity at Unsignalized Two-Stage Priority Intersetions by Werner Brilon and Ning Wu Abstrat The subjet of this paper is the apaity of minor-street traffi movements aross major divided four-lane roadways

More information

i_~f e 1 then e 2 else e 3

i_~f e 1 then e 2 else e 3 A PROCEDURE MECHANISM FOR BACKTRACK PROGRAMMING* David R. HANSON + Department o Computer Siene, The University of Arizona Tuson, Arizona 85721 One of the diffiulties in using nondeterministi algorithms

More information

Chapter 6 A N ovel Solution Of Linear Congruenes Proeedings NCUR IX. (1995), Vol. II, pp. 708{712 Jerey F. Gold Department of Mathematis, Department of Physis University of Utah Salt Lake City, Utah 84112

More information

RATING SCALES FOR NEUROLOGISTS

RATING SCALES FOR NEUROLOGISTS RATING SCALES FOR NEUROLOGISTS J Hobart iv22 WHY Correspondene to: Dr Jeremy Hobart, Department of Clinial Neurosienes, Peninsula Medial Shool, Derriford Hospital, Plymouth PL6 8DH, UK; Jeremy.Hobart@

More information

Static Fairness Criteria in Telecommunications

Static Fairness Criteria in Telecommunications Teknillinen Korkeakoulu ERIKOISTYÖ Teknillisen fysiikan koulutusohjelma 92002 Mat-208 Sovelletun matematiikan erikoistyöt Stati Fairness Criteria in Teleommuniations Vesa Timonen, e-mail: vesatimonen@hutfi

More information

Customer Efficiency, Channel Usage and Firm Performance in Retail Banking

Customer Efficiency, Channel Usage and Firm Performance in Retail Banking Customer Effiieny, Channel Usage and Firm Performane in Retail Banking Mei Xue Operations and Strategi Management Department The Wallae E. Carroll Shool of Management Boston College 350 Fulton Hall, 140

More information

Interpretable Fuzzy Modeling using Multi-Objective Immune- Inspired Optimization Algorithms

Interpretable Fuzzy Modeling using Multi-Objective Immune- Inspired Optimization Algorithms Interpretable Fuzzy Modeling using Multi-Objetive Immune- Inspired Optimization Algorithms Jun Chen, Mahdi Mahfouf Abstrat In this paper, an immune inspired multi-objetive fuzzy modeling (IMOFM) mehanism

More information

Picture This: Molecular Maya Puts Life in Life Science Animations

Picture This: Molecular Maya Puts Life in Life Science Animations Piture This: Moleular Maya Puts Life in Life Siene Animations [ Data Visualization ] Based on the Autodesk platform, Digizyme plug-in proves aestheti and eduational effetiveness. BY KEVIN DAVIES In 2010,

More information

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES Proeedings of FEDSM 98 998 ASME Fluids Engineering Division Summer Meeting June 2-25, 998 Washington DC FEDSM98-529 THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES John D. Wright Proess

More information

An Enhanced Critical Path Method for Multiple Resource Constraints

An Enhanced Critical Path Method for Multiple Resource Constraints An Enhaned Critial Path Method for Multiple Resoure Constraints Chang-Pin Lin, Hung-Lin Tai, and Shih-Yan Hu Abstrat Traditional Critial Path Method onsiders only logial dependenies between related ativities

More information

NOMCLUST: AN R PACKAGE FOR HIERARCHICAL CLUSTERING OF OBJECTS CHARACTERIZED BY NOMINAL VARIABLES

NOMCLUST: AN R PACKAGE FOR HIERARCHICAL CLUSTERING OF OBJECTS CHARACTERIZED BY NOMINAL VARIABLES The 9 th International Days of Statistis and Eonomis, Prague, September 10-1, 015 NOMCLUST: AN R PACKAGE FOR HIERARCHICAL CLUSTERING OF OBJECTS CHARACTERIZED BY NOMINAL VARIABLES Zdeněk Šul Hana Řezanková

More information

A Comparison of Service Quality between Private and Public Hospitals in Thailand

A Comparison of Service Quality between Private and Public Hospitals in Thailand International Journal of Business and Soial Siene Vol. 4 No. 11; September 2013 A Comparison of Servie Quality between Private and Hospitals in Thailand Khanhitpol Yousapronpaiboon, D.B.A. Assistant Professor

More information

Modeling and analyzing interference signal in a complex electromagnetic environment

Modeling and analyzing interference signal in a complex electromagnetic environment Liu et al. EURASIP Journal on Wireless Communiations and Networking (016) 016:1 DOI 10.1186/s13638-015-0498-8 RESEARCH Modeling and analyzing interferene signal in a omplex eletromagneti environment Chun-tong

More information

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk Classial Eletromagneti Doppler Effet Redefined Copyright 04 Joseph A. Rybzyk Abstrat The lassial Doppler Effet formula for eletromagneti waves is redefined to agree with the fundamental sientifi priniples

More information

Agent-Based Grid Load Balancing Using Performance-Driven Task Scheduling

Agent-Based Grid Load Balancing Using Performance-Driven Task Scheduling Agent-Based Grid Load Balaning Using Performane-Driven Task Sheduling Junwei Cao *1, Daniel P. Spooner, Stephen A. Jarvis, Subhash Saini and Graham R. Nudd * C&C Researh Laboratories, NEC Europe Ltd.,

More information

A Context-Aware Preference Database System

A Context-Aware Preference Database System J. PERVASIVE COMPUT. & COMM. (), MARCH 005. TROUBADOR PUBLISHING LTD) A Context-Aware Preferene Database System Kostas Stefanidis Department of Computer Siene, University of Ioannina,, kstef@s.uoi.gr Evaggelia

More information

Electrician'sMathand BasicElectricalFormulas

Electrician'sMathand BasicElectricalFormulas Eletriian'sMathand BasiEletrialFormulas MikeHoltEnterprises,In. 1.888.NEC.CODE www.mikeholt.om Introdution Introdution This PDF is a free resoure from Mike Holt Enterprises, In. It s Unit 1 from the Eletrial

More information

TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS

TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS ICSRiM - University of Leeds Shool of Computing & Shool of Musi Leeds LS2 9JT, UK +44-113-343-2583 kia@i-maestro.org www.i-maestro.org,

More information

AUDITING COST OVERRUN CLAIMS *

AUDITING COST OVERRUN CLAIMS * AUDITING COST OVERRUN CLAIMS * David Pérez-Castrillo # University of Copenhagen & Universitat Autònoma de Barelona Niolas Riedinger ENSAE, Paris Abstrat: We onsider a ost-reimbursement or a ost-sharing

More information

The Application of Mamdani Fuzzy Model for Auto Zoom Function of a Digital Camera

The Application of Mamdani Fuzzy Model for Auto Zoom Function of a Digital Camera (IJCSIS) International Journal of Computer Siene and Information Seurity, Vol. 6, No. 3, 2009 The Appliation of Mamdani Fuzzy Model for Auto Funtion of a Digital Camera * I. Elamvazuthi, P. Vasant Universiti

More information

MATE: MPLS Adaptive Traffic Engineering

MATE: MPLS Adaptive Traffic Engineering MATE: MPLS Adaptive Traffi Engineering Anwar Elwalid Cheng Jin Steven Low Indra Widjaja Bell Labs EECS Dept EE Dept Fujitsu Network Communiations Luent Tehnologies Univ. of Mihigan Calteh Pearl River,

More information

A Survey of Usability Evaluation in Virtual Environments: Classi cation and Comparison of Methods

A Survey of Usability Evaluation in Virtual Environments: Classi cation and Comparison of Methods Doug A. Bowman bowman@vt.edu Department of Computer Siene Virginia Teh Joseph L. Gabbard Deborah Hix [ jgabbard, hix]@vt.edu Systems Researh Center Virginia Teh A Survey of Usability Evaluation in Virtual

More information

protection p1ann1ng report

protection p1ann1ng report f1re~~ protetion p1ann1ng report BUILDING CONSTRUCTION INFORMATION FROM THE CONCRETE AND MASONRY INDUSTRIES Signifiane of Fire Ratings for Building Constrution NO. 3 OF A SERIES The use of fire-resistive

More information

Software Ecosystems: From Software Product Management to Software Platform Management

Software Ecosystems: From Software Product Management to Software Platform Management Software Eosystems: From Software Produt Management to Software Platform Management Slinger Jansen, Stef Peeters, and Sjaak Brinkkemper Department of Information and Computing Sienes Utreht University,

More information

Using Live Chat in your Call Centre

Using Live Chat in your Call Centre Using Live Chat in your Call Centre Otober Key Highlights Yesterday's all entres have beome today's ontat entres where agents deal with multiple queries from multiple hannels. Live Chat hat is one now

More information

Bayes Bluff: Opponent Modelling in Poker

Bayes Bluff: Opponent Modelling in Poker Bayes Bluff: Opponent Modelling in Poker Finnegan Southey, Mihael Bowling, Brye Larson, Carmelo Piione, Neil Burh, Darse Billings, Chris Rayner Department of Computing Siene University of Alberta Edmonton,

More information

A Reputation Management Approach for Resource Constrained Trustee Agents

A Reputation Management Approach for Resource Constrained Trustee Agents A Reputation Management Approah for Resoure Constrained rustee Agents Han Yu, Chunyan Miao, Bo An 2, Cyril Leung 3, and Vitor R. Lesser 4 Nanyang ehnologial University, Singapore 2 he Key Lab of Intelligent

More information

Agile ALM White Paper: Redefining ALM with Five Key Practices

Agile ALM White Paper: Redefining ALM with Five Key Practices Agile ALM White Paper: Redefining ALM with Five Key Praties by Ethan Teng, Cyndi Mithell and Chad Wathington 2011 ThoughtWorks ln. All rights reserved www.studios.thoughtworks.om Introdution The pervasiveness

More information

Context-Sensitive Adjustments of Cognitive Control: Conflict-Adaptation Effects Are Modulated by Processing Demands of the Ongoing Task

Context-Sensitive Adjustments of Cognitive Control: Conflict-Adaptation Effects Are Modulated by Processing Demands of the Ongoing Task Journal of Experimental Psyhology: Learning, Memory, and Cognition 2008, Vol. 34, No. 3, 712 718 Copyright 2008 by the Amerian Psyhologial Assoiation 0278-7393/08/$12.00 DOI: 10.1037/0278-7393.34.3.712

More information

UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE

UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE September 8, 2009 Table of Contents 1 Home 2 University 3 Your 4 Add 5 Managing 6 How 7 Viewing 8 Closing 9 Reposting Page 1 and Work-Study Employers

More information

From a strategic view to an engineering view in a digital enterprise

From a strategic view to an engineering view in a digital enterprise Digital Enterprise Design & Management 2013 February 11-12, 2013 Paris From a strategi view to an engineering view in a digital enterprise The ase of a multi-ountry Telo Hervé Paault Orange Abstrat In

More information

VOLUME 13, ARTICLE 5, PAGES 117-142 PUBLISHED 05 OCTOBER 2005 DOI: 10.4054/DemRes.2005.13.

VOLUME 13, ARTICLE 5, PAGES 117-142 PUBLISHED 05 OCTOBER 2005  DOI: 10.4054/DemRes.2005.13. Demographi Researh a free, expedited, online journal of peer-reviewed researh and ommentary in the population sienes published by the Max Plank Institute for Demographi Researh Konrad-Zuse Str. 1, D-157

More information

Performance Analysis of IEEE 802.11 in Multi-hop Wireless Networks

Performance Analysis of IEEE 802.11 in Multi-hop Wireless Networks Performane Analysis of IEEE 80.11 in Multi-hop Wireless Networks Lan Tien Nguyen 1, Razvan Beuran,1, Yoihi Shinoda 1, 1 Japan Advaned Institute of Siene and Tehnology, 1-1 Asahidai, Nomi, Ishikawa, 93-19

More information

Impedance Method for Leak Detection in Zigzag Pipelines

Impedance Method for Leak Detection in Zigzag Pipelines 10.478/v10048-010-0036-0 MEASUREMENT SCIENCE REVIEW, Volume 10, No. 6, 010 Impedane Method for Leak Detetion in igzag Pipelines A. Lay-Ekuakille 1, P. Vergallo 1, A. Trotta 1 Dipartimento d Ingegneria

More information

In this chapter, we ll see state diagrams, an example of a different way to use directed graphs.

In this chapter, we ll see state diagrams, an example of a different way to use directed graphs. Chapter 19 State Diagrams In this hapter, we ll see state diagrams, an example of a different way to use direted graphs. 19.1 Introdution State diagrams are a type of direted graph, in whih the graph nodes

More information

Dynamic and Competitive Effects of Direct Mailings

Dynamic and Competitive Effects of Direct Mailings Dynami and Competitive Effets of Diret Mailings Merel van Diepen, Bas Donkers and Philip Hans Franses ERIM REPORT SERIES RESEARCH IN MANAGEMENT ERIM Report Series referene number ERS-2006-050-MKT Publiation

More information

International Journal of Supply and Operations Management. Mathematical modeling for EOQ inventory system with advance payment and fuzzy Parameters

International Journal of Supply and Operations Management. Mathematical modeling for EOQ inventory system with advance payment and fuzzy Parameters nternational Journal of Supply and Operations Management JSOM November 0, Volume, ssue 3, pp. 60-78 SSN-Print: 383-359 SSN-Online: 383-55 www.ijsom.om Mathematial modeling for EOQ inventory system with

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introdution 1.1 Pratial olumn base details in steel strutures 1.1.1 Pratial olumn base details Every struture must transfer vertial and lateral loads to the supports. In some ases, beams or

More information

Measurement of Powder Flow Properties that relate to Gravity Flow Behaviour through Industrial Processing Lines

Measurement of Powder Flow Properties that relate to Gravity Flow Behaviour through Industrial Processing Lines Measurement of Powder Flow Properties that relate to Gravity Flow ehaviour through Industrial Proessing Lines A typial industrial powder proessing line will inlude several storage vessels (e.g. bins, bunkers,

More information

Dataflow Features in Computer Networks

Dataflow Features in Computer Networks Magyar Kutatók 1. Nemzetközi Szimpóziuma 1 th International Symposium of Hungarian Researhers on Computational Intelligene and Informatis Gyula Max Budapest University of Tehnology and Eonomis, Department

More information

Marker Tracking and HMD Calibration for a Video-based Augmented Reality Conferencing System

Marker Tracking and HMD Calibration for a Video-based Augmented Reality Conferencing System Marker Traking and HMD Calibration for a Video-based Augmented Reality Conferening System Hirokazu Kato 1 and Mark Billinghurst 2 1 Faulty of Information Sienes, Hiroshima City University 2 Human Interfae

More information

) ( )( ) ( ) ( )( ) ( ) ( ) (1)

) ( )( ) ( ) ( )( ) ( ) ( ) (1) OPEN CHANNEL FLOW Open hannel flow is haraterized by a surfae in ontat with a gas phase, allowing the fluid to take on shapes and undergo behavior that is impossible in a pipe or other filled onduit. Examples

More information

Combining refractive and topographic data in corneal refractive surgery for astigmatism

Combining refractive and topographic data in corneal refractive surgery for astigmatism Combining refrative and topographi data in orneal refrative surgery for astigmatism A new method based on polar value analysis and mathematial optimization Kristian Næser Department of Ophthalmology, Randers

More information

RELEASING MICRODATA: DISCLOSURE RISK ESTIMATION, DATA MASKING AND ASSESSING UTILITY

RELEASING MICRODATA: DISCLOSURE RISK ESTIMATION, DATA MASKING AND ASSESSING UTILITY Setion on Survey Researh Methods JSM 008 RELEASING MICRODATA: DISCLOSURE RISK ESTIMATION, DATA MASKING AND ASSESSING UTILITY Natalie Shlomo 1 1 Southampton Statistial Sienes Researh Institute, University

More information

Effects of Inter-Coaching Spacing on Aerodynamic Noise Generation Inside High-speed Trains

Effects of Inter-Coaching Spacing on Aerodynamic Noise Generation Inside High-speed Trains Effets of Inter-Coahing Spaing on Aerodynami Noise Generation Inside High-speed Trains 1 J. Ryu, 1 J. Park*, 2 C. Choi, 1 S. Song Hanyang University, Seoul, South Korea 1 ; Korea Railroad Researh Institute,

More information

THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING. NURS 6390-004 Introduction to Genetics and Genomics SYLLABUS

THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING. NURS 6390-004 Introduction to Genetics and Genomics SYLLABUS THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING NURS 6390-004 Introdution to Genetis and Genomis SYLLABUS Summer Interession 2011 Classroom #: TBA and 119 (lab) The University of Texas at Arlington

More information

User s Guide VISFIT: a computer tool for the measurement of intrinsic viscosities

User s Guide VISFIT: a computer tool for the measurement of intrinsic viscosities File:UserVisfit_2.do User s Guide VISFIT: a omputer tool for the measurement of intrinsi visosities Version 2.a, September 2003 From: Multiple Linear Least-Squares Fits with a Common Interept: Determination

More information

Ranking Community Answers by Modeling Question-Answer Relationships via Analogical Reasoning

Ranking Community Answers by Modeling Question-Answer Relationships via Analogical Reasoning Ranking Community Answers by Modeling Question-Answer Relationships via Analogial Reasoning Xin-Jing Wang Mirosoft Researh Asia 4F Sigma, 49 Zhihun Road Beijing, P.R.China xjwang@mirosoft.om Xudong Tu,Dan

More information

State of Maryland Participation Agreement for Pre-Tax and Roth Retirement Savings Accounts

State of Maryland Participation Agreement for Pre-Tax and Roth Retirement Savings Accounts State of Maryland Partiipation Agreement for Pre-Tax and Roth Retirement Savings Aounts DC-4531 (08/2015) For help, please all 1-800-966-6355 www.marylandd.om 1 Things to Remember Complete all of the setions

More information

TRENDS IN EXECUTIVE EDUCATION: TOWARDS A SYSTEMS APPROACH TO EXECUTIVE DEVELOPMENT PLANNING

TRENDS IN EXECUTIVE EDUCATION: TOWARDS A SYSTEMS APPROACH TO EXECUTIVE DEVELOPMENT PLANNING INTERMAN 7 TRENDS IN EXECUTIVE EDUCATION: TOWARDS A SYSTEMS APPROACH TO EXECUTIVE DEVELOPMENT PLANNING by Douglas A. Ready, Albert A. Viere and Alan F. White RECEIVED 2 7 MAY 1393 International Labour

More information

Design Implications for Enterprise Storage Systems via Multi-Dimensional Trace Analysis

Design Implications for Enterprise Storage Systems via Multi-Dimensional Trace Analysis Design Impliations for Enterprise Storage Systems via Multi-Dimensional Trae Analysis Yanpei Chen, Kiran Srinivasan, Garth Goodson, Randy Katz University of California, Berkeley, NetApp In. {yhen2, randy}@ees.berkeley.edu,

More information

The Optimal Deterrence of Tax Evasion: The Trade-off Between Information Reporting and Audits

The Optimal Deterrence of Tax Evasion: The Trade-off Between Information Reporting and Audits The Optimal Deterrene of Tax Evasion: The Trade-off Between Information Reporting and Audits Yulia Paramonova Department of Eonomis, University of Mihigan Otober 30, 2014 Abstrat Despite the widespread

More information

Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image

Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image Journal of Information & Computational Siene 11:3 (2014 817 824 February 10, 2014 Available at http://www.jois.om Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image Yinqi Xiong,

More information

Solving the Game of Awari using Parallel Retrograde Analysis

Solving the Game of Awari using Parallel Retrograde Analysis Solving the Game of Awari using Parallel Retrograde Analysis John W. Romein and Henri E. Bal Vrije Universiteit, Faulty of Sienes, Department of Mathematis and Computer Siene, Amsterdam, The Netherlands

More information

Data Mining Methods for Omics and Knowledge of Crude Medicinal Plants toward Big Data Biology

Data Mining Methods for Omics and Knowledge of Crude Medicinal Plants toward Big Data Biology , http://dx.doi.org/10.5936/sbj.201301010 CSBJ Data Mining Methods for Omis and Knowledge of Crude Mediinal Plants toward Big Data Biology Farit M. Afendi a,b, Naoaki Ono a, Yukiko Nakamura a, Kensuke

More information

The Advantages of Using Aountable Care Organizations ( ACOs)

The Advantages of Using Aountable Care Organizations ( ACOs) JLEO, V3 S i77 Struturing Inentives within Aountable Care Organizations Brigham Frandsen Brigham Young University James B. Rebitzer* Boston University Shool of Management and ational Bureau of Eonomi Researh

More information

Findings and Recommendations

Findings and Recommendations Contrating Methods and Administration Findings and Reommendations Finding 9-1 ESD did not utilize a formal written pre-qualifiations proess for seleting experiened design onsultants. ESD hose onsultants

More information

Deduplication with Block-Level Content-Aware Chunking for Solid State Drives (SSDs)

Deduplication with Block-Level Content-Aware Chunking for Solid State Drives (SSDs) 23 IEEE International Conferene on High Performane Computing and Communiations & 23 IEEE International Conferene on Embedded and Ubiquitous Computing Dedupliation with Blok-Level Content-Aware Chunking

More information

Procurement auctions are sometimes plagued with a chosen supplier s failing to accomplish a project successfully.

Procurement auctions are sometimes plagued with a chosen supplier s failing to accomplish a project successfully. Deision Analysis Vol. 7, No. 1, Marh 2010, pp. 23 39 issn 1545-8490 eissn 1545-8504 10 0701 0023 informs doi 10.1287/dea.1090.0155 2010 INFORMS Managing Projet Failure Risk Through Contingent Contrats

More information

SupermarketPricingStrategies

SupermarketPricingStrategies SupermarketPriingStrategies PaulB.Ellikson Duke University SanjogMisra University of Rohester November 13, 2006 Abstrat Most supermarket firms hoose to position themselves by offering either Every Day

More information

Recommending Questions Using the MDL-based Tree Cut Model

Recommending Questions Using the MDL-based Tree Cut Model WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China Reommending Questions Using the MDL-based Tree Cut Model Yunbo Cao,2, Huizhong Duan, Chin-Yew Lin 2, Yong Yu, and Hsiao-Wuen

More information

Computational Analysis of Two Arrangements of a Central Ground-Source Heat Pump System for Residential Buildings

Computational Analysis of Two Arrangements of a Central Ground-Source Heat Pump System for Residential Buildings Computational Analysis of Two Arrangements of a Central Ground-Soure Heat Pump System for Residential Buildings Abstrat Ehab Foda, Ala Hasan, Kai Sirén Helsinki University of Tehnology, HVAC Tehnology,

More information