paper-with-me

Papers

A Study of Genetic Algorithms for Hyperparameter Optimization of Neural Networks in Machine Translation

2020-09-15 · Keshav Ganapathy

With neural networks having demonstrated their versatility and benefits, the need for their optimal performance is as prevalent as ever. A defining characteristic, hyperparameters, can greatly affect its performance. Thus engineers go through a process, tuning, to identify and implement optimal hyperparameters. That being said, excess amounts of manual effort are required for tuning network architectures, training configurations, and preprocessing settings such as Byte Pair Encoding (BPE). In this study, we propose an automatic tuning method modeled after Darwin's Survival of the Fittest Theory via a Genetic Algorithm (GA). Research results show that the proposed method, a GA, outperforms a random selection of hyperparameters.

📄 PDF Abstract BibTeX arXiv:2009.08928

Code (1)

keshavganapathy/genetic-algorithm-jhu

Tasks

Hyperparameter OptimizationMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

Genetic algorithm-based hyperparameter optimization of deep learning models for PM2.5 time-series prediction

2023-03-01 · International Journal of Environmental Science and Technology 2023 3 · Caner Erden

Since air pollution negatively affects human health and causes serious diseases, accurate air pollution prediction is essential regarding environmental sustainability. Although conventional statistical and machine learni…

Air Pollution PredictionDeep LearningHyperparameter OptimizationTime Series+2

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

Early years of Biased Random-Key Genetic Algorithms: A systematic review

2024-05-02 · Mariana A. Londe, Luciana S. Pessoa, Cartlos E. Andrade, Mauricio G. C. Resende

This paper presents a systematic literature review and bibliometric analysis focusing on Biased Random-Key Genetic Algorithms (BRKGA). BRKGA is a metaheuristic framework that uses random-key-based chromosomes with biased…

Combinatorial OptimizationSystematic Literature Review

A Comparative Study of Hyperparameter Tuning Methods

2024-08-29 · Subhasis Dasgupta, Jaydip Sen

The study emphasizes the challenge of finding the optimal trade-off between bias and variance, especially as hyperparameter optimization increases in complexity. Through empirical analysis, three hyperparameter tuning al…

Hyperparameter Optimizationregression

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

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

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 de…

CPUHyperparameter Optimization