Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregating contribution scores #130

Open
berkuva opened this issue Mar 21, 2022 · 0 comments
Open

Aggregating contribution scores #130

berkuva opened this issue Mar 21, 2022 · 0 comments

Comments

@berkuva
Copy link

berkuva commented Mar 21, 2022

Hello,

Since DeepLift outputs different contribution scores for each input data, what is the suggested way to aggregate the DeepLift outputs? For example, with input neurons A and B, samples s1 and s2, DeepLift outputs contribution scores c11, c12 for s1 and c21, c22 for s2. One way to aggregate is to calculate the mean (contribution of A = (c11+c21)/2) and (contribution of B = (c12+c22)/2). Maybe median is another option. Or is it not plausible to aggregate DeepLift outputs for different samples? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant