You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2023. It is now read-only.
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).
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 inJaxLinOp(if not implemented already).