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

Question about the CCA protocol #28

Open
PeiqinZhuang opened this issue Nov 29, 2019 · 3 comments
Open

Question about the CCA protocol #28

PeiqinZhuang opened this issue Nov 29, 2019 · 3 comments

Comments

@PeiqinZhuang
Copy link

Hi, guys. I am also using CCA algorithm to perform dimension reduction, i.e. using the api from sklearn. However, this operation may require more than a whole day to achieve that goal, from 2048-dims to 1048-dims. So I wonder if there is another solution to accelerate the procedure of this operation?

@nhynes
Copy link
Contributor

nhynes commented Nov 30, 2019

What kind of hardware are you using? How big is the dataset? In either case, it might be helpful to subsample the data if you have a lot of it; the linear model won't have enough capacity to model all of the data. Also, 1048 is still a lot of dimensions, which suggests the use of PCA. You'll have an easier time doing retrieval when the space isn't so large.

@PeiqinZhuang
Copy link
Author

PeiqinZhuang commented Nov 30, 2019

Hi, nhynes. Thank you for your reply. If possible, could I inquriy you some details about the baseline protocols through email. Previously, I sent an enquiry email to the address(nhynes at mit dot edu), but, unfortunately, the email was rejected.

@nhynes
Copy link
Contributor

nhynes commented Nov 30, 2019

I've since graduated so that email is no longer fresh. If you have questions that you don't want to ask on github, please feel free to resend to the.nhynes@<popular, definitely evil mail provider>.com

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