# Fast Hyperparameter Tuning using Bayesian Optimization with Directional   Derivatives

**Authors:** Tinu Theckel Joy, Santu Rana, Sunil Gupta, Svetha Venkatesh

arXiv: 1902.02416 · 2019-02-08

## TL;DR

This paper introduces a Bayesian optimization framework for hyperparameter tuning that leverages statistical learning theory, using small data subsets for initial tuning and directional derivatives to guide more complex models on full data.

## Contribution

The method innovatively combines PAC learning theory with Bayesian optimization, utilizing directional derivatives to efficiently explore hyperparameters for better model complexity.

## Key findings

- Effective hyperparameter tuning on multiple algorithms
- Improved model accuracy with fewer evaluations
- Strategic use of directional derivatives enhances search efficiency

## Abstract

In this paper we develop a Bayesian optimization based hyperparameter tuning framework inspired by statistical learning theory for classifiers. We utilize two key facts from PAC learning theory; the generalization bound will be higher for a small subset of data compared to the whole, and the highest accuracy for a small subset of data can be achieved with a simple model. We initially tune the hyperparameters on a small subset of training data using Bayesian optimization. While tuning the hyperparameters on the whole training data, we leverage the insights from the learning theory to seek more complex models. We realize this by using directional derivative signs strategically placed in the hyperparameter search space to seek a more complex model than the one obtained with small data. We demonstrate the performance of our method on the tasks of tuning the hyperparameters of several machine learning algorithms.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.02416/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1902.02416/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1902.02416/full.md

---
Source: https://tomesphere.com/paper/1902.02416