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

Implement incomplete cholesky #3057

Open
karlnapf opened this issue Mar 10, 2016 · 1 comment
Open

Implement incomplete cholesky #3057

karlnapf opened this issue Mar 10, 2016 · 1 comment

Comments

@karlnapf
Copy link
Member

This is another important way to approximate kernel methods

See here for a reference implementation (there are also unit tests)

This book also contains a high level description of the algorithm and matlab pseudo-code

This task is closely related to the random fourier features counterpart, #2768

@karlnapf
Copy link
Member Author

Both this and Nystrom would start with KRR. KRR should put the method to solve the (K+\lambdaI)^-1 system in a method. A subclass would then overload this method and implement the cheaper matrix inversion for Nystrom or incomplete cholesky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant