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

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

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

RexYing/gnn-model-explainer

0
View on GitHub↗
1,051 نجوم·192 تفرعات·Python·Apache-2.0·4 مشاهدات

Gnn Model Explainer

تعمل هذه المجموعة كإطار عمل لتفسير عمليات اتخاذ القرار في الشبكات العصبية الرسومية (graph neural networks). تعمل كمكتبة لتحليل كيفية معالجة هذه النماذج لبيانات الشبكة المعقدة، وتوفر طرقاً لتحديد سمات العقد المحددة والأنماط الهيكلية التي تؤثر على النتائج التنبؤية.

يتميز المشروع باستخدام استخراج المخططات الفرعية المحسّن بالقناع (mask-optimized subgraph extraction) وتعيين الإسناد القائم على التدرج لعزل المكونات الدنيا للرسم البياني التي تحافظ على التنبؤ الأصلي للنموذج. من خلال فصل طبقات معالجة الرسم البياني عن منطق التفسير، تسمح البنية بتحليل متسق عبر أنواع مختلفة من الشبكات العصبية الرسومية، بما في ذلك النماذج التلافيفية والقائمة على الانتباه.

بعيداً عن التفسير الأساسي، تدعم المكتبة تدريب نماذج الرسوم البيانية على مجموعات بيانات اصطناعية وواقعية وتسهل تصحيح أخطاء نماذج تعلم الآلة. تتضمن إمكانيات لتصور تفسيرات النموذج من خلال دفاتر ملاحظات تفاعلية، مما يتيح عرض خرائط حرارة الإسناد وهياكل الشبكة المعقدة للمساعدة في تحديد الميزات والمخططات الفرعية المؤثرة.

Features

  • Graph Neural Network Explainers - Identifies influential subgraphs and node features that drive predictive outcomes in graph neural network models.
  • Model Interpretability Tools - Determine which specific node attributes or data points have the greatest impact on the decision-making process of a model when making predictions based on graph data.
  • Graph - Analyzes how graph-based machine learning models make predictions by identifying influential nodes and structural patterns.
  • Mask-Optimized - Learns binary masks over graph components to isolate the minimal structural subset that preserves the original model prediction.
  • Feature Importance Attribution - Quantifies the relative contribution of individual input variables to the predictions of machine learning models.
  • Attribution Gradients - Computes feature importance by backpropagating model outputs through the computational graph to input gradients.
  • Graph Data Analysis Libraries - Provides a collection of routines for training graph convolutional and attention models on network datasets.
  • Graph Message Passing Frameworks - Implements neural message passing primitives to learn representations of nodes and edges in graph structures.
  • Graph Neural Network Training Routines - Provides routines for training graph convolutional and attention models on synthetic and real-world datasets.
  • Machine Learning Debugging - Investigates the internal logic of complex neural networks to identify biases or errors in graph data processing.
  • Model Explanation Visualizations - Renders generated masks and model insights through interactive notebooks to facilitate detailed analysis of model interpretations.
  • Network Graph Visualization - Renders complex network structures and model insights into clear visual formats to help researchers understand data flow.
  • Subgraph Matching - Isolates specific structural components within a graph that contribute most significantly to a model prediction.

سجل النجوم

مخطط تاريخ النجوم لـ rexying/gnn-model-explainerمخطط تاريخ النجوم لـ rexying/gnn-model-explainer

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

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

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

Start searching with AI

مجموعات مختارة تضم Gnn Model Explainer

مجموعات منسقة بعناية يظهر فيها Gnn Model Explainer.
  • أدوات تفسير نماذج تعلم الآلة

بدائل مفتوحة المصدر لـ Gnn Model Explainer

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gnn Model Explainer.
  • christophm/interpretable-ml-bookالصورة الرمزية لـ christophM

    christophM/interpretable-ml-book

    5,317عرض على GitHub↗

    This project is a comprehensive educational resource and technical manual focused on interpretable machine learning and explainable AI. It serves as a textbook and reference for implementing techniques that make complex machine learning models transparent and understandable to humans. The resource provides guidance on both building inherently transparent models, such as decision trees and sparse linear models, and applying post-hoc explanation methods to black-box systems. It details specific methodologies for quantifying feature importance, generating rationales for individual predictions, a

    Jupyter Notebook
    عرض على GitHub↗5,317
  • interpretml/interpretالصورة الرمزية لـ interpretml

    interpretml/interpret

    6,881عرض على GitHub↗

    Interpret is an interpretable machine learning library and glassbox model framework. It provides toolkits for training inherently transparent models and applying post-hoc explanation techniques to make machine learning predictions human-understandable. The framework distinguishes itself by integrating differential privacy into the training of interpretable models to prevent sensitive data from leaking through explanations. It also features a visualization tool for rendering interactive decision paths and model behavior. The library covers model explainability through feature importance calcu

    C++
    عرض على GitHub↗6,881
  • pair-code/litالصورة الرمزية لـ PAIR-code

    PAIR-code/lit

    3,636عرض على GitHub↗

    Lit is a machine learning interpretability framework and model debugging tool designed to analyze model behavior and performance. It serves as an interpretability dashboard for large language models and a general performance analyzer for text, image, and tabular datasets. The project distinguishes itself through a comprehensive suite of interpretability tools, including salience map generation for feature attribution, the creation of synthetic and counterfactual examples to test robustness, and the projection of high-dimensional embeddings into visual spaces via UMAP or PCA. It further enable

    TypeScriptmachine-learningnatural-language-processingvisualization
    عرض على GitHub↗3,636
  • cdpierse/transformers-interpretالصورة الرمزية لـ cdpierse

    cdpierse/transformers-interpret

    1,412عرض على GitHub↗

    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

    Jupyter Notebookcaptumcomputer-visiondeep-learning
    عرض على GitHub↗1,412
عرض جميع البدائل الـ 30 لـ Gnn Model Explainer→

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

ما هي وظيفة rexying/gnn-model-explainer؟

تعمل هذه المجموعة كإطار عمل لتفسير عمليات اتخاذ القرار في الشبكات العصبية الرسومية (graph neural networks). تعمل كمكتبة لتحليل كيفية معالجة هذه النماذج لبيانات الشبكة المعقدة، وتوفر طرقاً لتحديد سمات العقد المحددة والأنماط الهيكلية التي تؤثر على النتائج التنبؤية.

ما هي الميزات الرئيسية لـ rexying/gnn-model-explainer؟

الميزات الرئيسية لـ rexying/gnn-model-explainer هي: Graph Neural Network Explainers, Model Interpretability Tools, Graph, Mask-Optimized, Feature Importance Attribution, Attribution Gradients, Graph Data Analysis Libraries, Graph Message Passing Frameworks.

ما هي البدائل مفتوحة المصدر لـ rexying/gnn-model-explainer؟

تشمل البدائل مفتوحة المصدر لـ rexying/gnn-model-explainer: christophm/interpretable-ml-book — This project is a comprehensive educational resource and technical manual focused on interpretable machine learning… interpretml/interpret — Interpret is an interpretable machine learning library and glassbox model framework. It provides toolkits for training… pair-code/lit — Lit is a machine learning interpretability framework and model debugging tool designed to analyze model behavior and… cdpierse/transformers-interpret — Transformers-interpret is a diagnostic library designed for the interpretability of transformer-based machine learning… catboost/catboost — CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression,… slundberg/shap — SHAP is a machine learning explainer that uses a game-theoretic framework to estimate the contribution of each feature…