Sherpa: Robust Hyperparameter Optimization for Machine Learning
Lars Hertel, Julian Collado, Peter Sadowski, Jordan Ott, Pierre Baldi
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/sherpa-ai/sherpaOfficialIn papertf★ 345
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.