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 has been 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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: