BriefGPT.xyz
Aug, 2022
随机搜索超参数调整:期望提升估计及其相应的下界
Random Search Hyper-Parameter Tuning: Expected Improvement Estimation and the Corresponding Lower Bound
HTML
PDF
Dan Navon, Alex M. Bronstein
TL;DR
本文研究神经网络超参数的调参方法及其期望准确度的提升和估计问题,并使用基于随机搜索方法和固定分布进行的超参数采样来检验估计值,发现最优的期望准确度估计仍有1/k的误差。
Abstract
hyperparameter tuning
is a common technique for improving the performance of
neural networks
. Most techniques for hyperparameter search involve an iterated process where the model is retrained at every iteration.
→