Skip to content
View DeltaExplainer's full-sized avatar
Block or Report

Block or report DeltaExplainer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DeltaExplainer/README.md

DeltaExplainer: A Software Debugging Approach to Generating Counterfactual Explanations


IEEEAITest paper link.


Dependencies

  1. Python 3.6
  2. Tensorflow 1.15
  3. scikit-learn 1.1

Install all dependencies

pip install -r requirements.txt

Generating Counterfactuals

Run explainer/driver.py

Popular repositories

  1. DeltaExplainer DeltaExplainer Public

    A Software Debugging Approach to Generating Counterfactual Explanation

    Python

  2. PixelManipulation PixelManipulation Public

    Pixel Manipulation of Images using Web Programming

    HTML

  3. PhysicsSimulation PhysicsSimulation Public

    Physics Simulation using Web-Programming

    HTML

  4. AutonomousRobot AutonomousRobot Public

    Autonomous Robot using Raspberry Pi and Roomba

    Python

  5. WebsiteGenerator WebsiteGenerator Public

    Work In-progress tool to convert sketch drawings to a web-application

    Python

  6. MNIST_GAN MNIST_GAN Public

    Forked from Garima13a/MNIST_GAN

    In this notebook, we'll be building a generative adversarial network (GAN) trained on the MNIST dataset. From this, we'll be able to generate new handwritten digits! GANs were first reported on in …

    Jupyter Notebook