Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranumn committed Feb 14, 2018
1 parent 7130c35 commit 07c2588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# Integrated Gradients
Python implementation of integrated gradients [1]. The algorithm "explains" a prediction of a Keras-based deep learning model by approximating Aumann–Shapley values and for the input features. These values allocate the difference between the model prediction for a reference value (all zeros by default) and the prediction for the current sample among the input features. **[TensorFlow version](https://github.com/hiranumn/IntegratedGradientsTF) is implemented now!**
Python implementation of integrated gradients [1]. The algorithm "explains" a prediction of a Keras-based deep learning model by approximating Aumann–Shapley values for the input features. These values allocate the difference between the model prediction for a reference value (all zeros by default) and the prediction for the current sample among the input features. **[TensorFlow version](https://github.com/hiranumn/IntegratedGradientsTF) is implemented now!**

# Usage

Expand Down

0 comments on commit 07c2588

Please sign in to comment.