Learn Before
Concept

First-derivative saliency

Gradient-based explanations estimate the contribution of input ii towards output oo by computing the partial derivative of oo with respect to ii.

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