keras-team/keras-tuner
A Hyperparameter Tuning Library for Keras observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 55
- Release rhythm 24
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2645
- days_rel: 295
- days_push: 275
- n_releases_24m: 1
Adoption not part of the score
2923 stars · 404 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
KerasTuner is a hyperparameter optimization framework for Keras models with a define-by-run syntax for configuring search spaces. It ships with Random Search, Bayesian Optimization, Hyperband, and Grid Search algorithms and is extensible for custom search strategies.
Use cases
- tune hyperparameters of a keras neural network
- find the best number of units and learning rate for my model
- run hyperparameter search with bayesian optimization
- use hyperband to prune bad trials early
- define a search space inline while building the model
- extend a custom search algorithm for hyperparameter tuning
- tune sklearn models
When to choose
- you train Keras or TensorFlow models and want automated hyperparameter search
- you want define-by-run search space configuration in Python
- you need built-in Bayesian Optimization, Hyperband, or Random Search
- you are a researcher prototyping new tuning algorithms
When to avoid
- you use PyTorch or JAX without Keras
- you need general AutoML beyond hyperparameter tuning (e.g., architecture search pipelines)
- you want a framework-agnostic tuner like Optuna
Facets
library · maturity active
machine-learning deep-learning benchmarking machine-learning deep-learning artificial-intelligence python cross-platform hyperparameter-optimization automl keras tensorflow bayesian-optimization hyperband random-search
6 sources
- readme: https://github.com/keras-team/keras-tuner · fetched 2026-08-28 · 92b8709f003c
- homepage: https://keras.io/keras_tuner/ · fetched 2026-08-29 · b37c7a95dbf3
- registry_pypi: https://pypi.org/pypi/keras-tuner/json · fetched 2026-08-29 · 98e568e5379c
- site_page: https://keras.io/api · fetched 2026-08-29 · 642b042cb2af
- site_page: https://keras.io/2/api · fetched 2026-08-29 · 62a5b85795d8
- site_page: https://keras.io/keras_tuner/api · fetched 2026-08-29 · 07c2dda8b6f8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| keras-team/keras-tuner | main | 53 |
For agents
markdown · JSON · MCP: product_card(name="keras-team/keras-tuner")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem