paper-with-me

Papers

On Hyperparameter Optimization of Machine Learning Algorithms: Theory and Practice

2020-07-30 · Li Yang, Abdallah Shami

Machine learning algorithms have been used widely in various applications and areas. To fit a machine learning model into different problems, its hyper-parameters must be tuned. Selecting the best hyper-parameter configuration for machine learning models has a direct impact on the model's performance. It often requires deep knowledge of machine learning algorithms and appropriate hyper-parameter optimization techniques. Although several automatic optimization techniques exist, they have different strengths and drawbacks when applied to different types of problems. In this paper, optimizing the hyper-parameters of common machine learning models is studied. We introduce several state-of-the-art optimization techniques and discuss how to apply them to machine learning algorithms. Many available libraries and frameworks developed for hyper-parameter optimization problems are provided, and some open challenges of hyper-parameter optimization research are also discussed in this paper. Moreover, experiments are conducted on benchmark datasets to compare the performance of different optimization methods and provide practical examples of hyper-parameter optimization. This survey paper will help industrial users, data analysts, and researchers to better develop machine learning models by identifying the proper hyper-parameter configurations effectively.

📄 PDF Abstract BibTeX arXiv:2007.15745

Code (2)

LiYangHart/Hyperparameter-Optimization-of-Machine-Learning-Algorithms 공식 구현
MohammadFebriyanto/ahuahu_app tf

Tasks

AutoMLBIG-bench Machine LearningHyperparameter Optimization

Similar Papers 제목 키워드 기반

Online Continuous Hyperparameter Optimization for Generalized Linear Contextual Bandits

2023-02-18 · Yue Kang, Cho-Jui Hsieh, Thomas C. M. Lee

In stochastic contextual bandits, an agent sequentially makes actions from a time-dependent action set based on past experience to minimize the cumulative regret. Like many other machine learning algorithms, the performa…

Hyperparameter OptimizationMulti-Armed BanditsThompson Sampling

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

Hyperparameter Optimization: Foundations, Algorithms, Best Practices and Open Challenges

2021-07-13 · Bernd Bischl, Martin Binder, Michel Lang, Tobias Pielok 외

Most machine learning algorithms are configured by one or several hyperparameters that must be carefully chosen and often considerably impact performance. To avoid a time consuming and unreproducible manual trial-and-err…

Bayesian OptimizationBIG-bench Machine LearningEvolutionary AlgorithmsHyperparameter Optimization

Adaptivity of Stochastic Gradient Methods for Nonconvex Optimization

2020-02-13 · Samuel Horváth, Lihua Lei, Peter Richtárik, Michael. I. Jordan

Adaptivity is an important yet under-studied property in modern optimization theory. The gap between the state-of-the-art theory and the current practice is striking in that algorithms with desirable theoretical guarante…

Stochastic Optimization

PROMISE: Preconditioned Stochastic Optimization Methods by Incorporating Scalable Curvature Estimates

2023-09-05 · Zachary Frangella, Pratik Rathore, Shipu Zhao, Madeleine Udell

This paper introduces PROMISE ($\textbf{Pr}$econditioned Stochastic $\textbf{O}$ptimization $\textbf{M}$ethods by $\textbf{I}$ncorporating $\textbf{S}$calable Curvature $\textbf{E}$stimates), a suite of sketching-based p…

Stochastic Optimization