SOTAVerified

Sherpa: Robust Hyperparameter Optimization for Machine Learning

2020-05-08Code Available1· sign in to hype

Lars Hertel, Julian Collado, Peter Sadowski, Jordan Ott, Pierre Baldi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Sherpa is a hyperparameter optimization library for machine learning models. It is specifically designed for problems with computationally expensive, iterative function evaluations, such as the hyperparameter tuning of deep neural networks. With Sherpa, scientists can quickly optimize hyperparameters using a variety of powerful and interchangeable algorithms. Sherpa can be run on either a single machine or in parallel on a cluster. Finally, an interactive dashboard enables users to view the progress of models as they are trained, cancel trials, and explore which hyperparameter combinations are working best. Sherpa empowers machine learning practitioners by automating the more tedious aspects of model tuning. Its source code and documentation are available at https://github.com/sherpa-ai/sherpa.

Tasks

Reproductions