Meta-Knowledge as an engine in Classifier Combination

Size: px
Start display at page:

Download "Meta-Knowledge as an engine in Classifier Combination"

Transcription

1 74 Meta-Knowledge as an engine in Classifier Combination Fredrick Edward Kitoogo 10 Department of Computer Science Faculty of Computing and IT, Makerere University Venansius Baryamureeba Department of Computer Science Faculty of Computing and IT, Makerere University The use of classifier combination has taken center stage in machine learning research, where outputs of different classifiers are combined in various ways to achieve a perceived better performance than that of any of the base classifiers involved in the combination. Many a research has however not empirically justified the use of the participating classifiers in a combination. This work looks at the usage of meta-knowledge that expresses the performance of each learning method on diverse domains to choose the most suitable learning algorithms suited for a combination for particular domains. The meta-knowledge is considered in this work is limited to the characteristics of the data involved. The approach works by having a learning algorithm that learns and describes how the data characteristics and the combined learning algorithms relate. Given a new learning domain, the domain characteristics are measured, and from the induced relationship, a selection of the most suitable base algorithms for combination will be done. The results of this work provide a fundamental step in achieving a cohesive framework for classifier combination. Categories and Subject Descriptors: I.5.2 [Pattern Recognition]: Design Methodology Classifier design and evaluation; I.5.3 [Pattern Recognition]: Clustering Algorithms; I.2.7 [Artificial Intelligence]: Natural Language Processing language parsing and understanding General Terms: Computer Science, Language Processing Additional Key Words and Phrases: classifier combination, clustering, machine learning, meta-knowledge IJCIR Reference Format: Fredrick Edward Kitoogo and Venansius Baryamureeba, Meta-Knowledge as an engine in Classifier Combination. International Journal of Computing and ICT Research, Vol. 1, No. 2, pp number2/article 8.pdf. 1. INTRODUCTION Classification is the process of grouping of information into predetermined classes and categories of the same type. A classifier which is computer based agent is the one used in performing classifications Classifiers have to broad categories: rule-based classifiers and computational intelligence based classifiers. Whereas rule-based classifier are in general constructed by the designer, where the designer defines the rules for the interpretation of detected inputs, 10 Author s address: Fredrick Edward Kitoogo, Department of Computer Science, Faculty of Computing and IT, Makerere University, P.O. Box 7062, Kampala, Uganda, fkitoogo@cit.mak.ac.ug, Venansius Baryamureeba, Department of Computer Science, Faculty of Computing and IT, Makerere University, P.O. Box 7062, Kampala, Uganda, barya@cit.mak.ac.ug, Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than IJCIR must be honored. Abstracting with credit is permitted. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. International Journal of Computing and ICT Research International Journal of Computing and ICT Research, ISSN (Print), ISSN (Online), Vol.1, No.2, pp December 2007.

2 75 in the computational intelligence based classifiers the designers only a based framework for the interpretation of data and the learning of training algorithms within such system are responsible for the generation of rules [Ranawana and Palade 2006] Many computing arenas such as text categorization, Named Entity Recognition, Data mining, word disambiguation, etc employ computation intelligence classification in one way or another. There are various machine learning algorithms that can be used for classification; a list of the most commonly used algorithms with their brief descriptions can be obtained from the Wikipedia website [2005]. The trend that has emerged in classification is classifier combination; where different classifiers are integrated in various ways to create a system that out performs the best individual classifiers [Kozareva et al. 2005].The motivation of classifiers is that the combinations are often much more accurate than the individual classifiers that make them up [Dzeroski and Zenko 2004; Bennett et al. 2005] Much of the research on the classifier combinations has achieved some good performance, however nothing much has been explained about the choices of the participant sin a combination for a particular dataset or domain. Some research on cataloging metadata for machine learning research and applications has been at tempted by Cunningham [1997] but is limited to single algorithms; there is a desire to have such research extended to classifier combination. This work which tackles the case of discovering meta-knowledge for classifier combination is motivated by the one free launch theorem [Wolpert and Macready 1997] which implies that one algorithm A is better than another B in a certain problem space, then also algorithm B can be better than algorithm A over another problem space ;this theorem backs up the intuition that the are is some meta-knowledge about specific problem spaces that could assist in improving the performance when classifiers are combined. The work of Kitoogo and Barya [2007] in which a question of determining the choice of base classifiers to participate in a combination was left open is also another motivator for this work. It is desirable to know before and which machine learning algorithms (algorithm type) combine best for a particular task. Beside the fact that different types of tasks ask for different types of solutions, it is difficult to determine before and which type of combination solution best suits a particular task. These observations point to the need of an empirical approach. In this work we take an empirical approach and perform a range of experiments to investigate this question. The work will handle the task of associating algorithm type combinations with. Data set characteristics by firstly categorizing the learning algorithms combinations, building a list of datasets, their characteristics, and the combination performance of the different sets, then 1. Applying the different learning algorithm combinations on the different categorized data sets to generate a Meta data set from the outputs and 2. Applying unsupervised clustering analysis to the mea data set to analyze the generated clusters and determine whether any patterns exist. The remainder of the paper is structured as follows: in Section 2, related work is briefly reviewed, in section 3, we outline the proposed method. We describe the supervised learning and unsupervised learning procedures of the method; in section 4 the results of the conducted experiments are presented. Finally, Section 5 closes with a conclusion and an outlook for future work. 2. RELATED WORK Various researchers have investigated the use of multiple classifiers together with different combination methods for classification problems. Some research on classifier combination is done by generating classifier combination using a single learning algorithm often referred to as homogeneous [Dzeroski and Zenko 2004]. This is normally done by manipulating the training set (as done in boosting of bagging), manipulating the input features, manipulating the output targets or injection randomness in the learning algorithms. The generated classifiers are the typically combined by majority or weighed voting. Other approaches like the heterogeneous one which apply different learning algorithms to a single dataset have been proposed by Merz [1999]. In the work of techniques of combining multiple classifiers, Alpaydin [1998], employed the strategy of varying the input representation for the different base classifiers so as to build complimentarily between the base classifiers, experiments that were conducted on some real-world data sets indicated that improved accuracy can be achieved without necessarily increasing overall computer resource usage. In their work of data-driven part-of-speech tagging, De Pauw et al. [2006] experimented with improvement of performance of for individual taggers on Kiswahili language by combining them into a committee of taggers using among others different voting schemes; plurality voting, majority voting and weighted voting. There experiments revealed that plurality voting outperformed the more elaborate scheme of weighted voting.

3 76 Seldom have researchers examined the use of meta-knowledge to determine which classifier combination sets perform best for particular domains or problem settings. Cornelson et al. [2002] conducted some experiments on combining families of information retrieval algorithms using mete-learning. The different algorithms were obtained by varying the normalization and similarity functions. Bennett et. al. [2005] introduce a probabilistic method for combining classifiers that considers the context- sensitive reliabilities of contributing classifiers. Their method harnesses variables that provide signal about the performance of classifiers in different situations, which they refer to as reliability indicators. Some work on finding associations between classification algorithms and characteristics of data set was done by Ibrahim [1999], the work was however limited to single individual classification algorithms. Okamoto and Yugami [2003] also investigated the effect of domain characteristics on instance based learning algorithms; their work specifically targeted the K-Nearest Neighbors classification Fig. 1. The model Accuracy as a function of the domain characteristic, again this work considered only a certain class of algorithms. Ranawana and Palada [2006] conducted an extensive review of different methods and approaches of multi classifier systems and summarized pointing out that the success of a multi classifier depends extensible on three key main features: proper selections of the participating classifiers, topology, and combinatorial methodology. The proper selection of the participating classifiers strengthens the desire for investigation into meta-knowledge. 3. THE MODEL APPROACH The model as shown in figure 1 aims t finding association between combined classification algorithms and the characteristics of different data sets in three step process: (1) Build a file of data set names, their characteristics, a file of names of algorithms indicating the algorithms types, then the different possible algorithm combination types. (1) Subject the different data sets to the range of classifier combination sets and measure the performance on each of the data sets, ultimately build a Meta data set out of the different algorithm combination types, different data characteristics and the related performance rates.

4 77 (2) Applying an unsupervised clustering algorithm to the file that has been built in the step 2, perform clustering analysis to determine any significant patterns. 3.1 Data Sets and Characteristics We use a set of benchmark data sets (as shown in Table I) from the UCI Machine Learning Repository [2006] that are used frequently in the field of machine learning research. 3.2 Supervising learning algorithms Supervised techniques involve the participation of an expert, who is responsible presents the algorithm with a set of inputs and informs the algorithm of the category or class to which it should be assigned to; in this work, the data sets are already in the desired format for training. Supervised learning algorithms can ideally be grouped into two broad categories: lazy learners; Eager learners put most of their time and effort in the learning phase and lazy learners divert their effort to the classification phase [Aha 1997]. Table I above shows the different base algorithms that were used in the classifier combination strategy. 3.3 Classifier Combination Table I above shows the different classifier combination sets of three that were generated out of the five base learning algorithms. Each of the different combinations is used to generate a classifier over the different data sets using Plurality Voting which was mainly motivated by the work of De Pauw et al. [2006] and that of Kitoogo and Barya [2007] in

5 78 which it is shown that though plurality voting is a simple combination methodology, it has a considerably high accuracy performance. 3.4 Clustering Data Generation Once the data sets, learning algorithms, and combination methodology to use for the experiments have been decided, then the clustering data generation is conducted. This is done by running the different algorithms together with the combination algorithm on all the data sets. Default settings are used for all the algorithms Fold cross validation is used for testing the different combination sets. 3.5 Clustering Analysis After the data for clustering has been generated, the data grouped into three groups (i) High Accuracy (ii) Moderate Accuracy and, (iii) Low Accuracy. For the high accuracy data group an unsupervised learning algorithm (K-Means Clustering) is used to group the data into clusters of records (depending on the useful patterns). 4. EXPERIMENTS AND RESULTS The running of various plurality voting classifiers of three base learning algorithms generated out of combinations from five algorithms on the data sets resulted into a data set that was spit into three groups, bad accuracy performance, medium accuracy performance, and good accuracy performance shown in Tables IV, V, VII and VIII; this is done by dividing the range between the lowest accuracy figure and the highest accuracy figure into three groups. Since the main goal is to attach good accuracy performance to the characteristics of specific data set types, the good accuracy data is the one on which cluster analysis is performed in the experiments. The results from the bad data accuracy data indicate that all algorithm combinations performed badly with a high number of classes, this is further exposed even in the medium and good accuracy data sets, generally as the number of classes decreased the accuracy performance improved Results from the k-means clustering:. Preliminary experimental runs of the k-means clustering algorithm intimated between 3 and 6 clusters, so the number of clusters was set to 4. The first run of clustering clearly indicates that the number of instances was the only prominent variable used in determining the clusters as shown in round 1 clustering Variable Name Table II. Summary statistics of the clustering data First Run Obs Mean Min Max Std Dev Signf Accuracy Instances Attribute s Classes Second Run Variable Obs Mean Min Max Std Signf Name Dev Accuracy Attribute s Classes

6 79 Cluster accuracy Type accuracy Central Attribs 1 (Bayes C45Tree KNN) (Bayes C45Tree Rule) (Bayes KNN Rule) (Bayes C45Tree KNN) Central Classes - Summary statistics shown in Table II. The significance of the other variables can be exposed by excluding the prominent variable (number of instances) from the subsequent clustering experimental runs. The next level runs expose the significance of the other variables which were overshadowed by the number of instances in the first run. The second run of clustering reveals that the number of attributes is the greatest determinant of the clusters as shown in the Tables IX, X, XI and XII. Analysis shows that Bayes combines well with KNN for a moderately low number of classes; combination with the Rule based algorithms brings down the accuracy performance whether the number of attributes is low or high, and combination with decision trees generally has no big influence on a combinations accuracy performance. As seen in Tables IX, X, XI and XII, most of the observations fall into cluster 1 and 2 dominated by the Bayes/KNN combinations, the highest accuracies and central accuracies also reside in these clusters. It can also be observed that the Bayes/KNN combination is brought down when the number of attributes increases and also when combined with the rule based algorithm It can also be clearly noted that a combination that has C45Tree/Tree does not harbor any significant change in the accuracy performance. 5. CONCLUSION AND FUTURE WORK The first discovery from the division of the generated clustering data into groups was that irrespective of the combination set, the worst accuracy performance was exhibited in data sets which had a large number of classes for prediction. This is an implication that the higher the number of classes for prediction in a data set, the more difficult it is to learn from that data set. Because the number of instances was the only prominent variable before its exclusion from the clustering experiments where the other variables emerged as significant, then number of instances was not useful in determining the eventual clusters, subsequently rendering it not very relevant meta-knowledge for classifier combination. The main finding is that the number of attributes in a data set comes up as the most significant determinant of performance for various classifier combinations. From the results it is insinuated that the combination of Bayesian and K- Nearest Neighbor algorithms yields substantially good performance, however, the performance lowers with the number of classes. The results further expose that combination that included the Rule based algorithms performed averagely bad. Another finding was that combinations with the two decision tree methods did not significantly change the resultant performance of a combination set. For future work evaluation of the finding from clustering analysis will be conducted and compared with other combination sets without a priori clustering information. In search for more pragmatic results, experiments will in future be conducted using domain specific real world data sets and the range of the data characteristics will be extended in order to discover more meaningful patterns.

7 80 References AHA, D Special Issue on Lazy learning. Artificial Intelligence Review 11, 1-5. ALPAYDIN, E Techniques for combining multiple learners. In Proceedings of Engineering Intelligent Systems 2, BENNETT, P., DUMAIS, S., AND HORVITZ, E The combination of text classifiers using reliability indicators. Information Retrieval 8, CORNELSON, M., GROSSMAN, R. L., KARIDI, G. R., AND SHNIDMAN, D Combining Families of Information Retrieval Algorithms using Meta-Learning.survey of Text Mining: Clustering, Classification, and Retrieval CUNNINGHAM, S. J Dataset cataloging metadata for machine learning Applications and research. In Proceedings of the Sixth International Workshop on AI and Statistics. DE PAUW, G., DE SCHRYVER, G. M. & WAGACHA, P. W Data-Driven Part-of-Speech Tagging of Kiswahili. Book Series: Lecture Notes in Computer Science, Book: Text, Speech and Dialogue, Springer Berlin/ Heidelberg 4188, DZEROSKI, S. AND ZENKO, B Is Combining Classifiers with Stacking Better than Selecting the Best One? Machine Learning 54, IBRAHIM, R. S Data Mining of Machine Learning Performance Data, Master s Thesis, RMIT University. KITOOGO,F.E., BARAYAMUREEBA, V On classifier combination for better named entity. In Proceedings of the First International Computer Science and ICT Conference (COSCIT 2007), Nairobi, Kenya, Feb KOZAREVA, Z., FERRANDEZ, O., MONTOYO, A., MUNOZ, R., AND SUAREZ, A Combining datadriven systems for improving Named Entity Recognition. In Proceedings of NLDB 3513, MERZ, C. J Using correspondence analysis to combine classifiers. Machine Learning 36, OKAMOTO, S. AND YUGAMI. N Effects of domain characteristics on instance-based learning algorithms. Theoretical Computer Science 298(1), RANAWANA, R. AND PALADE, V Multi-Classifier Systems: Review and a roadmap for developers. International Journal of Hybrid Intelligent Systems 3(1), THE MACHINE LEARNING REPOSITORY ML Repository. Html accessed 04/05/2006. WIKIPEDIA The Free Encyclopedia, Classification algorithms, accessed 29/04/2007. WOLPERT, D.H. AND MACREADY, W.G No Free Lunch Theorems for optimization, IEEE Transactions on Evolutionary Computation 1, 67. APPENDIX I Table IV. Splitted generated Data for Clustering Bad accuracy performance Acc # Inst # Attr # Class Bayes C45Tree KNN Bayes C45Tree Rule Bayes C45Tree Tree Bayes KNN Rule Bayes KNN Tree Bayes Rule Tree C45Tree KNN Rule

8 81 C45Tree KNN Tree C45Tree KNN Tree C45Tree Rule Tree KNN Rule Tree Table V. Splitted generated data for clustering Good accuracy performance Acc # Inst # Attr # Class Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Table VI. Split generated data for clustering Medium accuracy performance Acc # Inst # Attrib # Classes Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN

9 82 Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree KNN Rule Tree KNN Rule Tree KNN Rule Tree KNN Rule Tree KNN Rule Tree Table VII. Split generated data for clustering Good accuracy -Cont... Acc # Inst # Attrib # Classes Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule

10 83 Bayes KNN Rule Bayes KNN Rule Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Table VIII. Split generated data for clustering Good accuracy -Cont... Acc # Inst # Attrib C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree Rule Tree C45Tree Rule Tree # Classes

11 84 C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree KNN Rule Tree KNN Rule Tree KNN Rule Tree Table IX. Model clusters-round 2 Cluster 1 Clust Acc # # Attribs Cls 1 Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule

12 85 1 C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree KNN Rule Tree KNN Rule Tree KNN Rule Tree KNN Rule Tree KNN Rule Tree Table X. Model clusters-round 2 Cluster 2 Clust Acc # # Attribs Cls 2 Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree KNN Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Rule Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes C45Tree Tree Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Rule Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes KNN Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree Bayes Rule Tree C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Rule C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree KNN Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree C45Tree Rule Tree KNN Rule Tree

13 86 2 KNN Rule Tree KNN Rule Tree KNN Rule Tree Table XI. Model clusters-round 2 Cluster 3 Cluster Accuracy # Attributes # Classes 3 Bayes C45Tree KNN Bayes C45Tree Rule Bayes C45Tree Tree Bayes KNN Rule Bayes KNN Tree Bayes Rule Tree C45Tree KNN Rule C45Tree KNN Tree C45Tree Rule Tree Table XII. Model Clusters-Round 2 Cluster 4 Cluster Accuracy # Attributes # Classes 4 Bayes C45Tree KNN Bayes C45Tree Rule Bayes C45Tree Tree Bayes KNN Rule Bayes KNN Tree Bayes Rule Tree C45Tree KNN Rule C45Tree KNN Tree C45Tree Rule Tree KNN Rule Tree

DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS. Sushant Murdeshwar

DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS. Sushant Murdeshwar DATA MINING ON CRICKET DATA SET FOR PREDICTING THE RESULTS by Sushant Murdeshwar A Project Report Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Science

More information

Transformer fault diagnosis using Dissolved Gas Analysis technology and Bayesian networks

Transformer fault diagnosis using Dissolved Gas Analysis technology and Bayesian networks Proceedings of the 4th International Conference on Systems and Control, Sousse, Tunisia, April 28-30, 2015 TuCA.2 Transformer fault diagnosis using Dissolved Gas Analysis technology and Bayesian networks

More information

A Machine Learning Approach to Predicting Winning Patterns in Track Cycling Omnium

A Machine Learning Approach to Predicting Winning Patterns in Track Cycling Omnium A Machine Learning Approach to Predicting Winning Patterns in Track Cycling Omnium Bahadorreza Ofoghi 1,2, John Zeleznikow 1, Clare MacMahon 1,andDanDwyer 2 1 Victoria University, Melbourne VIC 3000, Australia

More information

PREDICTING the outcomes of sporting events

PREDICTING the outcomes of sporting events CS 229 FINAL PROJECT, AUTUMN 2014 1 Predicting National Basketball Association Winners Jasper Lin, Logan Short, and Vishnu Sundaresan Abstract We used National Basketball Associations box scores from 1991-1998

More information

Evaluating and Classifying NBA Free Agents

Evaluating and Classifying NBA Free Agents Evaluating and Classifying NBA Free Agents Shanwei Yan In this project, I applied machine learning techniques to perform multiclass classification on free agents by using game statistics, which is useful

More information

EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC. Jae Hak Kim

EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC. Jae Hak Kim EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC Jae Hak Kim Thesis submitted for the degree of Doctor of Philosophy at the University of Canberra

More information

A comprehensive evaluation of the methods for evolving a cooperative team

A comprehensive evaluation of the methods for evolving a cooperative team Artif Life Robotics (2006) 10:157 161 ISAROB 2006 DOI 10.1007/s10015-005-0354-8 ORIGINAL ARTICLE Yasuyuki Suzuki Takaya Arita A comprehensive evaluation of the methods for evolving a cooperative team Received

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

A Novel Approach to Predicting the Results of NBA Matches

A Novel Approach to Predicting the Results of NBA Matches A Novel Approach to Predicting the Results of NBA Matches Omid Aryan Stanford University aryano@stanford.edu Ali Reza Sharafat Stanford University sharafat@stanford.edu Abstract The current paper presents

More information

Application of Bayesian Networks to Shopping Assistance

Application of Bayesian Networks to Shopping Assistance Application of Bayesian Networks to Shopping Assistance Yang Xiang, Chenwen Ye, and Deborah Ann Stacey University of Guelph, CANADA Abstract. We develop an on-line shopping assistant that can help a e-shopper

More information

Uncovering Anomalous Usage of Medical Records via Social Network Analysis

Uncovering Anomalous Usage of Medical Records via Social Network Analysis TRUST Autumn 2011 Conference Uncovering of Medical Records via Social Network Analysis You Chen, Ph.D. Biomedical Informatics Dept., School of Medicine EECS Dept., School of Engineering November 2, 2011

More information

Analysis of hazard to operator during design process of safe ship power plant

Analysis of hazard to operator during design process of safe ship power plant POLISH MARITIME RESEARCH 4(67) 2010 Vol 17; pp. 26-30 10.2478/v10012-010-0032-1 Analysis of hazard to operator during design process of safe ship power plant T. Kowalewski, M. Sc. A. Podsiadło, Ph. D.

More information

The Effect of a Seven Week Exercise Program on Golf Swing Performance and Musculoskeletal Screening Scores

The Effect of a Seven Week Exercise Program on Golf Swing Performance and Musculoskeletal Screening Scores The Effect of a Seven Week Exercise Program on Golf Swing Performance and Musculoskeletal Screening Scores 2017 Mico Hannes Olivier Bachelor of Sport Science Faculty of Health Sciences and Medicine Bond

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 19 January 2011 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 19 January 2011 1 / 32 Examples of Pattern Recognition in

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 12 January 2009 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 12 January 2009 1 / 28 Pattern Recognition By Example Example:

More information

Machine Learning an American Pastime

Machine Learning an American Pastime Nikhil Bhargava, Andy Fang, Peter Tseng CS 229 Paper Machine Learning an American Pastime I. Introduction Baseball has been a popular American sport that has steadily gained worldwide appreciation in the

More information

1.1 The size of the search space Modeling the problem Change over time Constraints... 21

1.1 The size of the search space Modeling the problem Change over time Constraints... 21 Introduction : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1 I What Are the Ages of My Three Sons? : : : : : : : : : : : : : : : : : 9 1 Why Are Some Problems Dicult to Solve? : : :

More information

This file is part of the following reference:

This file is part of the following reference: This file is part of the following reference: Hancock, Timothy Peter (2006) Multivariate consensus trees: tree-based clustering and profiling for mixed data types. PhD thesis, James Cook University. Access

More information

Evaluating the Design Safety of Highway Structural Supports

Evaluating the Design Safety of Highway Structural Supports Evaluating the Design Safety of Highway Structural Supports by Fouad H. Fouad and Elizabeth A. Calvert Department of Civil and Environmental Engineering The University of Alabama at Birmingham Birmingham,

More information

Safety Analysis Methodology in Marine Salvage System Design

Safety Analysis Methodology in Marine Salvage System Design 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2015) Safety Analysis Methodology in Marine Salvage System Design Yan Hong Liu 1,a, Li Yuan Chen 1,b, Xing Ling Huang 1,c and

More information

RUGBY is a dynamic, evasive, and highly possessionoriented

RUGBY is a dynamic, evasive, and highly possessionoriented VISUALIZING RUGBY GAME STYLES USING SOMS 1 Visualizing Rugby Game Styles Using Self-Organizing Maps Peter Lamb, Hayden Croft Abstract Rugby coaches and analysts often use notational data describing match

More information

Predicting Horse Racing Results with TensorFlow

Predicting Horse Racing Results with TensorFlow Predicting Horse Racing Results with TensorFlow LYU 1703 LIU YIDE WANG ZUOYANG News CUHK Professor, Gu Mingao, wins 50 MILLIONS dividend using his sure-win statistical strategy. News AlphaGO defeats human

More information

Analysis of performance at the 2007 Cricket World Cup

Analysis of performance at the 2007 Cricket World Cup Analysis of performance at the 2007 Cricket World Cup Petersen, C., Pyne, D.B., Portus, M.R., Cordy, J. and Dawson, B Cricket Australia, Department of Physiology, Australian Institute of Sport, Human Movement,

More information

DECISION-MAKING ON IMPLEMENTATION OF IPO UNDER TOPOLOGICAL UNCERTAINTY

DECISION-MAKING ON IMPLEMENTATION OF IPO UNDER TOPOLOGICAL UNCERTAINTY ACTA UNIVERSITATIS AGRICULTURAE ET SILVICULTURAE MENDELIANAE BRUNENSIS Volume 63 25 Number 1, 2015 http://dx.doi.org/10.11118/actaun201563010193 DECISION-MAKING ON IMPLEMENTATION OF IPO UNDER TOPOLOGICAL

More information

Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania

Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania Prepared for the: Pennsylvania Fish and Boat Commission Produced by: PO Box 6435 Fernandina Beach, FL 32035 Tel (904)

More information

Rearrangement of Recognized Strokes in Online Handwritten Gurmukhi. words recognition.

Rearrangement of Recognized Strokes in Online Handwritten Gurmukhi. words recognition. 2009 10th International Conference on Document Analysis and Recognition Rearrangement of Recognized Strokes in Online Handwritten Gurmukhi Words Recognition Anuj Sharma Department of Mathematics, Panjab

More information

knn & Naïve Bayes Hongning Wang

knn & Naïve Bayes Hongning Wang knn & Naïve Bayes Hongning Wang CS@UVa Today s lecture Instance-based classifiers k nearest neighbors Non-parametric learning algorithm Model-based classifiers Naïve Bayes classifier A generative model

More information

Volume 37, Issue 3. Elite marathon runners: do East Africans utilize different strategies than the rest of the world?

Volume 37, Issue 3. Elite marathon runners: do East Africans utilize different strategies than the rest of the world? Volume 37, Issue 3 Elite marathon runners: do s utilize different strategies than the rest of the world? Jamie Emerson Salisbury University Brian Hill Salisbury University Abstract This paper investigates

More information

CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan

CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan CS 7641 A (Machine Learning) Sethuraman K, Parameswaran Raman, Vijay Ramakrishnan Scenario 1: Team 1 scored 200 runs from their 50 overs, and then Team 2 reaches 146 for the loss of two wickets from their

More information

swmath - Challenges, Next Steps, and Outlook

swmath - Challenges, Next Steps, and Outlook swmath - Challenges, Next Steps, and Outlook Hagen Chrapary 1, 2, Wolfgang Dalitz 2, and Wolfram Sperber 1 1 FIZ Karlsruhe/zbMATH, Franklinstr. 11, 10587 Berlin, Germany 2 Zuse Institute Berlin (ZIB),

More information

Environmental Science: An Indian Journal

Environmental Science: An Indian Journal Environmental Science: An Indian Journal Research Vol 14 Iss 1 Flow Pattern and Liquid Holdup Prediction in Multiphase Flow by Machine Learning Approach Chandrasekaran S *, Kumar S Petroleum Engineering

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

CS145: INTRODUCTION TO DATA MINING

CS145: INTRODUCTION TO DATA MINING CS145: INTRODUCTION TO DATA MINING 3: Vector Data: Logistic Regression Instructor: Yizhou Sun yzsun@cs.ucla.edu October 9, 2017 Methods to Learn Vector Data Set Data Sequence Data Text Data Classification

More information

B. AA228/CS238 Component

B. AA228/CS238 Component Abstract Two supervised learning methods, one employing logistic classification and another employing an artificial neural network, are used to predict the outcome of baseball postseason series, given

More information

Player Availability Rating (PAR) - A Tool for Quantifying Skater Performance for NHL General Managers

Player Availability Rating (PAR) - A Tool for Quantifying Skater Performance for NHL General Managers Player Availability Rating (PAR) - A Tool for Quantifying Skater Performance for NHL General Managers Shuja Khalid 1 1 Department of Computer Science, University of Toronto arxiv:1811.02885v1 [cs.cy] 15

More information

Deconstructing Data Science

Deconstructing Data Science Deconstructing Data Science David Bamman, UC Berkele Info 29 Lecture 4: Regression overview Jan 26, 217 Regression A mapping from input data (drawn from instance space ) to a point in R (R = the set of

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

Using Spatio-Temporal Data To Create A Shot Probability Model

Using Spatio-Temporal Data To Create A Shot Probability Model Using Spatio-Temporal Data To Create A Shot Probability Model Eli Shayer, Ankit Goyal, Younes Bensouda Mourri June 2, 2016 1 Introduction Basketball is an invasion sport, which means that players move

More information

Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability

Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability CHAPTER 92 Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability Daisuke Fukuda, Jiangshan Ma, Kaoru Yamada and Norihito Shinkai 92.1 Introduction Most standard

More information

Building an NFL performance metric

Building an NFL performance metric Building an NFL performance metric Seonghyun Paik (spaik1@stanford.edu) December 16, 2016 I. Introduction In current pro sports, many statistical methods are applied to evaluate player s performance and

More information

Safety Assessment of Installing Traffic Signals at High-Speed Expressway Intersections

Safety Assessment of Installing Traffic Signals at High-Speed Expressway Intersections Safety Assessment of Installing Traffic Signals at High-Speed Expressway Intersections Todd Knox Center for Transportation Research and Education Iowa State University 2901 South Loop Drive, Suite 3100

More information

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam International Workshop on Next Generation Nautical Traffic Models 2013, Delft, The Netherlands AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the

More information

GOLOMB Compression Technique For FPGA Configuration

GOLOMB Compression Technique For FPGA Configuration GOLOMB Compression Technique For FPGA Configuration P.Hema Assistant Professor,EEE Jay Shriram Group Of Institutions ABSTRACT Bit stream compression is important in reconfigurable system design since it

More information

MA PM: Memetic algorithms with population management

MA PM: Memetic algorithms with population management MA PM: Memetic algorithms with population management Kenneth Sörensen University of Antwerp kenneth.sorensen@ua.ac.be Marc Sevaux University of Valenciennes marc.sevaux@univ-valenciennes.fr August 2004

More information

Post impact trajectory of vehicles at rural intersections

Post impact trajectory of vehicles at rural intersections Post impact trajectory of vehicles at rural intersections Doecke SD., Woolley JE. and Mackenzie JR. Centre for Automotive Safety Research Abstract This report describes the path of vehicles after a collision

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 256 Introduction This procedure computes summary statistics and common non-parametric, single-sample runs tests for a series of n numeric, binary, or categorical data values. For numeric data,

More information

Naïve Bayes. Robot Image Credit: Viktoriya Sukhanova 123RF.com

Naïve Bayes. Robot Image Credit: Viktoriya Sukhanova 123RF.com Naïve Bayes These slides were assembled by Eric Eaton, with grateful acknowledgement of the many others who made their course materials freely available online. Feel free to reuse or adapt these slides

More information

Naïve Bayes. Robot Image Credit: Viktoriya Sukhanova 123RF.com

Naïve Bayes. Robot Image Credit: Viktoriya Sukhanova 123RF.com Naïve Bayes These slides were assembled by Byron Boots, with only minor modifications from Eric Eaton s slides and grateful acknowledgement to the many others who made their course materials freely available

More information

Deakin Research Online

Deakin Research Online Deakin Research Online This is the published version: Lazarescu, Mihai and Venkatesh, Svetha 2003, Using camera motion to identify different types of American football plays, in ICME 2003 : Proceedings

More information

Marathon Performance Prediction of Amateur Runners based on Training Session Data

Marathon Performance Prediction of Amateur Runners based on Training Session Data Marathon Performance Prediction of Amateur Runners based on Training Session Data Daniel Ruiz-Mayo, Estrella Pulido, and Gonzalo Martínez-Muñoz Escuela Politécnica Superior, Universidad Autónoma de Madrid,

More information

TULANE UNIVERSITY LAW SCHOOL SPORTS LAW SOCIETY 11TH ANNUAL INTERNATIONAL BASEBALL ARBITRATION COMPETITION (2018) OFFICIAL RULES

TULANE UNIVERSITY LAW SCHOOL SPORTS LAW SOCIETY 11TH ANNUAL INTERNATIONAL BASEBALL ARBITRATION COMPETITION (2018) OFFICIAL RULES TULANE UNIVERSITY LAW SCHOOL SPORTS LAW SOCIETY 11TH ANNUAL INTERNATIONAL BASEBALL ARBITRATION COMPETITION (2018) OFFICIAL RULES Contents I. Administration 3 II. Competition Overview 3 III. Recommended

More information

Predicting Horse Racing Results with Machine Learning

Predicting Horse Racing Results with Machine Learning Predicting Horse Racing Results with Machine Learning LYU 1703 LIU YIDE 1155062194 Supervisor: Professor Michael R. Lyu Outline Recap of last semester Object of this semester Data Preparation Set to sequence

More information

Student Population Projections By Residence. School Year 2016/2017 Report Projections 2017/ /27. Prepared by:

Student Population Projections By Residence. School Year 2016/2017 Report Projections 2017/ /27. Prepared by: Student Population Projections By Residence School Year 2016/2017 Report Projections 2017/18 2026/27 Prepared by: Revised October 31, 2016 Los Gatos Union School District TABLE OF CONTENTS Introduction

More information

For IEC use only. Technical Committee TC3: Information structures, documentation and graphical symbols

For IEC use only. Technical Committee TC3: Information structures, documentation and graphical symbols For IEC use only 3/686/INF 2003-08 INTERNATIONAL ELECTROTECHNICAL COMMISSION Technical Committee TC3: Information structures, documentation and graphical symbols Labels to be used in database standards

More information

IGEM/TD/2 Edition 2 with amendments July 2015 Communication 1779 Assessing the risks from high pressure Natural Gas pipelines

IGEM/TD/2 Edition 2 with amendments July 2015 Communication 1779 Assessing the risks from high pressure Natural Gas pipelines Communication 1779 Assessing the risks from high pressure Natural Gas pipelines Founded 1863 Royal Charter 1929 Patron: Her Majesty the Queen Communication 1779 Assessing the risks from high pressure Natural

More information

CS 221 PROJECT FINAL

CS 221 PROJECT FINAL CS 221 PROJECT FINAL STUART SY AND YUSHI HOMMA 1. INTRODUCTION OF TASK ESPN fantasy baseball is a common pastime for many Americans, which, coincidentally, defines a problem whose solution could potentially

More information

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Seminar Trondheim June 15th 2017 Nordic Institute of Navigation Norwegian Forum for Autonomous Ships SINTEF Ocean, Trondheim

More information

Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling

Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling Naval Research Laboratory Stennis Space Center, MS 39529-5004 NRL/MR/7182--08-9100 Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling J. Paquin Fabre Acoustic Simulation, Measurements,

More information

Competitive Performance of Elite Olympic-Distance Triathletes: Reliability and Smallest Worthwhile Enhancement

Competitive Performance of Elite Olympic-Distance Triathletes: Reliability and Smallest Worthwhile Enhancement SPORTSCIENCE sportsci.org Original Research / Performance Competitive Performance of Elite Olympic-Distance Triathletes: Reliability and Smallest Worthwhile Enhancement Carl D Paton, Will G Hopkins Sportscience

More information

A Case Study of Leadership in Women s Intercollegiate Softball. By: DIANE L. GILL and JEAN L. PERRY

A Case Study of Leadership in Women s Intercollegiate Softball. By: DIANE L. GILL and JEAN L. PERRY A Case Study of Leadership in Women s Intercollegiate Softball By: DIANE L. GILL and JEAN L. PERRY Gill, D.L. & Perry, J.L. (1979). A case study of leadership in women's intercollegiate softball. International

More information

Critical Gust Pressures on Tall Building Frames-Review of Codal Provisions

Critical Gust Pressures on Tall Building Frames-Review of Codal Provisions Dr. B.Dean Kumar Dept. of Civil Engineering JNTUH College of Engineering Hyderabad, INDIA bdeankumar@gmail.com Dr. B.L.P Swami Dept. of Civil Engineering Vasavi College of Engineering Hyderabad, INDIA

More information

Advanced Test Equipment Rentals ATEC (2832) OMS 600

Advanced Test Equipment Rentals ATEC (2832) OMS 600 Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) OMS 600 Continuous partial discharge monitoring system for power generators and electrical motors Condition monitoring

More information

Neural Network in Computer Vision for RoboCup Middle Size League

Neural Network in Computer Vision for RoboCup Middle Size League Journal of Software Engineering and Applications, 2016, *,** Neural Network in Computer Vision for RoboCup Middle Size League Paulo Rogério de Almeida Ribeiro 1, Gil Lopes 1, Fernando Ribeiro 1 1 Department

More information

Software Reliability 1

Software Reliability 1 Software Reliability 1 Software Reliability What is software reliability? the probability of failure-free software operation for a specified period of time in a specified environment input sw output We

More information

PUBLISHED PROJECT REPORT PPR850. Optimisation of water flow depth for SCRIM. S Brittain, P Sanders and H Viner

PUBLISHED PROJECT REPORT PPR850. Optimisation of water flow depth for SCRIM. S Brittain, P Sanders and H Viner PUBLISHED PROJECT REPORT PPR850 Optimisation of water flow depth for SCRIM S Brittain, P Sanders and H Viner Report details Report prepared for: Project/customer reference: Copyright: Highways England,

More information

Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and Correlated for Weather Factors

Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and Correlated for Weather Factors ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 11, No. 3, 2016, pp.180-187 Information Technology for Monitoring of Municipal Gas Consumption, Based on Additive Model and

More information

Available from Deakin Research Online:

Available from Deakin Research Online: This is the published version: Dwyer, Daniel B., Ofoghi, Bahadorreza, Huntsman, Emy, Rossitto, Daniel, McMahon, Clare and Zeleznikow, John 2013, The elimination race in track cycling : patterns and predictors

More information

Centre for Transport Studies

Centre for Transport Studies Centre for Transport Studies University College London Research Progress Report Evaluation of Accessible Design of Public Transport Facilities Taku Fujiyama Centre for Transport Studies University College

More information

Deconstructing Data Science

Deconstructing Data Science Deconstructing Data Science David Bamman, UC Berkele Info 29 Lecture 4: Regression overview Feb 1, 216 Regression A mapping from input data (drawn from instance space ) to a point in R (R = the set of

More information

Simulating Major League Baseball Games

Simulating Major League Baseball Games ABSTRACT Paper 2875-2018 Simulating Major League Baseball Games Justin Long, Slippery Rock University; Brad Schweitzer, Slippery Rock University; Christy Crute Ph.D, Slippery Rock University The game of

More information

Purpose. Scope. Process flow OPERATING PROCEDURE 07: HAZARD LOG MANAGEMENT

Purpose. Scope. Process flow OPERATING PROCEDURE 07: HAZARD LOG MANAGEMENT SYDNEY TRAINS SAFETY MANAGEMENT SYSTEM OPERATING PROCEDURE 07: HAZARD LOG MANAGEMENT Purpose Scope Process flow This operating procedure supports SMS-07-SP-3067 Manage Safety Change and establishes the

More information

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf Online Companion to Using Simulation to Help Manage the Pace of Play in Golf MoonSoo Choi Industrial Engineering and Operations Research, Columbia University, New York, NY, USA {moonsoo.choi@columbia.edu}

More information

Chapter 5 DATA COLLECTION FOR TRANSPORTATION SAFETY STUDIES

Chapter 5 DATA COLLECTION FOR TRANSPORTATION SAFETY STUDIES Chapter 5 DATA COLLECTION FOR TRANSPORTATION SAFETY STUDIES 5.1 PURPOSE (1) The purpose of the Traffic Safety Studies chapter is to provide guidance on the data collection requirements for conducting a

More information

An Analysis of Reducing Pedestrian-Walking-Speed Impacts on Intersection Traffic MOEs

An Analysis of Reducing Pedestrian-Walking-Speed Impacts on Intersection Traffic MOEs An Analysis of Reducing Pedestrian-Walking-Speed Impacts on Intersection Traffic MOEs A Thesis Proposal By XIAOHAN LI Submitted to the Office of Graduate Studies of Texas A&M University In partial fulfillment

More information

A Study on Weekend Travel Patterns by Individual Characteristics in the Seoul Metropolitan Area

A Study on Weekend Travel Patterns by Individual Characteristics in the Seoul Metropolitan Area A Study on Weekend Travel Patterns by Individual Characteristics in the Seoul Metropolitan Area Min-Seung. Song, Sang-Su. Kim and Jin-Hyuk. Chung Abstract Continuous increase of activity on weekends have

More information

Road Accident Analysis and Identify the black spot location On State Highway-5 (Halol-Godhra Section)

Road Accident Analysis and Identify the black spot location On State Highway-5 (Halol-Godhra Section) Road Accident Analysis and Identify the black spot location On State Highway-5 (Halol-Godhra Section) 1 Shah Dhruvit, 2 Shah Pranay M. 1 M.E civil(transportation), 2 M.E civil, P.h.d.(pursuing) 1 Tatva

More information

CS472 Foundations of Artificial Intelligence. Final Exam December 19, :30pm

CS472 Foundations of Artificial Intelligence. Final Exam December 19, :30pm CS472 Foundations of Artificial Intelligence Final Exam December 19, 2003 12-2:30pm Name: (Q exam takers should write their Number instead!!!) Instructions: You have 2.5 hours to complete this exam. The

More information

PREDICTING THE NCAA BASKETBALL TOURNAMENT WITH MACHINE LEARNING. The Ringer/Getty Images

PREDICTING THE NCAA BASKETBALL TOURNAMENT WITH MACHINE LEARNING. The Ringer/Getty Images PREDICTING THE NCAA BASKETBALL TOURNAMENT WITH MACHINE LEARNING A N D R E W L E V A N D O S K I A N D J O N A T H A N L O B O The Ringer/Getty Images THE TOURNAMENT MARCH MADNESS 68 teams (4 play-in games)

More information

Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network

Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network Kusprasapta Mutijarsa School of Electrical Engineering and Information Technology Bandung Institute of Technology Bandung,

More information

ASSESSING THE RELIABILITY OF FAIL-SAFE STRUCTURES INTRODUCTION

ASSESSING THE RELIABILITY OF FAIL-SAFE STRUCTURES INTRODUCTION ASSESSING THE RELIABILITY OF FAIL-SAFE STRUCTURES Abraham Brot * Abstract: A computer simulation method is described, that can be used to assess the reliability of a dual-path fail-safe design. The method

More information

MONROE COUNTY NEW YORK

MONROE COUNTY NEW YORK MONROE COUNTY NEW YORK Intersection Accident Database Enhancement Project (UPWP 4380) FINAL January 2008 Prepared By: Prepared For: Bergmann Associates 200 First Federal Plaza 28 East Main Street Rochester,

More information

Compression Study: City, State. City Convention & Visitors Bureau. Prepared for

Compression Study: City, State. City Convention & Visitors Bureau. Prepared for : City, State Prepared for City Convention & Visitors Bureau Table of Contents City Convention & Visitors Bureau... 1 Executive Summary... 3 Introduction... 4 Approach and Methodology... 4 General Characteristics

More information

When Bad Things Happen to Good Property

When Bad Things Happen to Good Property When Bad Things Happen to Good Property Table of Contents Biographies...xi Foreword....xvii Chapter 1: Introduction Part I: Real Estate I. Did Something Bad Happen to Your Property?........ 1 II. Scope

More information

TRAFFIC STUDY GUIDELINES Clarksville Street Department

TRAFFIC STUDY GUIDELINES Clarksville Street Department TRAFFIC STUDY GUIDELINES Clarksville Street Department 9/1/2009 Introduction Traffic studies are used to help the city determine potential impacts to the operation of the surrounding roadway network. Two

More information

ADOT Statewide Bicycle and Pedestrian Program Summary of Phase IV Activities APPENDIX B PEDESTRIAN DEMAND INDEX

ADOT Statewide Bicycle and Pedestrian Program Summary of Phase IV Activities APPENDIX B PEDESTRIAN DEMAND INDEX ADOT Statewide Bicycle and Pedestrian Program Summary of Activities APPENDIX B PEDESTRIAN DEMAND INDEX May 24, 2009 Pedestrian Demand Index for State Highway Facilities Revised: May 29, 2007 Introduction

More information

Influence of wind direction on noise emission and propagation from wind turbines

Influence of wind direction on noise emission and propagation from wind turbines Influence of wind direction on noise emission and propagation from wind turbines Tom Evans and Jonathan Cooper Resonate Acoustics, 97 Carrington Street, Adelaide, South Australia 5000 ABSTRACT Noise predictions

More information

Human Performance Evaluation

Human Performance Evaluation Human Performance Evaluation Minh Nguyen, Liyue Fan, Luciano Nocera, Cyrus Shahabi minhnngu@usc.edu --O-- Integrated Media Systems Center University of Southern California 1 2 Motivating Application 8.2

More information

EXAMINING THE EFFECT OF HEAVY VEHICLES DURING CONGESTION USING PASSENGER CAR EQUIVALENTS

EXAMINING THE EFFECT OF HEAVY VEHICLES DURING CONGESTION USING PASSENGER CAR EQUIVALENTS EXAMINING THE EFFECT OF HEAVY VEHICLES DURING CONGESTION USING PASSENGER CAR EQUIVALENTS Ahmed Al-Kaisy 1 and Younghan Jung 2 1 Department of Civil Engineering, Montana State University PO Box 173900,

More information

Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers

Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers Jan Dijkstra and Joran Jessurun Department of the Built Environment Eindhoven University

More information

Determining Occurrence in FMEA Using Hazard Function

Determining Occurrence in FMEA Using Hazard Function Determining Occurrence in FMEA Using Hazard Function Hazem J. Smadi Abstract FMEA has been used for several years and proved its efficiency for system s risk analysis due to failures. Risk priority number

More information

A Generalised Approach to Position Selection for Simulated Soccer Agents

A Generalised Approach to Position Selection for Simulated Soccer Agents A Generalised Approach to Position Selection for Simulated Soccer Agents Matthew Hunter and Huosheng Hu Department of Computer Science, University of Essex Wivenhoe Park, Colchester, Essex CO4 3SQ, UK

More information

STATE OF NEW YORK PUBLIC SERVICE COMMISSION. At a session of the Public Service Commission held in the City of Albany on August 20, 2003

STATE OF NEW YORK PUBLIC SERVICE COMMISSION. At a session of the Public Service Commission held in the City of Albany on August 20, 2003 STATE OF NEW YORK PUBLIC SERVICE COMMISSION At a session of the Public Service Commission held in the City of Albany on August 20, 2003 COMMISSIONERS PRESENT: William M. Flynn, Chairman Thomas J. Dunleavy

More information

Women and Marathons: A Low Participation. Recreation Research Proposal. PRM 447 Research and Evaluation in PRM. Jaimie Coastman.

Women and Marathons: A Low Participation. Recreation Research Proposal. PRM 447 Research and Evaluation in PRM. Jaimie Coastman. Running WOMEN head: AND WOMEN MARATHONS: AND MARATHONS: A LOW PARTICIPATION A LOW 1 PARTICIPATION Women and Marathons: A Low Participation Recreation Research Proposal PRM 447 Research and Evaluation in

More information

Teaching Notes. Contextualised task 35 The 100 Metre Race

Teaching Notes. Contextualised task 35 The 100 Metre Race Contextualised task 35 The 100 Metre Race Teaching Notes This activity involves interpreting data presented in different forms to compare speed, distance and time. The aim is to find who might win a race

More information

The Junior Young Physicists Tournament JYPT. Regulations

The Junior Young Physicists Tournament JYPT. Regulations The Junior Young Physicists Tournament JYPT Regulations Revised after the fourth JYPT November 2013 1 The Regulations of the Junior Young Physicists Tournament I) Educational Goals The Junior Young Physicists

More information

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG GOAL OF PROJECT The goal is to predict the winners between college men s basketball teams competing in the 2018 (NCAA) s March

More information

Transactions on the Built Environment vol 7, 1994 WIT Press, ISSN

Transactions on the Built Environment vol 7, 1994 WIT Press,  ISSN Service dependability of Italian high speed railway system: modeling and preliminary evaluations R. Calabria, L. Delia Ragione, G. Pulcini & M. Rap one Istituto Motori CNR, Via Marconi 8, 80125 Napoli,

More information

A SURVEY OF 1997 COLORADO ANGLERS AND THEIR WILLINGNESS TO PAY INCREASED LICENSE FEES

A SURVEY OF 1997 COLORADO ANGLERS AND THEIR WILLINGNESS TO PAY INCREASED LICENSE FEES Executive Summary of research titled A SURVEY OF 1997 COLORADO ANGLERS AND THEIR WILLINGNESS TO PAY INCREASED LICENSE FEES Conducted by USDA Forest Service Rocky Mountain Research Station Fort Collins,

More information

Prudhoe Bay Oil Production Optimization: Using Virtual Intelligence Techniques, Stage One: Neural Model Building

Prudhoe Bay Oil Production Optimization: Using Virtual Intelligence Techniques, Stage One: Neural Model Building Prudhoe Bay Oil Production Optimization: Using Virtual Intelligence Techniques, Stage One: Neural Model Building Shahab D. Mohaghegh, West Virginia University Lynda A. Hutchins, BP Exploration (Alaska),

More information

Rules Modernization FAQs March 2018 Update

Rules Modernization FAQs March 2018 Update Rules Modernization FAQs March 2018 Update Background Questions 1. What was the motivation to modernize the Rules of Golf? The Rules of Golf are normally revised in a regular four-year cycle that allows

More information