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

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

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

dragonfly/dragonfly

0
View on GitHub↗
893 نجوم·238 تفرعات·Python·MIT·5 مشاهدات

Dragonfly

An open source python library for scalable Bayesian optimisation.

Features

  • Automated Machine Learning - Library for scalable Bayesian optimization.
  • Hyperparameter Tuning - Scalable Bayesian optimisation.

سجل النجوم

مخطط تاريخ النجوم لـ dragonfly/dragonflyمخطط تاريخ النجوم لـ dragonfly/dragonfly

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Dragonfly

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Dragonfly.
  • 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

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

    hyperopt/hyperopt

    7,582عرض على GitHub↗

    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
  • determined-ai/determinedالصورة الرمزية لـ determined-ai

    determined-ai/determined

    3,224عرض على GitHub↗

    Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.

    Go
    عرض على GitHub↗3,224
  • hyperopt/hyperopt-sklearnالصورة الرمزية لـ hyperopt

    hyperopt/hyperopt-sklearn

    1,647عرض على GitHub↗

    Hyper-parameter optimization for sklearn

    Python
    عرض على GitHub↗1,647
عرض جميع البدائل الـ 30 لـ Dragonfly→

الأسئلة الشائعة

ما هي وظيفة dragonfly/dragonfly؟

An open source python library for scalable Bayesian optimisation.

ما هي الميزات الرئيسية لـ dragonfly/dragonfly؟

الميزات الرئيسية لـ dragonfly/dragonfly هي: Automated Machine Learning, Hyperparameter Tuning.

ما هي البدائل مفتوحة المصدر لـ dragonfly/dragonfly؟

تشمل البدائل مفتوحة المصدر لـ dragonfly/dragonfly: hyperopt/hyperopt-sklearn — Hyper-parameter optimization for sklearn. keras-team/keras-tuner — A Hyperparameter Tuning Library for Keras. fmfn/bayesianoptimization — This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It… determined-ai/determined — Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,… hyperopt/hyperopt — Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions.… kubeflow/katib — Automated Machine Learning on Kubernetes.