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

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

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

automl/SMAC3

0
View on GitHub↗
1,225 स्टार्स·243 फोर्क्स·Python·2 व्यूज़automl.github.io/SMAC3/latest↗

SMAC3

SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

Features

  • Automated Machine Learning - Sequential model-based algorithm configuration for hyperparameter optimization.
  • Optimization - Sequential model-based algorithm configuration tool.

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

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

AI सर्च

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

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

Start searching with AI

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

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

    HIPS/Spearmint

    1,569GitHub पर देखें↗

    Spearmint Bayesian optimization codebase

    Python
    GitHub पर देखें↗1,569
  • claesenm/optunityclaesenm का अवतार

    claesenm/optunity

    425GitHub पर देखें↗

    optimization routines for hyperparameter tuning

    Jupyter Notebook
    GitHub पर देखें↗425
  • fmfn/bayesianoptimizationfmfn का अवतार

    fmfn/BayesianOptimization

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

    This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It operates as a global optimization framework that identifies optimal input parameters within defined bounds to maximize a target output. The library utilizes Gaussian process regression to predict function values and uncertainty, guiding the search for optimal parameters. It employs a surrogate-model optimization approach to approximate high-cost objective functions, reducing the total number of required evaluations. The system manages the trade-off between exploration and exploit

    Python
    GitHub पर देखें↗8,650
  • hyperopt/hyperopthyperopt का अवतार

    hyperopt/hyperopt

    7,582GitHub पर देखें↗

    Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions. It operates as a stochastic search space engine that finds optimal input parameters by searching through real-valued, discrete, and conditional spaces. The framework distinguishes itself through its support for complex search space configurations, allowing for conditional parameter hierarchies where specific hyperparameters are sampled only if their parent parameters meet certain criteria. It is built as an asynchronous optimization framework, decoupling the generation of searc

    Python
    GitHub पर देखें↗7,582
SMAC3 के सभी 30 विकल्प देखें→

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

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

SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

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

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

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

automl/smac3 के ओपन-सोर्स विकल्पों में शामिल हैं: hyperopt/hyperopt-sklearn — Hyper-parameter optimization for sklearn. hips/spearmint — Spearmint Bayesian optimization codebase. claesenm/optunity — optimization routines for hyperparameter tuning. hyperopt/hyperopt — Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions.… fmfn/bayesianoptimization — This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It… optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine…