All Projects → jeffkinnison → shadho

jeffkinnison / shadho

Licence: MIT license
Scalable, structured, dynamically-scheduled hyperparameter optimization.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to shadho

Rl Baselines3 Zoo
A collection of pre-trained RL agents using Stable Baselines3, training and hyperparameter optimization included.
Stars: ✭ 161 (+847.06%)
Mutual labels:  hyperparameter-optimization
Lale
Library for Semi-Automated Data Science
Stars: ✭ 198 (+1064.71%)
Mutual labels:  hyperparameter-optimization
Hypernets
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
Stars: ✭ 221 (+1200%)
Mutual labels:  hyperparameter-optimization
Mlrmbo
Toolbox for Bayesian Optimization and Model-Based Optimization in R
Stars: ✭ 173 (+917.65%)
Mutual labels:  hyperparameter-optimization
Coursera Deep Learning Specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
Stars: ✭ 188 (+1005.88%)
Mutual labels:  hyperparameter-optimization
Bayesian Optimization
Python code for bayesian optimization using Gaussian processes
Stars: ✭ 245 (+1341.18%)
Mutual labels:  hyperparameter-optimization
Btb
A simple, extensible library for developing AutoML systems
Stars: ✭ 159 (+835.29%)
Mutual labels:  hyperparameter-optimization
go-bayesopt
A library for doing Bayesian Optimization using Gaussian Processes (blackbox optimizer) in Go/Golang.
Stars: ✭ 47 (+176.47%)
Mutual labels:  hyperparameter-optimization
Cornell Moe
A Python library for the state-of-the-art Bayesian optimization algorithms, with the core implemented in C++.
Stars: ✭ 198 (+1064.71%)
Mutual labels:  hyperparameter-optimization
FedDANE
FedDANE: A Federated Newton-Type Method (Asilomar Conference on Signals, Systems, and Computers ‘19)
Stars: ✭ 25 (+47.06%)
Mutual labels:  distributed-optimization
Hyperas
Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization
Stars: ✭ 2,110 (+12311.76%)
Mutual labels:  hyperparameter-optimization
Orion
Asynchronous Distributed Hyperparameter Optimization.
Stars: ✭ 186 (+994.12%)
Mutual labels:  hyperparameter-optimization
Ray
An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
Stars: ✭ 18,547 (+109000%)
Mutual labels:  hyperparameter-optimization
Auptimizer
An automatic ML model optimization tool.
Stars: ✭ 166 (+876.47%)
Mutual labels:  hyperparameter-optimization
scikit-hyperband
A scikit-learn compatible implementation of hyperband
Stars: ✭ 68 (+300%)
Mutual labels:  hyperparameter-optimization
Far Ho
Gradient based hyperparameter optimization & meta-learning package for TensorFlow
Stars: ✭ 161 (+847.06%)
Mutual labels:  hyperparameter-optimization
Gpflowopt
Bayesian Optimization using GPflow
Stars: ✭ 229 (+1247.06%)
Mutual labels:  hyperparameter-optimization
mlr3tuning
Hyperparameter optimization package of the mlr3 ecosystem
Stars: ✭ 44 (+158.82%)
Mutual labels:  hyperparameter-optimization
optkeras
OptKeras: wrapper around Keras and Optuna for hyperparameter optimization
Stars: ✭ 29 (+70.59%)
Mutual labels:  hyperparameter-optimization
scicloj.ml
A Clojure machine learning library
Stars: ✭ 152 (+794.12%)
Mutual labels:  hyperparameter-optimization

shadho - Scalable Hardware-Aware Distributed Hyperparameter Optimizer

shadho is framework for distributed hyperparameter optimization developed for machine/deep learning applications.

Installation

Note: The post-install step may look like it hangs, but it is just compiling Work Queue behind the scenes and may take a few minutes.

$ pip install shadho
$ python -m shadho.installers.workqueue

Installing on a Shared System

The owner of the shared installation should follow the steps above. Then, another user installs with

$ pip install shadho
$ python -m shadho.installers.workqueue --prefix <path to shared install>

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].