# Explaining a prediction in some nonlinear models

**Authors:** Cosimo Izzo

arXiv: 1904.09615 · 2022-07-26

## TL;DR

This paper introduces a method combining integrated gradient and deep Taylor decomposition to explain input contributions in nonlinear models, including neural networks, with a natural reference point selection.

## Contribution

It presents a novel approach that merges existing explanation methods, offering a natural reference point tailored to the specific model used.

## Key findings

- Applicable to regression and classification models
- Provides a natural reference point for explanations
- Enhances interpretability of deep neural networks

## Abstract

In this article we will analyse how to compute the contribution of each input value to its aggregate output in some nonlinear models. Regression and classification applications, together with related algorithms for deep neural networks are presented. The proposed approach merges two methods currently present in the literature: integrated gradient and deep Taylor decomposition. Compared to DeepLIFT and Deep SHAP, it provides a natural choice of the reference point peculiar to the model at use.

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09615/full.md

---
Source: https://tomesphere.com/paper/1904.09615