paper-with-me

Papers

High Per Parameter: A Large-Scale Study of Hyperparameter Tuning for Machine Learning Algorithms

2022-07-13 · Moshe Sipper

Hyperparameters in machine learning (ML) have received a fair amount of attention, and hyperparameter tuning has come to be regarded as an important step in the ML pipeline. But just how useful is said tuning? While smaller-scale experiments have been previously conducted, herein we carry out a large-scale investigation, specifically, one involving 26 ML algorithms, 250 datasets (regression and both binary and multinomial classification), 6 score metrics, and 28,857,600 algorithm runs. Analyzing the results we conclude that for many ML algorithms we should not expect considerable gains from hyperparameter tuning on average, however, there may be some datasets for which default hyperparameters perform poorly, this latter being truer for some algorithms than others. By defining a single hp_score value, which combines an algorithm's accumulated statistics, we are able to rank the 26 ML algorithms from those expected to gain the most from hyperparameter tuning to those expected to gain the least. We believe such a study may serve ML practitioners at large.

📄 PDF Abstract BibTeX arXiv:2207.06028

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Completed Hyperparameter Transfer across Modules, Width, Depth, Batch and Duration

2025-12-26 · Bruno Mlodozeniec, Pierre Ablin, Louis Béthune, Dan Busbridge 외 arxiv

Hyperparameter tuning can dramatically impact training stability and final performance of large-scale models. Recent works on neural network parameterisations, such as $μ$P, have enabled transfer of optimal global hyperp…

Massively Parallel Hyperparameter Tuning

2018-01-01 · ICLR 2018 1 · Lisha Li, Kevin Jamieson, Afshin Rostamizadeh, Katya Gonina 외

Modern machine learning models are characterized by large hyperparameter search spaces and prohibitively expensive training costs. For such models, we cannot afford to train candidate models sequentially and wait months…

On the Parameterization of Second-Order Optimization Effective Towards the Infinite Width

2023-12-19 · Satoki Ishikawa, Ryo Karakida

Second-order optimization has been developed to accelerate the training of deep neural networks and it is being applied to increasingly larger-scale models. In this study, towards training on further larger scales, we id…

Decoding Decoded: Understanding Hyperparameter Effects in Open-Ended Text Generation

2024-10-08 · Esteban Garces Arias, Meimingwei Li, Christian Heumann, Matthias Aßenmacher

Decoding strategies for generative large language models (LLMs) are a critical but often underexplored aspect of text generation tasks. Guided by specific hyperparameters, these strategies aim to transform the raw probab…

Text Generation

Survey of Active Learning Hyperparameters: Insights from a Large-Scale Experimental Grid

2025-06-04 · Julius Gonsior, Tim Rieß, Anja Reusch, Claudio Hartmann 외

Annotating data is a time-consuming and costly task, but it is inherently required for supervised machine learning. Active Learning (AL) is an established method that minimizes human labeling effort by iteratively select…

Active Learning