experiencor / deep-viz-keras

Implementations of some popular Saliency Maps in Keras
https://experiencor.github.io/cnn_visual.html
164 stars 31 forks source link

how are smoothGRAD implemented? #4

Closed Jamesswiz closed 6 years ago

Jamesswiz commented 6 years ago

Hi, Very useful stuff indeed!

Looking at the codes I found the definition of "get_smoothed_mask()" function ! How you are implementing that here, i.e., adding noise and computing gradient? How is the noise variance computed or selected.