Introduction¶
This library performs Explainable AI (XAI) algorithms to pre-trained deep learning models.
While there are many XAI algorithms in existence, the
Gradient-weighted Class Activation Mapping (Grad-CAM)
is the only one implemented in v0.0.1
of this library and only the FoodDX
models can be explained. See Release Notes for a breakdown of the release
notes for all releases.
The Tutorials page serves as a good start to learning about this library, what it can do and how to use it.