Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

dev: Improve computation backend for sum and product kernels. #38

Open
daniel-dodd opened this issue Jan 20, 2023 · 0 comments
Open

dev: Improve computation backend for sum and product kernels. #38

daniel-dodd opened this issue Jan 20, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@daniel-dodd
Copy link
Member

Sum and product kernels assume the gram matrix is dense.

Propose to exploit the additive gram structure for sum kernels, the Hadamard product structure for product kernels.

The first is easy to implement. The latter might require ensuring the __mul__ method is defined for all linear operators over in JaxLinOp (if not implemented already).

@daniel-dodd daniel-dodd added enhancement New feature or request good first issue Good for newcomers labels Jan 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant