Hyperopt-Keras-CNN-CIFAR-100
Hyperopt tuner
Automates hyperparameter optimization and neural network architecture search using Hyperopt on a CNN model for the CIFAR-100 dataset
Auto-optimizing a neural net (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.
106 stars
10 watching
76 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
cnncnn-kerashyperopthyperparameter-optimizationhyperparameter-searchhyperparameter-tuninghyperparameters-optimizationkerastensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
kirthevasank/nasbot | An implementation of neural architecture search with Bayesian optimization and optimal transport | 133 |
hyperopt/hyperopt-sklearn | Automates search for optimal parameters in machine learning algorithms. | 1,588 |
datacanvasio/hyperkeras | An AutoDL tool for optimizing neural networks and hyperparameters on TensorFlow and Keras | 30 |
rodrigo-arenas/sklearn-genetic-opt | Automated hyperparameter tuning and feature selection using evolutionary algorithms. | 314 |
autonomio/talos | A tool for automating hyperparameter experiments for machine learning models using TensorFlow and Keras | 1,625 |
huntermcgushion/hyperparameter_hunter | Automates hyperparameter optimization and result saving across machine learning algorithms | 706 |
microsoft/archai | Automates the search for optimal neural network configurations in deep learning applications | 467 |
liyanghart/hyperparameter-optimization-of-machine-learning-algorithms | Provides tools and techniques for tuning hyperparameters in machine learning models to improve performance. | 1,275 |
maxpumperla/hyperas | A simple wrapper around Keras and Hyperopt for convenient hyperparameter optimization. | 2,178 |
nicholas-leonard/drmad | A toolbox for efficient hyperparameter tuning in deep learning using Bayesian optimization and automatic differentiation | 23 |
keras-team/keras-tuner | A hyperparameter optimization framework for machine learning models | 2,862 |
syne-tune/syne-tune | A tool for large-scale and asynchronous hyperparameter optimization in machine learning | 390 |
automl/smac3 | An optimization framework for machine learning hyperparameters | 1,085 |
lucfra/far-ho | A package for optimizing hyperparameters and meta-learning using gradient-based methods in TensorFlow. | 187 |
bigballon/cifar-zoo | Provides implementations of CNN architectures and improvement methods for image classification on the CIFAR benchmark. | 700 |