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

query regarding the channel layer #4

Open
devraj89 opened this issue Jul 23, 2018 · 0 comments
Open

query regarding the channel layer #4

devraj89 opened this issue Jul 23, 2018 · 0 comments

Comments

@devraj89
Copy link

devraj89 commented Jul 23, 2018

Hi

Thanks for the wonderful code. I looked into your code and have run the Keras program and was able to replicate your results. However, I have a doubt regarding the channel layer. I will be extremely grateful if you clear this doubt.

In the channel layer implementation in the file channel.py
[1] Line L43, channel_matrix = self.activation(self.kernel), are the softmax activation applied across the channel_matrix row-wise or column-wise ?
Can you please clarify selecting one over the other? I thought since we are using the confusion matrix as the initialization step, it should be row stochastic?

[2] Line L57, is the dot product of the 'baseline model' outputs done over the 'rows' or 'columns' of the channel matrix?

Thanks in advance!
Devraj

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