BriefGPT.xyz
Jun, 2019
Hyp-RL : 通过强化学习进行超参数优化
Hyp-RL : Hyperparameter Optimization by Reinforcement Learning
HTML
PDF
Hadi S. Jomaa, Josif Grabocka, Lars Schmidt-Thieme
TL;DR
本论文将超参数优化问题建模为一系列决策问题,并用强化学习方法来解决,通过优化选择下一个待优化的超参数,从而提高模型性能。在50个数据集上的实验表明,该方法优于目前超参数学习领域的其他方法。
Abstract
hyperparameter tuning
is an omnipresent problem in
machine learning
as it is an integral aspect of obtaining the state-of-the-art performance for any model. Most often, hyperparameters are optimized just by train
→