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

In XQDA.m ,W is [d,r] , why r is chose from latent>1? #5

Open
Deeplearning20 opened this issue Nov 22, 2018 · 0 comments
Open

In XQDA.m ,W is [d,r] , why r is chose from latent>1? #5

Deeplearning20 opened this issue Nov 22, 2018 · 0 comments

Comments

@Deeplearning20
Copy link

159 r = sum(latent > 1);
160 energy = sum(latent(1:r)) / energy;
In XQDA.m ,I know W is [d,r] , but why r is chose from latent>1?
Why is the original dimension d=26960 unchanged? Has the dimension been reduced after XQDA?
How do I adjust r if I want to improve the performance of metric learning?
thanks very much!

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