paper-with-me

Papers

Learning Multiple Defaults for Machine Learning Algorithms

2018-11-23 · Florian Pfisterer, Jan N. van Rijn, Philipp Probst, Andreas Müller, Bernd Bischl

The performance of modern machine learning methods highly depends on their hyperparameter configurations. One simple way of selecting a configuration is to use default settings, often proposed along with the publication and implementation of a new algorithm. Those default values are usually chosen in an ad-hoc manner to work good enough on a wide variety of datasets. To address this problem, different automatic hyperparameter configuration algorithms have been proposed, which select an optimal configuration per dataset. This principled approach usually improves performance but adds additional algorithmic complexity and computational costs to the training procedure. As an alternative to this, we propose learning a set of complementary default values from a large database of prior empirical results. Selecting an appropriate configuration on a new dataset then requires only a simple, efficient and embarrassingly parallel search over this set. We demonstrate the effectiveness and efficiency of the approach we propose in comparison to random search and Bayesian Optimization.

📄 PDF Abstract BibTeX arXiv:1811.09409

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Uncertainty and Incompleteness

2013-03-27 · Piero P. Bonissone, David A. Cyrluk, James W. Goodwin, Jonathan Stillman

Two major difficulties in using default logics are their intractability and the problem of selecting among multiple extensions. We propose an approach to these problems based on integrating nommonotonic reasoning with pl…

Meta-Learning for Symbolic Hyperparameter Defaults

2021-06-10 · Pieter Gijsbers, Florian Pfisterer, Jan N. van Rijn, Bernd Bischl 외

Hyperparameter optimization in machine learning (ML) deals with the problem of empirically learning an optimal algorithm configuration from data, usually formulated as a black-box optimization problem. In this work, we p…

Hyperparameter OptimizationMeta-Learning

Predicting Credit Risk for Unsecured Lending: A Machine Learning Approach

2021-10-05 · K. S. Naik

Since the 1990s, there have been significant advances in the technology space and the e-Commerce area, leading to an exponential increase in demand for cashless payment solutions. This has led to increased demand for cre…

BIG-bench Machine Learning

Towards Solving the Multiple Extension Problem: Combining Defaults and Probabilities

2013-03-27 · Eric Neufeld, David L. Poole

The multiple extension problem arises frequently in diagnostic and default inference. That is, we can often use any of a number of sets of defaults or possible hypotheses to explain observations or make Predictions. In d…

Diagnostic

Learning Possibilistic Logic Theories from Default Rules

2016-04-18 · Ondrej Kuzelka, Jesse Davis, Steven Schockaert

We introduce a setting for learning possibilistic logic theories from defaults of the form "if alpha then typically beta". We first analyse this problem from the point of view of machine learning theory, determining the …

Learning Theory