caffe-with-spearmint
Parameter optimizer
Automatically searches and optimizes parameters for deep neural networks using Bayesian optimization
Automatic Caffe parameter search via Spearmint Bayesian optimisation
96 stars
13 watching
30 forks
Language: Python
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hips/spearmint | A Python library for automatic optimization of functions through Bayesian optimization | 1,547 |
hyperopt/hyperopt-sklearn | Automates search for optimal parameters in machine learning algorithms. | 1,588 |
guillaume-chevalier/hyperopt-keras-cnn-cifar-100 | Automates hyperparameter optimization and neural network architecture search using Hyperopt on a CNN model for the CIFAR-100 dataset | 106 |
huntermcgushion/hyperparameter_hunter | Automates hyperparameter optimization and result saving across machine learning algorithms | 706 |
rodrigo-arenas/sklearn-genetic-opt | Automated hyperparameter tuning and feature selection using evolutionary algorithms. | 314 |
kirthevasank/nasbot | An implementation of neural architecture search with Bayesian optimization and optimal transport | 133 |
automl/smac3 | An optimization framework for machine learning hyperparameters | 1,090 |
brml/climin | A framework for optimizing machine learning functions using gradient-based optimization methods. | 180 |
jiangoforit/yellowfin_pytorch | An optimizer that automatically tunes momentum and learning rate using local quadratic approximation. | 287 |
jungtaekkim/bayeso | A framework for optimizing hyperparameters in machine learning models using Bayesian optimization | 93 |
google/vizier | A Python-based service for optimizing complex objective functions | 1,482 |
metaopt/torchopt | An efficient library for differentiable optimization built on top of PyTorch. | 544 |
guopengf/auto-fedrl | A reinforcement learning-based framework for optimizing hyperparameters in distributed machine learning environments. | 15 |
fanq15/caffe_to_torch_to_pytorch | A tool for converting models between Caffe and PyTorch | 149 |
locuslab/optnet | A PyTorch module that adds differentiable optimization as a layer to neural networks | 513 |