Closed Umaruchain closed 1 year ago
Dear James, Could you please help me clarify my doubts? I am wondering if I have made any obvious mistakes or if my expressions are not clear enough. If you could spare some time to answer my questions, I would be extremely grateful.
In addition, we previously discussed scheduling a chat, but I haven't received an email from you. It's possible that I missed it. Would you mind sharing your email with me so we can arrange a time to chat?
Hi
You could definitely convince yourself of this with the debugger
Thanks for your reply!!
Yep - I will change the paper soon. The theory doesn't change it's just that there are two ways of defining CCA as a GEP and the way where A=A_paper+B_paper has much nicer properties (it has no negative eigen values)
The equations don't change just the definition of A and B for CCA to be clear
Will respond to your email next week when I'm back in the office!
Looking forward to hear from you!!! Thanks again for your help
Dear James, I am reviewing your exciting job- DCCA_EigenGame and I am confused about some problems.
Here is the code of your DCCA_EigenGame. When zi. shape[1]==self.latent_dims, this always produces an empty matrix. Is this correct? A += torch.cov(torch.hstack((zi, zj)).T)[self.latent_dims :, : self.latent_dims]
In your paper(A GENERALIZED EIGENGAME WITH EXTENSIONS TO DEEP MULTIVIEW REPRESENTATION LEARNING) around the formula 40, you define Afg, Bfg and it seems that Afg@ Bfg always be zero matrix. So I am confused about the meaning of Afg@Bfg in formula 41.
Thanks again for your sincere help.