paper-with-me

Papers

HyP-ABC: A Novel Automated Hyper-Parameter Tuning Algorithm Using Evolutionary Optimization

2021-09-11 · Leila Zahedi, Farid Ghareh Mohammadi, M. Hadi Amini

Machine learning techniques lend themselves as promising decision-making and analytic tools in a wide range of applications. Different ML algorithms have various hyper-parameters. In order to tailor an ML model towards a specific application, a large number of hyper-parameters should be tuned. Tuning the hyper-parameters directly affects the performance (accuracy and run-time). However, for large-scale search spaces, efficiently exploring the ample number of combinations of hyper-parameters is computationally challenging. Existing automated hyper-parameter tuning techniques suffer from high time complexity. In this paper, we propose HyP-ABC, an automatic innovative hybrid hyper-parameter optimization algorithm using the modified artificial bee colony approach, to measure the classification accuracy of three ML algorithms, namely random forest, extreme gradient boosting, and support vector machine. Compared to the state-of-the-art techniques, HyP-ABC is more efficient and has a limited number of parameters to be tuned, making it worthwhile for real-world hyper-parameter optimization problems. We further compare our proposed HyP-ABC algorithm with state-of-the-art techniques. In order to ensure the robustness of the proposed method, the algorithm takes a wide range of feasible hyper-parameter values, and is tested using a real-world educational dataset.

📄 PDF Abstract BibTeX arXiv:2109.05319

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Automated Configuration of Genetic Algorithms by Tuning for Anytime Performance

2021-06-11 · Furong Ye, Carola Doerr, Hao Wang, Thomas Bäck

Finding the best configuration of algorithms' hyperparameters for a given optimization problem is an important task in evolutionary computation. We compare in this work the results of four different hyperparameter tuning…

global-optimization

IEO: Intelligent Evolutionary Optimisation for Hyperparameter Tuning

2020-09-10 · Yuxi Huan, Fan Wu, Michail Basios, Leslie Kanthan 외

Hyperparameter optimisation is a crucial process in searching the optimal machine learning model. The efficiency of finding the optimal hyperparameter settings has been a big concern in recent researches since the optimi…

BIG-bench Machine Learning

Adaptive Structural Hyper-Parameter Configuration by Q-Learning

2020-03-02 · Haotian Zhang, Jianyong Sun, Zongben Xu

Tuning hyper-parameters for evolutionary algorithms is an important issue in computational intelligence. Performance of an evolutionary algorithm depends not only on its operation strategy design, but also on its hyper-p…

Evolutionary AlgorithmsQ-Learningreinforcement-learningReinforcement Learning+2

Assessing Ranking and Effectiveness of Evolutionary Algorithm Hyperparameters Using Global Sensitivity Analysis Methodologies

2022-07-11 · Varun Ojha, Jon Timmis, Giuseppe Nicosia

We present a comprehensive global sensitivity analysis of two single-objective and two multi-objective state-of-the-art global optimization evolutionary algorithms as an algorithm configuration problem. That is, we inves…

Evolutionary Algorithmsglobal-optimizationSensitivity

On Hyper-parameter Tuning for Stochastic Optimization Algorithms

2020-03-04 · Haotian Zhang, Jianyong Sun, Zongben Xu

This paper proposes the first-ever algorithmic framework for tuning hyper-parameters of stochastic optimization algorithm based on reinforcement learning. Hyper-parameters impose significant influences on the performance…

Bayesian OptimizationEvolutionary AlgorithmsReinforcement LearningStochastic Optimization