Skip to main content

Showing 1–5 of 5 results for author: McGough, A S

Searching in archive stat. Search in all archives.
.
  1. arXiv:2006.09264  [pdf, other

    cs.LG stat.ML

    Bonsai-Net: One-Shot Neural Architecture Search via Differentiable Pruners

    Authors: Rob Geada, Dennis Prangle, Andrew Stephen McGough

    Abstract: One-shot Neural Architecture Search (NAS) aims to minimize the computational expense of discovering state-of-the-art models. However, in the past year attention has been drawn to the comparable performance of naive random search across the same search spaces used by leading NAS algorithms. To address this, we explore the effects of drastically relaxing the NAS search space, and we present Bonsai-N… ▽ More

    Submitted 4 June, 2021; v1 submitted 12 June, 2020; originally announced June 2020.

    Comments: Accepted to CVPR-NAS 2020. https://github.com/RobGeada/bonsai-net-lite

  2. arXiv:1811.11880  [pdf, other

    cs.LG cs.AI stat.ML

    Predicting the Computational Cost of Deep Learning Models

    Authors: Daniel Justus, John Brennan, Stephen Bonner, Andrew Stephen McGough

    Abstract: Deep learning is rapidly becoming a go-to tool for many artificial intelligence problems due to its ability to outperform other approaches and even humans at many problems. Despite its popularity we are still unable to accurately predict the time it will take to train a deep learning network to solve a given problem. This training time can be seen as the product of the training time per epoch and… ▽ More

    Submitted 28 November, 2018; originally announced November 2018.

    Comments: Accepted for publication at the IEEE International Conference on Big Data, (C) IEEE

  3. arXiv:1811.08337  [pdf, other

    stat.ML cs.LG

    Black-Box Autoregressive Density Estimation for State-Space Models

    Authors: Tom Ryder, Andrew Golighty, A. Stephen McGough, Dennis Prangle

    Abstract: State-space models (SSMs) provide a flexible framework for modelling time-series data. Consequently, SSMs are ubiquitously applied in areas such as engineering, econometrics and epidemiology. In this paper we provide a fast approach for approximate Bayesian inference in SSMs using the tools of deep learning and variational inference.

    Submitted 21 November, 2018; v1 submitted 20 November, 2018; originally announced November 2018.

    Comments: V2

  4. arXiv:1806.07464  [pdf, other

    cs.LG stat.ML

    Exploring the Semantic Content of Unsupervised Graph Embeddings: An Empirical Study

    Authors: Stephen Bonner, Ibad Kureshi, John Brennan, Georgios Theodoropoulos, Andrew Stephen McGough, Boguslaw Obara

    Abstract: Graph embeddings have become a key and widely used technique within the field of graph mining, proving to be successful across a broad range of domains including social, citation, transportation and biological. Graph embedding techniques aim to automatically create a low-dimensional representation of a given graph, which captures key structural elements in the resulting embedding space. However, t… ▽ More

    Submitted 19 June, 2018; originally announced June 2018.

  5. arXiv:1802.03335  [pdf, other

    stat.CO stat.ML

    Black-box Variational Inference for Stochastic Differential Equations

    Authors: Thomas Ryder, Andrew Golightly, A. Stephen McGough, Dennis Prangle

    Abstract: Parameter inference for stochastic differential equations is challenging due to the presence of a latent diffusion process. Working with an Euler-Maruyama discretisation for the diffusion, we use variational inference to jointly learn the parameters and the diffusion paths. We use a standard mean-field variational approximation of the parameter posterior, and introduce a recurrent neural network t… ▽ More

    Submitted 14 May, 2018; v1 submitted 9 February, 2018; originally announced February 2018.

    Comments: V3 - revised based on ICML reviewer comments V2 - added acknowledgements and link to code