paper-with-me

Papers

Efficient Hyperparameter Optimization in Deep Learning Using a Variable Length Genetic Algorithm

2020-06-23 · Xueli Xiao, Ming Yan, Sunitha Basodi, Chunyan Ji, Yi Pan

Convolutional Neural Networks (CNN) have gained great success in many artificial intelligence tasks. However, finding a good set of hyperparameters for a CNN remains a challenging task. It usually takes an expert with deep knowledge, and trials and errors. Genetic algorithms have been used in hyperparameter optimizations. However, traditional genetic algorithms with fixed-length chromosomes may not be a good fit for optimizing deep learning hyperparameters, because deep learning models have variable number of hyperparameters depending on the model depth. As the depth increases, the number of hyperparameters grows exponentially, and searching becomes exponentially harder. It is important to have an efficient algorithm that can find a good model in reasonable time. In this article, we propose to use a variable length genetic algorithm (GA) to systematically and automatically tune the hyperparameters of a CNN to improve its performance. Experimental results show that our algorithm can find good CNN hyperparameters efficiently. It is clear from our experiments that if more time is spent on optimizing the hyperparameters, better results could be achieved. Theoretically, if we had unlimited time and CPU power, we could find the optimized hyperparameters and achieve the best results in the future.

📄 PDF Abstract BibTeX arXiv:2006.12703

Code (1)

ariG23498/GA-hyper-params tf

Tasks

CPUHyperparameter Optimization

Similar Papers 제목 키워드 기반

Bayesian optimization for mixed variables using an adaptive dimension reduction process: applications to aircraft design

2025-04-11 · Paul Saves, Nathalie Bartoli, Youssef Diouane, Thierry Lefebvre 외

Multidisciplinary design optimization methods aim at adapting numerical optimization techniques to the design of engineering systems involving multiple disciplines. In this context, a large number of mixed continuous, in…

Bayesian OptimizationDimensionality Reduction

Deep Genetic Network

2018-11-05 · Siddhartha Dhar Choudhury, Shashank Pandey, Kunal Mehrotra

Optimizing a neural network's performance is a tedious and time taking process, this iterative process does not have any defined solution which can work for all the problems. Optimization can be roughly categorized into …

Hyperparameter Optimization

Bounding Bloat in Genetic Programming

2018-06-06 · Benjamin Doerr, Timo Kötzing, J. A. Gregor Lagodzinski, Johannes Lengler

While many optimization problems work with a fixed number of decision variables and thus a fixed-length representation of possible solutions, genetic programming (GP) works on variable-length representations. A naturally…

GEGO: A Hybrid Golden Eagle and Genetic Optimization Algorithm for Efficient Hyperparameter Tuning in Resource-Constrained Environments

2026-01-21 · Amaras Nazarians, Sachin Kumar arxiv

Hyperparameter tuning is a critical yet computationally expensive step in training neural networks, particularly when the search space is high dimensional and nonconvex. Metaheuristic optimization algorithms are often us…

Hyperparameter Optimization

HOAX: A Hyperparameter Optimization Algorithm Explorer for Neural Networks

2023-02-01 · Albert Thie, Maximilian F. S. J. Menger, Shirin Faraji

Computational chemistry has become an important tool to predict and understand molecular properties and reactions. Even though recent years have seen a significant growth in new algorithms and computational methods that …

Computational chemistryHyperparameter Optimization