#137 · Primary category: MLOps & Evaluation
keras-tuner
A Hyperparameter Tuning Library for Keras
Project last updated:12/01/25
GitHub Stars
2.9K
Forks
404
Contributors
61
License
Apache-2.0
Why we included this project
Training a Keras model often comes down to fiddling with hyperparameters like batch size, learning rate, and layer widths. KerasTuner lets you declare those choices inline as you build the model, then runs a search over them with one of several built-in algorithms, including random search, Bayesian optimization, and Hyperband. That define-by-run approach keeps the search space close to your model definition, which is handy when you have nested or complicated architectures. The library is also designed to be extended, so researchers can prototype custom search strategies without building the whole infrastructure from scratch. For anyone who works in Keras and wants to pick hyperparameters more deliberately than trial and error, this is a practical tool.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models