Learn Before
Concept
First-derivative saliency
Gradient-based explanations estimate the contribution of input towards output by computing the partial derivative of with respect to .
This operation is particularly convenient for NN-based models because these can be computed for any layer using a single call to auto-differentiation, which most deep learning engines provide out-of-the-box.
0
1
Updated 2022-06-18
Tags
Data Science