paper-with-me

Papers

Hyperparameter Importance Across Datasets

2017-10-12 · J. N. van Rijn, F. Hutter

With the advent of automated machine learning, automated hyperparameter optimization methods are by now routinely used in data mining. However, this progress is not yet matched by equal progress on automatic analyses that yield information beyond performance-optimizing hyperparameter settings. In this work, we aim to answer the following two questions: Given an algorithm, what are generally its most important hyperparameters, and what are typically good values for these? We present methodology and a framework to answer these questions based on meta-learning across many datasets. We apply this methodology using the experimental meta-data available on OpenML to determine the most important hyperparameters of support vector machines, random forests and Adaboost, and to infer priors for all their hyperparameters. The results, obtained fully automatically, provide a quantitative basis to focus efforts in both manual algorithm design and in automated hyperparameter optimization. The conducted experiments confirm that the hyperparameters selected by the proposed method are indeed the most important ones and that the obtained priors also lead to statistically significant improvements in hyperparameter optimization.

📄 PDF Abstract BibTeX arXiv:1710.04725

Code (2)

janvanrijn/openml-pimp
luxusg1/metabu pytorch

Tasks

Hyperparameter OptimizationMeta-Learning

Similar Papers 제목 키워드 기반

On the Importance of Hyperparameters and Data Augmentation for Self-Supervised Learning

2022-07-16 · Diane Wagner, Fabio Ferreira, Danny Stoll, Robin Tibor Schirrmeister 외

Self-Supervised Learning (SSL) has become a very active area of Deep Learning research where it is heavily used as a pre-training method for classification and other tasks. However, the rapid pace of advancements in this…

Bayesian OptimizationData AugmentationLinear evaluationSelf-Supervised Learning

Efficient Hyperparameter Importance Assessment for CNNs

2024-10-11 · Ruinan Wang, Ian Nabney, Mohammad Golbabaee

Hyperparameter selection is an essential aspect of the machine learning pipeline, profoundly impacting models' robustness, stability, and generalization capabilities. Given the complex hyperparameter spaces associated wi…

image-classificationImage Classification

Weighting Is Worth the Wait: Bayesian Optimization with Importance Sampling

2020-02-23 · Setareh Ariafar, Zelda Mariet, Ehsan Elhamifar, Dana Brooks 외

Many contemporary machine learning models require extensive tuning of hyperparameters to perform well. A variety of methods, such as Bayesian optimization, have been developed to automate and expedite this process. Howev…

Bayesian Optimization

Hyperparameter Importance Analysis for Multi-Objective AutoML

2024-05-13 · Daphne Theodorakopoulos, Frederic Stahl, Marius Lindauer

Hyperparameter optimization plays a pivotal role in enhancing the predictive performance and generalization capabilities of ML models. However, in many applications, we do not only care about predictive performance but a…

AutoMLHyperparameter Optimization

Importance of Tuning Hyperparameters of Machine Learning Algorithms

2020-07-15 · Hilde J. P. Weerts, Andreas C. Mueller, Joaquin Vanschoren

The performance of many machine learning algorithms depends on their hyperparameter settings. The goal of this study is to determine whether it is important to tune a hyperparameter or whether it can be safely set to a d…

BIG-bench Machine Learning