-
Notifications
You must be signed in to change notification settings - Fork 323
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
About whitenlearn(X, qidxs, pidxs) #74
Comments
I noticed that filipradenovic post his doctor thesis in this issue #40 |
@lr87 Thanks for your infomration. I actually do undertand the whitening process, but what I'm confused is that I cannot link the arugments here in the code with such process. But thanks again for your help! |
@michaeltian108 After carefully reading the paper and the code, I understand what confused you, and now it confuses me, too 😓 |
Hello, this problem also confuses me, I wonder that do you figure out the codes of 'whitenlearn' in 'whiten.py'. If you do, Could you please explain the code, I'll really appreciate it. |
Hi, I've been carefully reading your paper, your codes and your major references as well, all of which I found to be awesome, clear and systematic. Really enjoyed. However, I'm a bit confused when I came to read the part of the codes doing learnable whitening.
First of all, do S and D refer to Cs and Cd as you mentioned in your paper?
Everything makes sense to me until line 4 where a cholesky decomposition function is called. And I started to lose track of what exactly do P and D refer to. And I cannot understand how the P in the last line is the learned projection matrix.
I referred to the original paper and googled cholesky decomp for more details but that didn't help a lot.
Could you please simply explain what each line does from line 4?
Thank you very much for your time!
@filipradenovic
The text was updated successfully, but these errors were encountered: