Hyperparameter Optimization

279 papers with code • 1 benchmarks • 3 datasets

Hyperparameter Optimization is the problem of choosing a set of optimal hyperparameters for a learning algorithm. Whether the algorithm is suitable for the data directly depends on hyperparameters, which directly influence overfitting or underfitting. Each model requires different assumptions, weights or training speeds for different types of data under the conditions of a given loss function.

Source: Data-driven model for fracturing design optimization: focus on building digital database and production forecast

Libraries

Use these libraries to find Hyperparameter Optimization models and implementations
3 papers
7,408
3 papers
1,423
See all 14 libraries.

Most implemented papers

BANANAS: Bayesian Optimization with Neural Architectures for Neural Architecture Search

naszilla/naszilla 25 Oct 2019

Bayesian optimization (BO), which has long had success in hyperparameter optimization, has recently emerged as a very promising strategy for NAS when it is coupled with a neural predictor.

Model-based Asynchronous Hyperparameter and Neural Architecture Search

awslabs/syne-tune 24 Mar 2020

We introduce a model-based asynchronous multi-fidelity method for hyperparameter and neural architecture search that combines the strengths of asynchronous Hyperband and Gaussian process-based Bayesian optimization.

HEBO Pushing The Limits of Sample-Efficient Hyperparameter Optimisation

huawei-noah/hebo 7 Dec 2020

Our results on the Bayesmark benchmark indicate that heteroscedasticity and non-stationarity pose significant challenges for black-box optimisers.

FedNest: Federated Bilevel, Minimax, and Compositional Optimization

ucr-optml/FedNest 4 May 2022

Standard federated optimization methods successfully apply to stochastic problems with single-level structure.

GPT Takes the Bar Exam

mjbommar/gpt-takes-the-bar-exam 29 Dec 2022

Nearly all jurisdictions in the United States require a professional license exam, commonly referred to as "the Bar Exam," as a precondition for law practice.

Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference

microsoft/FLAML 8 Mar 2023

Large Language Models (LLMs) have sparked significant interest in their generative capabilities, leading to the development of various commercial applications.

TabRepo: A Large Scale Repository of Tabular Model Evaluations and its AutoML Applications

autogluon/autogluon 6 Nov 2023

We introduce TabRepo, a new dataset of tabular model evaluations and predictions.

Hyperopt-Sklearn: Automatic Hyperparameter Configuration for Scikit-Learn

hyperopt/hyperopt-sklearn SCIPY 2014 2014

Hyperopt-sklearn is a new software project that provides automatic algorithm configuration of the Scikit-learn machine learning library.

Gradient-based Hyperparameter Optimization through Reversible Learning

HIPS/hypergrad 11 Feb 2015

Tuning hyperparameters of learning algorithms is hard because gradients are usually unavailable.

Efficient and Robust Automated Machine Learning

automl/auto-sklearn NeurIPS 2015

The success of machine learning in a broad range of applications has led to an ever-growing demand for machine learning systems that can be used off the shelf by non-experts.