awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
automl avatar

automl/HPOlib2

0
View on GitHub↗
168 स्टार्स·38 फोर्क्स·Python·Apache-2.0·3 व्यूज़

HPOlib2

Collection of hyperparameter optimization benchmark problems

Features

  • Automated Machine Learning - Library for benchmarking hyperparameter and black-box optimization.

स्टार हिस्ट्री

automl/hpolib2 के लिए स्टार हिस्ट्री चार्टautoml/hpolib2 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

HPOlib2 के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो HPOlib2 के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • karpathy/autoresearchkarpathy का अवतार

    karpathy/autoresearch

    87,119GitHub पर देखें↗

    Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a closed-loop system to programmatically rewrite training and architecture source code to discover optimal language model configurations. The system iteratively modifies code and evaluates performance metrics to improve model quality based on a target objective. It optimizes model performance and training efficiency by tracking validation bits per byte, which allows for a fair comparison of architectural changes independently of vocabulary size. The framework manages the full training

    Python
    GitHub पर देखें↗87,119
  • autogluon/autogluonautogluon का अवतार

    autogluon/autogluon

    9,997GitHub पर देखें↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Pythonautogluonautomated-machine-learningautoml
    GitHub पर देखें↗9,997
  • ludwig-ai/ludwigludwig-ai का अवतार

    ludwig-ai/ludwig

    11,717GitHub पर देखें↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Pythoncomputer-visiondata-centricdata-science
    GitHub पर देखें↗11,717
  • bayesian-optimization/bayesianoptimizationbayesian-optimization का अवतार

    bayesian-optimization/BayesianOptimization

    8,552GitHub पर देखें↗

    This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box functions. It operates as a global optimizer that uses probabilistic models to identify the peak value of unknown functions through iterative sampling. The tool is specifically designed for hyperparameter tuning in machine learning, where it maximizes model performance while minimizing the number of required training runs. It treats the target function as a black box, selecting optimal input parameters based on statistical priors to reduce manual trial and error. The system utilizes G

    Pythonbayesian-optimizationgaussian-processesoptimization
    GitHub पर देखें↗8,552
HPOlib2 के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

automl/hpolib2 क्या करता है?

Collection of hyperparameter optimization benchmark problems

automl/hpolib2 की मुख्य विशेषताएं क्या हैं?

automl/hpolib2 की मुख्य विशेषताएं हैं: Automated Machine Learning।

automl/hpolib2 के कुछ ओपन-सोर्स विकल्प क्या हैं?

automl/hpolib2 के ओपन-सोर्स विकल्पों में शामिल हैं: autogluon/autogluon — AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end… karpathy/autoresearch — Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a… ludwig-ai/ludwig — Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying… microsoft/ai-edu — ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical… bayesian-optimization/bayesianoptimization — This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box… automl/hpbandster — a distributed Hyperband implementation on Steroids.