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

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

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

2 مستودعات

Awesome GitHub RepositoriesMetric Computation Optimization

Tuning the frequency and scope of metric calculations to reduce resource bottlenecks during training.

Distinct from Metric Optimization Tools: Distinct from refining the metric's mathematical definition; it optimizes the computational overhead of calculating those metrics.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Metric Computation Optimization. Refine with filters or upvote what's useful.

Awesome Metric Computation Optimization GitHub Repositories

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

    catboost/catboost

    8,808عرض على GitHub↗

    CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression, classification, and ranking tasks. It functions as a high-performance framework that provides a categorical data processor for transforming non-numeric features, a distributed trainer for large-scale datasets, and GPU acceleration to speed up model construction. The library distinguishes itself through native handling of categorical data and text features, removing the need for manual encoding. It includes a specialized model interpretability tool that leverages SHAP values and featu

    Toggles specific metric computations or adjusts their frequency to reduce resource bottlenecks.

    C++big-datacatboostcategorical-features
    عرض على GitHub↗8,808
  • open-edge-platform/anomalibالصورة الرمزية لـ open-edge-platform

    open-edge-platform/anomalib

    5,871عرض على GitHub↗

    Anomalib is a PyTorch-based library for visual anomaly detection, offering a modular framework, a comprehensive model zoo, and a benchmarking suite designed for industrial defect detection. It provides a wide range of algorithms—including generative, discriminative, teacher-student, and vision-language approaches—that support unsupervised, few-shot, and zero-shot settings. The library enables deployment through model export to ONNX and OpenVINO for edge devices, and includes a no-code web application for training and inference. It also features a command-line interface for orchestrating multi

    Computes standard anomaly-detection performance metrics by auto-fetching required fields from dataclass inputs.

    Pythonanomaly-detectionanomaly-localizationanomaly-segmentation
    عرض على GitHub↗5,871
  1. Home
  2. Artificial Intelligence & ML
  3. Performance Metrics
  4. Metric Optimization Tools
  5. Metric Computation Optimization

استكشف الوسوم الفرعية

  • Dataclass-Driven MetricsComputes standard anomaly-detection performance metrics by auto-fetching required fields from dataclass inputs. **Distinct from Metric Computation Optimization:** Distinct from Metric Computation Optimization: focuses on the automatic field resolution from dataclasses, not computational optimization.