Skip to main content

Showing 1–5 of 5 results for author: Delany, S J

Searching in archive cs. Search in all archives.
.
  1. Addressing the "Leaky Pipeline": A Review and Categorisation of Actions to Recruit and Retain Women in Computing Education

    Authors: Alina Berry, Susan McKeever, Brenda Murphy, Sarah Jane Delany

    Abstract: Gender imbalance in computing education is a well-known issue around the world. The term "leaky pipeline" is often used to describe the lack of retention of women before they progress to senior roles. Numerous initiatives have targeted the problem of the leaky pipeline in recent decades. This paper provides a comprehensive review of initiatives related to techniques used to boost recruitment and r… ▽ More

    Submitted 13 June, 2022; originally announced June 2022.

    Comments: 13 pages, 1 figure, 1 table

  2. arXiv:2106.06437  [pdf, other

    cs.LG

    Feature Selection Tutorial with Python Examples

    Authors: Padraig Cunningham, Bahavathy Kathirgamanathan, Sarah Jane Delany

    Abstract: In Machine Learning, feature selection entails selecting a subset of the available features in a dataset to use for model development. There are many motivations for feature selection, it may result in better models, it may provide insight into the data and it may deliver economies in data gathering or data processing. For these reasons feature selection has received a lot of attention in data ana… ▽ More

    Submitted 11 June, 2021; originally announced June 2021.

    Comments: 20 pages, 19 figures

  3. arXiv:2102.11132  [pdf, other

    cs.CV cs.AI

    Wider Vision: Enriching Convolutional Neural Networks via Alignment to External Knowledge Bases

    Authors: Xuehao Liu, Sarah Jane Delany, Susan McKeever

    Abstract: Deep learning models suffer from opaqueness. For Convolutional Neural Networks (CNNs), current research strategies for explaining models focus on the target classes within the associated training dataset. As a result, the understanding of hidden feature map activations is limited by the discriminative knowledge gleaned during training. The aim of our work is to explain and expand CNNs models via t… ▽ More

    Submitted 22 February, 2021; originally announced February 2021.

  4. Underestimation Bias and Underfitting in Machine Learning

    Authors: Padraig Cunningham, Sarah Jane Delany

    Abstract: Often, what is termed algorithmic bias in machine learning will be due to historic bias in the training data. But sometimes the bias may be introduced (or at least exacerbated) by the algorithm itself. The ways in which algorithms can actually accentuate bias has not received a lot of attention with researchers focusing directly on methods to eliminate bias - no matter the source. In this paper we… ▽ More

    Submitted 11 February, 2021; v1 submitted 18 May, 2020; originally announced May 2020.

    Comments: 12 pages, 7 figures, 3 tables

    Journal ref: In: Heintz F., Milano M., O'Sullivan B. (eds) Trustworthy AI - Integrating Learning, Optimization and Reasoning. TAILOR 2020. Lecture Notes in Computer Science, vol 12641. Springer, Cham

  5. arXiv:2004.04523  [pdf, other

    cs.LG stat.ML

    k-Nearest Neighbour Classifiers: 2nd Edition (with Python examples)

    Authors: Padraig Cunningham, Sarah Jane Delany

    Abstract: Perhaps the most straightforward classifier in the arsenal or machine learning techniques is the Nearest Neighbour Classifier -- classification is achieved by identifying the nearest neighbours to a query example and using those neighbours to determine the class of the query. This approach to classification is of particular importance because issues of poor run-time performance is not such a probl… ▽ More

    Submitted 29 April, 2020; v1 submitted 9 April, 2020; originally announced April 2020.

    Comments: 22 pages, 15 figures: An updated edition of an older tutorial on kNN