SOTAVerified

PHS: A Toolbox for Parallel Hyperparameter Search

2020-02-26Code Available0· sign in to hype

Peter Michael Habelitz, Janis Keuper

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce an open source python framework named PHS - Parallel Hyperparameter Search to enable hyperparameter optimization on numerous compute instances of any arbitrary python function. This is achieved with minimal modifications inside the target function. Possible applications appear in expensive to evaluate numerical computations which strongly depend on hyperparameters such as machine learning. Bayesian optimization is chosen as a sample efficient method to propose the next query set of parameters.

Tasks

Reproductions