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 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
Contributors are:
Who are from:
Tags
Data Science