Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Michael G. Madden is active.

Publication


Featured researches published by Michael G. Madden.


AICS'09 Proceedings of the 20th Irish conference on Artificial intelligence and cognitive science | 2009

A survey of recent trends in one class classification

Shehroz S. Khan; Michael G. Madden

The One Class Classification (OCC) problem is different from the conventional binary/multi-class classification problem in the sense that in OCC, the negative class is either not present or not properly sampled. The problem of classifying positive (or target) cases in the absence of appropriately-characterized negative cases (or outliers) has gained increasing attention in recent years. Researchers have addressed the task of OCC by using different methodologies in a variety of application domains. In this paper we formulate a taxonomy with three main categories based on the way OCC has been envisaged, implemented and applied by various researchers in different application domains. We also present a survey of current state-of-the-art OCC algorithms, their importance, applications and limitations.


Artificial Intelligence Review | 2005

The Genetic Kernel Support Vector Machine: Description and Evaluation

Tom Howley; Michael G. Madden

The Support Vector Machine (SVM) has emerged in recent years as a popular approach to the classification of data. One problem that faces the user of an SVM is how to choose a kernel and the specific parameters for that kernel. Applications of an SVM therefore require a search for the optimum settings for a particular problem. This paper proposes a classification technique, which we call the Genetic Kernel SVM (GK SVM), that uses Genetic Programming to evolve a kernel for a SVM classifier. Results of initial experiments with the proposed technique are presented. These results are compared with those of a standard SVM classifier using the Polynomial, RBF and Sigmoid kernel with various parameter settings


Knowledge Engineering Review | 2014

One-class classification: taxonomy of study and review of techniques

Shehroz S. Khan; Michael G. Madden

One-class classification (OCC) algorithms aim to build classification models when the negative class is either absent, poorly sampled or not well defined. This unique situation constrains the learning of efficient classifiers by defining class boundary just with the knowledge of positive class. The OCC problem has been considered and applied under many research themes, such as outlier/ novelty detection and concept learning. In this paper, we present a unified view of the general problem of OCC by presenting a taxonomy of study for OCC problems, which is based on the availability of training data, algorithms used and the application domains applied. We further delve into each of the categories of the proposed taxonomy and present a comprehensive literature review of the OCC algorithms, techniques and methodologies with a focus on their significance, limitations and applications. We conclude our paper by discussing some open research problems in the field of OCC and present our vision for future research.


Knowledge Based Systems | 2009

On the classification performance of TAN and general Bayesian networks

Michael G. Madden

Over a decade ago, Friedman et al. introduced the Tree Augmented Naive Bayes (TAN) classifier, with experiments indicating that it significantly outperformed Naive Bayes (NB) in terms of classification accuracy, whereas general Bayesian network (GBN) classifiers performed no better than NB. This paper challenges those claims, using a careful experimental analysis to show that GBN classifiers significantly outperform NB on datasets analyzed, and are comparable to TAN performance. It is found that the poor performance reported by Friedman et al. are not attributable to the GBN per se, but rather to their use of simple empirical frequencies to estimate GBN parameters, whereas basic parameter smoothing (used in their TAN analyses but not their GBN analyses) improves GBN performance significantly. It is concluded that, while GBN classifiers may have some limitations, they deserve greater attention, particularly in domains where insight into classification decisions, as well as good accuracy, is required.


Knowledge Based Systems | 2006

The effect of principal component analysis on machine learning accuracy with high-dimensional spectral data

Tom Howley; Michael G. Madden; Marie-Louise O'Connell; Alan G. Ryder

This paper presents the results of an investigation into the use of machine learning methods for the identification of narcotics from Raman spectra. The classification of spectral data and other high-dimensional data, such as images, gene-expression data and spectral data, poses an interesting challenge to machine learning, as the presence of high numbers of redundant or highly correlated attributes can seriously degrade classification accuracy. This paper investigates the use of principal component analysis (PCA) to reduce high-dimensional spectral data and to improve the predictive performance of some well-known machine learning methods. Experiments are carried out on a high-dimensional spectral dataset. These experiments employ the NIPALS (Non-Linear Iterative Partial Least Squares) PCA method, a method that has been used in the field of chemometrics for spectral classification, and is a more efficient alternative than the widely used eigenvector decomposition approach. The experiments show that the use of this PCA method can improve the performance of machine learning in the classification of high-dimensional data.


International Conference on Innovative Techniques and Applications of Artificial Intelligence | 2005

A Neural Network Approach to Predicting Stock Exchange Movements using External Factors

Niall O’Connor; Michael G. Madden

The aim of this study is to evaluate the effectiveness of using external indicators, such as commodity prices and currency exchange rates, in predicting movements in the Dow Jones Industrial Average index. The performance of each technique is evaluated using different domain specific metrics. A comprehensive evaluation procedure is described, involving the use of trading simulations to assess the practical value of predictive models, and comparison with simple benchmarks that respond to underlying market growth. In the experiments presented here, basing trading decisions on a neural network trained on a range of external indicators resulted in a return on investment of 23.5% per annum, during a period when the DJIA index grew by 13.03% per annum. A substantial dataset has been compiled and is available to other researchers interested in analysing financial time series.


Knowledge Based Systems | 2006

A neural network approach to predicting stock exchange movements using external factors

Niall O'Connor; Michael G. Madden

The aim of this study was to evaluate the effectiveness of using external indicators, such as commodity prices and currency exchange rates, in predicting movements in the Dow Jones Industrial Average index. The performance of each technique is evaluated using different domain-specific metrics. A comprehensive evaluation procedure is described, involving the use of trading simulations to assess the practical value of predictive models, and comparison with simple benchmarks that respond to underlying market growth. In the experiments presented here, basing trading decisions on a neural network trained on a range of external indicators resulted in a return on investment of 23.5% per annum, during a period when the DJIA index grew by 13.03% per annum. A substantial dataset has been compiled and is available to other researchers interested in analysing financial time series.


Artificial Intelligence Review | 2004

Transfer of Experience Between Reinforcement Learning Environments with Progressive Difficulty

Michael G. Madden; Tom Howley

This paper describes an extension to reinforcement learning (RL), in which a standard RL algorithm is augmented with a mechanism for transferring experience gained in one problem to new but related problems. In this approach, named Progressive RL, an agent acquires experience of operating in a simple environment through experimentation, and then engages in a period of introspection, during which it rationalises the experience gained and formulates symbolic knowledge describing how to behave in that simple environment. When subsequently experimenting in a more complex but related environment, it is guided by this knowledge until it gains direct experience. A test domain with 15 maze environments, arranged in order of difficulty, is described. A range of experiments in this domain are presented, that demonstrate the benefit of Progressive RL relative to a basic RL approach in which each puzzle is solved from scratch. The experiments also analyse the knowledge formed during introspection, illustrate how domain knowledge may be incorporated, and show that Progressive Reinforcement Learning may be used to solve complex puzzles more quickly.


international symposium on neural networks | 2005

Bayesian ANN classifier for ECG arrhythmia diagnostic system: a comparison study

Dayong Gao; Michael G. Madden; Desmond Chambers; Gerard J. Lyons

This paper outlines a system for detection of cardiac arrhythmias within ECG signals, based on a Bayesian artificial neural network (ANN) classifier. The Bayesian (or probabilistic) ANN classifier is built by the use of a logistic regression model and the backpropagation algorithm based on a Bayesian framework. Its performance for this task is evaluated by comparison with other classifiers including Naive Bayes, decision trees, logistic regression, and RBF networks. A paired t-test is employed in comparing classifiers to select the optimum model. The system is evaluated using noisy ECG data, to simulate a real-world environment. It is hoped that the system can be further developed and fine-tuned for practical application.


Knowledge Based Systems | 2005

An improved genetic programming technique for the classification of Raman spectra

Kenneth Hennessy; Michael G. Madden; Jennifer Conroy; Alan G. Ryder

The aim of this study is to evaluate the effectiveness of genetic programming relative to that of more commonly-used methods for the identification of components within mixtures of materials using Raman spectroscopy. A key contribution of the genetic programming technique proposed in this research is that it explicitly aims to optimise the certainty levels associated with discovered rules, so as to minimize the chance of misclassification of future samples.

Collaboration


Dive into the Michael G. Madden's collaboration.

Top Co-Authors

Avatar

Gerard J. Lyons

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Tom Howley

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Alan G. Ryder

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Catherine G. Enright

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Frank G. Glavin

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Desmond Chambers

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Jim Duggan

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Yan Xing

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Kenneth Hennessy

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Michael Schukat

National University of Ireland

View shared research outputs
Researchain Logo
Decentralizing Knowledge