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 neural network (NN) based models because these partial derivatives 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 2026-05-17

Tags

Data Science