paper-with-me

Papers

Efficient Hyperparameter Tuning with Dynamic Accuracy Derivative-Free Optimization

2020-11-06 · Matthias J. Ehrhardt, Lindon Roberts

Many machine learning solutions are framed as optimization problems which rely on good hyperparameters. Algorithms for tuning these hyperparameters usually assume access to exact solutions to the underlying learning problem, which is typically not practical. Here, we apply a recent dynamic accuracy derivative-free optimization method to hyperparameter tuning, which allows inexact evaluations of the learning problem while retaining convergence guarantees. We test the method on the problem of learning elastic net weights for a logistic classifier, and demonstrate its robustness and efficiency compared to a fixed accuracy approach. This demonstrates a promising approach for hyperparameter tuning, with both convergence guarantees and practical performance.

📄 PDF Abstract BibTeX arXiv:2011.03151

Code (1)

lindonroberts/inexact_dfo_bilevel_learning

Similar Papers 제목 키워드 기반

Autotune: A Derivative-free Optimization Framework for Hyperparameter Tuning

2018-04-20 · Patrick Koch, Oleg Golovidov, Steven Gardner, Brett Wujek 외

Machine learning applications often require hyperparameter tuning. The hyperparameters usually drive both the efficiency of the model training process and the resulting model quality. For hyperparameter tuning, machine l…

BIG-bench Machine Learning

Fast Hyperparameter Tuning using Bayesian Optimization with Directional Derivatives

2019-02-06 · Tinu Theckel Joy, Santu Rana, Sunil Gupta, Svetha Venkatesh

In this paper we develop a Bayesian optimization based hyperparameter tuning framework inspired by statistical learning theory for classifiers. We utilize two key facts from PAC learning theory; the generalization bound …

Bayesian OptimizationLearning TheoryPAC learningSmall Data Image Classification

Examining Hyperparameters of Neural Networks Trained Using Local Search

2019-12-10 · IEEE ICICIS 2019 2019 12 · Ahmed Aly, Gianluca Guadagni, Joanne Bechta Dugan

Deep neural networks (DNNs) have been found useful for many applications. However, training and designing those networks can be challenging and is considered more of an art or an engineering process than rigorous science…

Scalable Acceleration for Classification-Based Derivative-Free Optimization

2023-09-20 · Tianyi Han, Jingya Li, Zhipeng Guo, Yuan Jin

Derivative-free optimization algorithms play an important role in scientific and engineering design optimization problems, especially when derivative information is not accessible. In this paper, we study the framework o…

ClassificationLanguage ModelingLanguage Modelling

Bayesian Optimization for Hyperparameters Tuning in Neural Networks

2024-10-29 · Gabriele Onorato

This study investigates the application of Bayesian Optimization (BO) for the hyperparameter tuning of neural networks, specifically targeting the enhancement of Convolutional Neural Networks (CNN) for image classificati…

Bayesian OptimizationComputational Efficiencyglobal-optimizationimage-classification+1