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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCustom Attribution Algorithm Frameworks

Generic base classes and hooks for implementing, benchmarking, and sharing new attribution methods.

Distinct from Model Interpretability Frameworks: Distinct from Model Interpretability Frameworks: focuses on the extensibility mechanism for adding new attribution algorithms, not the full interpretability workflow.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Custom Attribution Algorithm Frameworks. Refine with filters or upvote what's useful.

Awesome Custom Attribution Algorithm Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • pytorch/captumpytorch का अवतार

    pytorch/captum

    5,652GitHub पर देखें↗

    Captum is an open-source library for explaining model predictions by attributing them to input features, neurons, and layers using gradient-based and perturbation-based methods. It provides a modular framework for implementing, evaluating, and combining a range of explanation techniques, including gradient-based attribution, perturbation-based analysis, game-theoretic Shapley value approximation, and surrogate model explanations, with support for parallelization and noise stabilization. The library distinguishes itself through its breadth of attribution methods and its support for advanced in

    Provides a generic framework for implementing, benchmarking, and sharing new attribution methods.

    Python
    GitHub पर देखें↗5,652
  • cdpierse/transformers-interpretcdpierse का अवतार

    cdpierse/transformers-interpret

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

    Transformers-interpret is a diagnostic library designed for the interpretability of transformer-based machine learning models. It functions as an attribution framework that quantifies the contribution of individual input tokens to a model's final predictions, allowing users to audit decision patterns and debug natural language processing tasks. The library utilizes gradient-based analysis and hook-based introspection to trace how specific input features influence model outputs. By mapping abstract numerical attribution scores back to human-readable linguistic units, it provides a clear view o

    Provides a framework-agnostic engine that decouples attribution logic from specific transformer model architectures.

    Jupyter Notebookcaptumcomputer-visiondeep-learning
    GitHub पर देखें↗1,412
  1. Home
  2. Artificial Intelligence & ML
  3. Model Interpretability Frameworks
  4. Custom Attribution Algorithm Frameworks

सब-टैग एक्सप्लोर करें

  • Agnostic Attribution EnginesAttribution frameworks designed to operate independently of specific model architectures. **Distinct from Custom Attribution Algorithm Frameworks:** Distinct from Custom Attribution Algorithm Frameworks: focuses on the architectural decoupling of the attribution engine itself rather than the extensibility of the algorithms.