keras-tuner and kernel_tuner

These are complements operating at different abstraction levels: Keras Tuner optimizes hyperparameters for neural network models, while Kernel Tuner optimizes performance parameters for low-level GPU/CPU kernels, so they could be used together in a full ML pipeline.

keras-tuner
78
Verified
kernel_tuner
74
Verified
Maintenance 6/25
Adoption 25/25
Maturity 25/25
Community 22/25
Maintenance 13/25
Adoption 16/25
Maturity 25/25
Community 20/25
Stars: 2,917
Forks: 404
Downloads: 209,372
Commits (30d): 0
Language: Python
License: Apache-2.0
Stars: 389
Forks: 63
Downloads: 260
Commits (30d): 0
Language: Python
License: Apache-2.0
No risk flags
No risk flags

About keras-tuner

keras-team/keras-tuner

A Hyperparameter Tuning Library for Keras

Supports multiple search algorithms including Bayesian Optimization and Hyperband alongside Random Search, enabling both efficient exploration and extensibility for custom algorithms. Uses a define-by-run syntax where hyperparameter spaces are specified directly within model-building functions, integrating seamlessly with TensorFlow 2.0+ and Keras Sequential/Functional APIs. Scales across distributed training scenarios while tracking trial history and checkpoints for reproducible optimization workflows.

About kernel_tuner

KernelTuner/kernel_tuner

Kernel Tuner

Scores updated daily from GitHub, PyPI, and npm data. How scores work