8000 In XQDA.m ,W is [d,r] , why r is chose from latent>1? · Issue #5 · liangzheng06/MARS-evaluation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
In XQDA.m ,W is [d,r] , why r is chose from latent>1? #5
Open
@Deeplearning20

Description

@Deeplearning20

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0