Skip to content

Latest commit

 

History

105 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperparameter optimization (HPO)

Repository with codes for HPO with the following methods and packages:

Scikit:

  • scikit-learn: GridSearch, RandomSearch, HalvingSearch
  • scikit-optimize: Bayesian optimization
  • scikit-hyperband (modified): Hyperband

Microsoft NNI:

  • Simulated Annealing
  • Bayesian Optimization Gaussian Process (BOGP)
  • Bayesian Optimization HyperBand (BOHB)
  • Deep Networks for Global Optimization (DNGO)
  • Metis
  • HyperBand
  • Tree Parzen Estimator (TPE)
  • Population Based Training (PBT)

Optuna:

  • Grid Search
  • Random Search
  • Tree Parzen Estimator (TPE), incl. TPE for NAS

DEAP:

  • Genetic Algorithm (GA)
  • Particle Swarm Optimization (PSO)

About

HPO for DNN and other ML algorithms

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages