#173 · Primary category: MLOps & Evaluation
Auto-PyTorch
Automatic architecture search and hyperparameter optimization for PyTorch
Project last updated:04/09/24
GitHub Stars
2.5K
Forks
301
Contributors
14
License
Apache-2.0
Why we included this project
Auto-PyTorch automates the part of deep learning that often takes weeks: architecture search and hyperparameter tuning. It runs Bayesian optimization over network designs and training settings, seeded by a portfolio of configurations that have performed well across many datasets, and it can combine the top candidates into an ensemble. The tool is built for tabular data, both classification and regression, with time series forecasting support as well, so it fits teams that work with tables and panels rather than images or text. You control the search budget by setting wall-clock time and memory limits, and the library manages model candidates, pruning, and disk usage for the ensemble. For teams that want a reproducible route from raw features to a strong deep-learning baseline without deep architectural expertise, this is a practical starting point.
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