Hyperparameter optimization with approximate gradient
From MaRDI portal
Publication:6270210
arXiv1602.02355MaRDI QIDQ6270210
Fabian Pedregosa
Publication date: 7 February 2016
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.
Has companion code repository: https://github.com/fabianp/hoag
This page was built for publication: Hyperparameter optimization with approximate gradient