paper-with-me

홈 › Papers

DEEP-BO for Hyperparameter Optimization of Deep Networks

2019-05-23 · NeurIPS19 under review 2019 5 · Hyunghun Cho, Yongjin Kim, Eunjung Lee, Daeyoung Choi, YongJae lee, Wonjong Rhee

The performance of deep neural networks (DNN) is very sensitive to the particular choice of hyper-parameters. To make it worse, the shape of the learning curve can be significantly affected when a technique like batchnorm is used. As a result, hyperparameter optimization of deep networks can be much more challenging than traditional machine learning models. In this work, we start from well known Bayesian Optimization solutions and provide enhancement strategies specifically designed for hyperparameter optimization of deep networks. The resulting algorithm is named as DEEP-BO (Diversified, Early-termination-Enabled, and Parallel Bayesian Optimization). When evaluated over six DNN benchmarks, DEEP-BO easily outperforms or shows comparable performance with some of the well-known solutions including GP-Hedge, Hyperband, BOHB, Median Stopping Rule, and Learning Curve Extrapolation. The code used is made publicly available at https://github.com/snu-adsl/DEEP-BO.

📄 PDF Abstract BibTeX arXiv:1905.09680

Code (1)

snu-adsl/DEEP-BO 공식 구현 tf

Tasks

Bayesian OptimizationHyperparameter Optimization

Similar Papers 제목 키워드 기반

Stochastic Hyperparameter Optimization through Hypernetworks

2018-02-26 · ICLR 2018 1 · Jonathan Lorraine, David Duvenaud

Machine learning models are often tuned by nesting optimization of model weights inside the optimization of hyperparameters. We give a method to collapse this nested optimization into joint stochastic optimization of wei…

BIG-bench Machine LearningHyperparameter OptimizationStochastic Optimization

Optimizing Large-Scale Hyperparameters via Automated Learning Algorithm

2021-02-17 · Bin Gu, Guodong Liu, yanfu Zhang, Xiang Geng 외

Modern machine learning algorithms usually involve tuning multiple (from one to thousands) hyperparameters which play a pivotal role in terms of model generalizability. Black-box optimization and gradient-based algorithm…

Hyperparameter Optimization

DP-HyPO: An Adaptive Private Hyperparameter Optimization Framework

2023-06-09 · Hua Wang, Sheng Gao, Huanyu Zhang, Weijie J. Su 외

Hyperparameter optimization, also known as hyperparameter tuning, is a widely recognized technique for improving model performance. Regrettably, when training private ML models, many practitioners often overlook the priv…

Hyperparameter OptimizationPrivacy Preserving

Bayesian Hyperparameter Optimization with BoTorch, GPyTorch and Ax

2019-12-11 · Daniel T. Chang

Deep learning models are full of hyperparameters, which are set manually before the learning process can start. To find the best configuration for these hyperparameters in such a high dimensional space, with time-consumi…

Bayesian OptimizationGaussian ProcessesGraph ClassificationHyperparameter Optimization

DP-HyPO: An Adaptive Private Framework for Hyperparameter Optimization

2023-09-21 · NeurIPS 2023 11

Hyperparameter optimization, also known as hyperparameter tuning, is a widely recognized technique for improving model performance. Regrettably, when training private ML models, many practitioners often overlook the priv…