Payload
Payloads define the possible content types that are going to be visualised when building an explanation. Payloads are required in every node of a GAF to hold information about the content and content type.
Content Types
Payloads can represent and hold the content types:
1 2 3 4 |
|
Example Usage
Example for creation of payloads by the activation maximization Chi for a single GAF node, used in explaining a convolutional neural network prediction.
1 2 3 4 5 6 7 8 9 10 11 12 |
|