Tankiit / awesome-interpretable-machine-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Interpretable Machine Learning https://awesome.re/badge.svg

Opinionated list of resources facilitating model interpretability (introspection, simplification, visualization, explanation).

Interpretable Models

Feature Importance

Feature Selection

Model Explanations

Philosophy

Model Agnostic Explanations

Model Specific Explanations - Neural Networks

Extracting Interpretable Models From Complex Ones

Model Visualization

Selected Review Talks and Tutorials

Venues

Software

Software related to papers is mentioned along with each publication. Here only standalone software is included.

Other Resources

  • [Awesome Uncertainty in Deep learning](#awesome-uncertainty-in-deep-learning)
  • [Papers](#papers)
    • [Surveys](#surveys)
    • [Theory](#theory)
    • [Bayesian-Methods](#bayesian-methods)
    • [Ensemble-Methods](#ensemble-methods)
    • [Sampling/Dropout-based-Methods](#samplingdropout-based-methods)
    • [Post-hoc-Methods/Auxiliary-Networks](#post-hoc-methodsauxiliary-networks)
    • [Data-augmentation/Generation-based-methods](#data-augmentationgeneration-based-methods)
    • [Output-Space-Modeling/Evidential-deep-learning](#output-space-modelingevidential-deep-learning)
    • [Deterministic-Uncertainty-Methods](#deterministic-uncertainty-methods)
    • [Quantile-Regression/Predicted-Intervals](#quantile-regressionpredicted-intervals)
    • [Conformal Predictions](#conformal-predictions)
    • [Calibration/Evaluation-Metrics](#calibrationevaluation-metrics)
    • [Applications](#applications)
      • [Classification and Semantic-Segmentation](#classification-and-semantic-segmentation)
      • [Regression](#regression)
      • [Anomaly-detection, Out-of-Distribution-Detection and Failure detection](#anomaly-detection-out-of-distribution-detection-and-failure-detection)
      • [Object detection](#object-detection)
      • [Domain adaptation](#domain-adaptation)
      • [Semi-supervised](#semi-supervised)
      • [Natural Language Processing](#natural-language-processing)
      • [Others](#others)
  • [Datasets and Benchmarks](#datasets-and-benchmarks)
  • [Libraries](#libraries)
    • [Python](#python)
    • [PyTorch](#pytorch)
    • [JAX](#jax)
    • [TensorFlow](#tensorflow)
  • [Lectures and tutorials](#lectures-and-tutorials)
  • [Books](#books)
  • [Other Resources](#other-resources)

## Surveys

**Conference**

**Journal**

**Arxiv**

## Theory

**Conference**

**Journal**

**Arxiv**

## Bayesian-Methods

**Conference**

**Journal**

**Arxiv**

## Ensemble-Methods

**Conference**

**Journal**

**Arxiv**

## Sampling/Dropout-based-Methods

**Conference**

**Journal**

**Arxiv**

## Post-hoc-Methods/Auxiliary-Networks

**Conference**

**Journal**

**Arxiv**

## Data-augmentation/Generation-based-methods

**Conference**

**Arxiv**

## Output-Space-Modeling/Evidential-deep-learning

**Conference**

**Journal**

**Arxiv**

## Deterministic-Uncertainty-Methods

**Conference**

**Journal**

**Arxiv**

## Quantile-Regression/Predicted-Intervals

**Conference**

**Journal**

**Arxiv**

## Conformal Predictions

Awesome Conformal Prediction GitHub(https://github.com/valeman/awesome-conformal-prediction)

<!– **Conference**

## Calibration/Evaluation-Metrics

**Conference**

**Journal**

**Arxiv**

## Applications

### Classification and Semantic-Segmentation

**Conference**

**Journal**

**Arxiv**

### Regression

**Conference**

**Journal**

**Arxiv**

### Anomaly-detection, Out-of-Distribution-Detection and Failure detection

**Conference**

**Journal**

**Arxiv**

### Object detection

**Conference**

### Domain adaptation

**Conference**

Domain Adaptation ECCV2022(https://arxiv.org/pdf/2208.07591.pdf) - PyTorch(https://github.com/roysubhankar/uncertainty-sfda)

### Semi-supervised

**Conference**

### Natural Language Processing

Awesome LLM Uncertainty, Reliability, & Robustness GitHub(https://github.com/jxzhangjhu/Awesome-LLM-Uncertainty-Reliability-Robustness)

**Conference**

**Journal**

**Arxiv**

### Others

**Arxiv**

## Python

## PyTorch

## JAX

## TensorFlow

Uncertainty Quantification in Deep Learning GitHub(https://github.com/ahmedmalaa/deep-learning-uncertainty)

Awesome Out-of-distribution Detection GitHub(https://github.com/continuousml/Awesome-Out-Of-Distribution-Detection)

Anomaly Detection Learning Resources GitHub(https://github.com/yzhao062/anomaly-detection-resources)

Awesome Conformal Prediction GitHub(https://github.com/valeman/awesome-conformal-prediction)

Awesome LLM Uncertainty, Reliability, & Robustness GitHub(https://github.com/jxzhangjhu/Awesome-LLM-Uncertainty-Reliability-Robustness)

UQSay - Seminars on Uncertainty Quantification (UQ), Design and Analysis of Computer Experiments (DACE) and related topics @ Paris Saclay Website(https://www.uqsay.org/p/welcome.html/)

ProbAI summer school Website(https://probabilistic.ai/)

Gaussian process summer school Website(https://gpss.cc/)

About


Languages

Language:Python 98.3%Language:Makefile 1.7%