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

Rescaling matrix W #2

Open
shizukann opened this issue Jul 5, 2023 · 0 comments
Open

Rescaling matrix W #2

shizukann opened this issue Jul 5, 2023 · 0 comments

Comments

@shizukann
Copy link

Hi Gregory,

First of all, I'd like to thank you for your great tutorial, especially the valuable appendix, which helps a lot in understanding the Fourier random features and its derivation.

Z = norm * np.sqrt(2) * np.cos(self.sigma * W @ X.T + B)

However, I don't quite understand why the matrix W is scaled by sigma instead of a lengthscale. I thought lengthscale was in the bracket of exp and sigma was the variance (or standard deviation) of the entire component. Please correct me if I'm misunderstanding the intention here.

Thank you.

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