awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesBayesian Optimization Libraries

Frameworks that employ Bayesian sampling algorithms to navigate complex parameter landscapes.

Distinct from Bayesian Estimation Guides: Shortlist candidates focus on educational guides or kernel-level optimization, not the library-level Bayesian optimization framework.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Bayesian Optimization Libraries. Refine with filters or upvote what's useful.

Awesome Bayesian Optimization Libraries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • optuna/optunaالصورة الرمزية لـ optuna

    optuna/optuna

    14,388عرض على GitHub↗

    Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine learning model configurations. It functions as a Bayesian optimization library that systematically tests parameter combinations to maximize or minimize objective functions, streamlining the model development process through iterative evaluation. The project distinguishes itself through a define-by-run dynamic construction model, which allows users to build complex, conditional search spaces using standard programming logic. Its architecture is highly modular, featuring a pluggabl

    Employs advanced Bayesian sampling algorithms to navigate complex parameter landscapes and identify the most effective model settings.

    Pythondistributedhyperparameter-optimizationmachine-learning
    عرض على GitHub↗14,388
  • fmfn/bayesianoptimizationالصورة الرمزية لـ fmfn

    fmfn/BayesianOptimization

    8,650عرض على GitHub↗

    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

    A Python framework employing Bayesian sampling and probabilistic modeling to find global maxima of expensive functions.

    Python
    عرض على GitHub↗8,650
  • bayesian-optimization/bayesianoptimizationالصورة الرمزية لـ bayesian-optimization

    bayesian-optimization/BayesianOptimization

    8,552عرض على GitHub↗

    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

    Implements a Python library that uses Bayesian sampling algorithms to navigate complex parameter landscapes.

    Pythonbayesian-optimizationgaussian-processesoptimization
    عرض على GitHub↗8,552
  1. Home
  2. Artificial Intelligence & ML
  3. Bayesian Optimization Libraries