Ross ROSS = Recommend OSS · open-source software intelligence for agents

keras-team/keras-tuner

A Hyperparameter Tuning Library for Keras observed · 2026-08-28

github.com/keras-team/keras-tuner · homepage · Python · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
keras-team/keras-tunermain53

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