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

Interpretation of fourth layer preferences #1

Open
mateuszmalinowski opened this issue Oct 24, 2015 · 1 comment
Open

Interpretation of fourth layer preferences #1

mateuszmalinowski opened this issue Oct 24, 2015 · 1 comment

Comments

@mateuszmalinowski
Copy link

First of all thanks for putting your efforts on making deep visualizations available to a broader audience.
Due to the lack of other options I would like to ask you here about your DeepPref class.

If my memories are correct, visualizing normalized weights from the first layer corresponds to a close-form solution of the optimization problem 'which input maximizes 1st layer activations'. I see that something similar makes sort of sense between the 3rd and 1st layers too - as it is done in the pref_grid function. However, I fail to see any interpretation with further layers. For instance DeepPref between 4th and 1st layers returns K weights between the two first layers, where K is sorted according to the the activations of the 4th layer. What does it mean?

@EderSantana
Copy link
Member

The intuition would be just a depth first search on the connection graph. We use the first layer filters as input themselves and check how much that activated a neuron on a deep layer. To do the visualization, we get a random neuron on a deeper layer and ask which samples (i.e. neurons in the first layer) activated the most that deep neuron?

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

2 participants