Skip to content
#

explainable-ai

Here are 485 public repositories matching this topic...

EZFRICA
EZFRICA commented Jul 1, 2022

Is there an existing integration?

  • I have searched the existing integrations.

Use Case

This will allow to host the software on a serverless and stateless service. This will facilitate scaling because no critical data will be on the disk of the system running the application.

Motivation

Allow users to save resources and money.

Implementation

No response

Anything e

enhancement help wanted good first issue integration

Advanced AI Explainability for computer vision. Many Class Activation Map methods implemented in Pytorch for CNNs and Vision Transformers. Examples and applications for classification, object detection, segmentation, embedding networks and more. Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM, LayerCAM, FullGrad and XGrad-CAM. Evaluation metrics.

  • Updated Jul 9, 2022
  • Python
nushib
nushib commented Jun 2, 2021

Suggested by Melanie Fernandez Pradier:

“Given a model trained on certain features, is there any way I can include additional features (not used in training) but that I want to monitor in the error analysis?"

This is currently possible by enriching the set of input features to the dashboard after the inference step. However, will need further support on the UI side to clearly mark features t

documentation enhancement good first issue Error Analysis
AymenBenk
AymenBenk commented Jun 29, 2021

`import numpy as np
import aspect_based_sentiment_analysis as absa
from aspect_based_sentiment_analysis import alignment
from aspect_based_sentiment_analysis import Example

text = "I love mascara"
aspects = ['mascara']

recognizer = absa.aux_models.BasicPatternRecognizer()
nlp = absa.load(pattern_recognizer=recognizer)
task = nlp(text=text, aspects=aspects)
slack = task.examples

pri

good first issue
adversarial-explainable-ai

Improve this page

Add a description, image, and links to the explainable-ai topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the explainable-ai topic, visit your repo's landing page and select "manage topics."

Learn more