paper-with-me

Papers

Bayesian Hyperparameter Optimization for Ensemble Learning

2016-05-20 · Julien-Charles Lévesque, Christian Gagné, Robert Sabourin

In this paper, we bridge the gap between hyperparameter optimization and ensemble learning by performing Bayesian optimization of an ensemble with regards to its hyperparameters. Our method consists in building a fixed-size ensemble, optimizing the configuration of one classifier of the ensemble at each iteration of the hyperparameter optimization algorithm, taking into consideration the interaction with the other models when evaluating potential performances. We also consider the case where the ensemble is to be reconstructed at the end of the hyperparameter optimization phase, through a greedy selection over the pool of models generated during the optimization. We study the performance of our proposed method on three different hyperparameter spaces, showing that our approach is better than both the best single model and a greedy ensemble construction over the models produced by a standard Bayesian optimization.

📄 PDF Abstract BibTeX arXiv:1605.06394

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationEnsemble LearningHyperparameter Optimization

Similar Papers 제목 키워드 기반

Practical Transfer Learning for Bayesian Optimization

2018-02-06 · Matthias Feurer, Benjamin Letham, Frank Hutter, Eytan Bakshy

When hyperparameter optimization of a machine learning algorithm is repeated for multiple datasets it is possible to transfer knowledge to an optimization run on a new dataset. We develop a new hyperparameter-free ensemb…

Bayesian OptimizationGaussian ProcessesHyperparameter OptimizationMeta-Learning+1

Deep-Ensemble-Based Uncertainty Quantification in Spatiotemporal Graph Neural Networks for Traffic Forecasting

2022-04-04 · Tanwi Mallick, Prasanna Balaprakash, Jane Macfarlane

Deep-learning-based data-driven forecasting methods have produced impressive results for traffic forecasting. A major limitation of these methods, however, is that they provide forecasts without estimates of uncertainty,…

Bayesian OptimizationHyperparameter OptimizationUncertainty Quantification

Fast Hyperparameter Optimization of Deep Neural Networks via Ensembling Multiple Surrogates

2018-11-06 · Yang Li, Jiawei Jiang, Yingxia Shao, Bin Cui

The performance of deep neural networks crucially depends on good hyperparameter configurations. Bayesian optimization is a powerful framework for optimizing the hyperparameters of DNNs. These methods need sufficient eva…

Bayesian OptimizationHyperparameter Optimization

Optimizing Ensemble Weights and Hyperparameters of Machine Learning Models for Regression Problems

2019-08-14 · Mohsen Shahhosseini, Guiping Hu, Hieu Pham

Aggregating multiple learners through an ensemble of models aim to make better predictions by capturing the underlying distribution of the data more accurately. Different ensembling methods, such as bagging, boosting, an…

BIG-bench Machine Learningregression

Click prediction boosting via Bayesian hyperparameter optimization based ensemble learning pipelines

2022-06-07 · Çağatay Demirel, A. Aylin Tokuç, Ahmet Tezcan Tekin

Online travel agencies (OTA's) advertise their website offers on meta-search bidding engines. The problem of predicting the number of clicks a hotel would receive for a given bid amount is an important step in the manage…

Dimensionality ReductionEnsemble LearningHyperparameter OptimizationManagement