English

Hyperparameter optimization with approximate gradient

Machine Learning 2022-11-22 v6 Machine Learning Optimization and Control

Abstract

Most models in machine learning contain at least one hyperparameter to control for model complexity. Choosing an appropriate set of hyperparameters is both crucial in terms of model accuracy and computationally challenging. In this work we propose an algorithm for the optimization of continuous hyperparameters using inexact gradient information. An advantage of this method is that hyperparameters can be updated before model parameters have fully converged. We also give sufficient conditions for the global convergence of this method, based on regularity conditions of the involved functions and summability of errors. Finally, we validate the empirical performance of this method on the estimation of regularization constants of L2-regularized logistic regression and kernel Ridge regression. Empirical benchmarks indicate that our approach is highly competitive with respect to state of the art methods.

Keywords

Cite

@article{arxiv.1602.02355,
  title  = {Hyperparameter optimization with approximate gradient},
  author = {Fabian Pedregosa},
  journal= {arXiv preprint arXiv:1602.02355},
  year   = {2022}
}

Comments

Fixes error in proof of Theorem 2

R2 v1 2026-06-22T12:44:55.395Z