Spearmint
Bayesian optimizer
A Python library for automatic optimization of functions through Bayesian optimization
Spearmint Bayesian optimization codebase
2k stars
79 watching
329 forks
Language: Python
last commit: about 5 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
kuz/caffe-with-spearmint | Automatically searches and optimizes parameters for deep neural networks using Bayesian optimization | 96 |
jungtaekkim/bayeso | A framework for optimizing hyperparameters in machine learning models using Bayesian optimization | 93 |
gpflow/gpflowopt | A Python package for Bayesian optimization using the GPFlow library and TensorFlow. | 270 |
maxsklar/bayespy | A Python library for Bayesian inference and multinomial mixture modeling | 108 |
amazaspshumik/sklearn-bayes | A collection of Python packages implementing Bayesian machine learning algorithms with scikit-learn API | 514 |
alonfnt/bayex | A lightweight Bayesian optimization library designed to optimize expensive-to-evaluate functions using Gaussian Process models and various acquisition functions. | 86 |
dragonfly/dragonfly | A Python library for scalable Bayesian optimisation of expensive black-box functions. | 863 |
rmcantin/bayesopt | An efficient Bayesian optimization toolbox for nonlinear optimization and experimental design | 401 |
maxpumperla/hyperas | A simple wrapper around Keras and Hyperopt for convenient hyperparameter optimization. | 2,179 |
automl/smac3 | An optimization framework for machine learning hyperparameters | 1,093 |
mattjj/pyhsmm | A Python library providing approximate inference methods for Bayesian Hidden Markov Models and their extensions. | 549 |
huntermcgushion/hyperparameter_hunter | Automates hyperparameter optimization and result saving across machine learning algorithms | 706 |
mcleonard/sampyl | An MCMC sampler library for Bayesian estimation using Python | 331 |
camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackers | An introduction to Bayesian methods and probabilistic programming for software developers | 26,868 |
hyperopt/hyperopt-sklearn | Automates search for optimal parameters in machine learning algorithms. | 1,594 |