Enhancing Machine Learning Model Performance with Hyper Parameter Optimization: A Comparative Study
Caner Erden, Halil Ibrahim Demir, Abdullah Hulusi K\"ok\c{c}am

TL;DR
This paper compares various hyperparameter optimization techniques, including classical and meta-heuristic algorithms, demonstrating that particle swarm optimization outperforms others in a sample dataset.
Contribution
It provides a comparative analysis of HPO methods, including implementation details and performance evaluation on a sample dataset.
Findings
Particle swarm optimization outperforms other algorithms in the study.
Meta-heuristic algorithms effectively explore solution spaces for HPO.
Classical methods like grid and random search are also discussed and implemented.
Abstract
One of the most critical issues in machine learning is the selection of appropriate hyper parameters for training models. Machine learning models may be able to reach the best training performance and may increase the ability to generalize using hyper parameter optimization (HPO) techniques. HPO is a popular topic that artificial intelligence studies have focused on recently and has attracted increasing interest. While the traditional methods developed for HPO include exhaustive search, grid search, random search, and Bayesian optimization; meta-heuristic algorithms are also employed as more advanced methods. Meta-heuristic algorithms search for the solution space where the solutions converge to the best combination to solve a specific problem. These algorithms test various scenarios and evaluate the results to select the best-performing combinations. In this study, classical methods,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Multi-Objective Optimization Algorithms · Metaheuristic Optimization Algorithms Research
MethodsTest · Random Search · Hyper-parameter optimization
