Closed qinxie closed 6 years ago
Hi qinxie,
You should be careful as PatterNet and PatternAttribution/DeepTaylor are fulfilling two different tasks, the first is used to estimate the signal which is propagated to the output neuron, while the later is tries to identify the attribution of the input features to the final decision.
Hope this helps!
Cheers
Hi, I am very appriciate to your code. Thank you so much.
I have two questions about PatternNet:
Because I use deep Taylor decomposition as the backpropagate method in patternNet conputaion, the analysis result is very bad. but the patternAttribution result is very good. I don't know whether I used a wrong back propagate method. (I think after we get the patternNet "a" value, we have to back-propagate it to the "input" the same as Taloy decomposition). (My experiment is based on MNIST dataset.)
Thank you very much!