更新时间:2021-06-11 18:43:25
封面
版权信息
Why subscribe?
Contributors About the author
About the reviewer
Preface
1 Explaining Artificial Intelligence with Python
Defining explainable AI
Designing and extracting
The XAI medical diagnosis timeline
Summary
Questions
References
Further reading
2 White Box XAI for AI Bias and Ethics
Moral AI bias in self-driving cars
Standard explanation of autopilot decision trees
XAI applied to an autopilot decision tree
Using XAI and ethics to control a decision tree
3 Explaining Machine Learning with Facets
Getting started with Facets
Facets Overview
Sorting the Facets statistics overview
Facets Dive
4 Microsoft Azure Machine Learning Model Interpretability with SHAP
Introduction to SHAP
Getting started with SHAP
Linear models and logistic regression
5 Building an Explainable AI Solution from Scratch
Moral ethical and legal perspectives
The U.S. census data problem
The machine learning perspective
WIT applied to a transformed dataset
6 AI Fairness with Google's What-If Tool (WIT)
Interpretability and explainability from an ethical AI perspective
Getting started with WIT
Creating a DNN model
Creating a SHAP explainer
Model outputs and SHAP values
The WIT datapoint explorer and editor
7 A Python Client for Explainable AI Chatbots
The Python client for Dialogflow
Enhancing the Google Dialogflow Python client
A CUI XAI dialog using Google Dialogflow
8 Local Interpretable Model-Agnostic Explanations (LIME)
Introducing LIME
Getting started with LIME
An experimental AutoML module
Interpreting the scores
Training the model and making predictions
The LIME explainer
9 The Counterfactual Explanations Method
The counterfactual explanations method
The choice of distance functions
The architecture of the deep learning model
10 Contrastive XAI
The contrastive explanations method
Getting started with the CEM applied to MNIST
Defining and training the CNN model
Defining and training the autoencoder
Pertinent negatives
11 Anchors XAI
Anchors AI explanations
Anchor explanations for ImageNet