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
Based on previous discussion with @sathvikbhagavan , derivatives for positive definite kernels (Kriging, Squared exponential functions, etc. is of interest.)
Kernels in the package include:
Radials
Inverse distance
Wenland
Kriging
Not in the package
Matern kernels
Wavelet features
Weighted random features (different from reservoir computing features)
Derivatives of order I, II, III and IV are required.
Since kernels are explicitly known and symbolics is not part of the package yet, separate dispatch functions identified by a Differential operator struct for the following kernels will be built.
Kriging
Subset of radial
Subset of inverse distance
Weak derivatives of Wenland
Matern
Wavelets
weighted random features
To do so, the following is necessary:
A derivative operator(s) struct
An implementation of wavelet features
An implementation of weighted random features
An implementation of Matern kernel features
The text was updated successfully, but these errors were encountered:
Based on previous discussion with @sathvikbhagavan , derivatives for positive definite kernels (Kriging, Squared exponential functions, etc. is of interest.)
Kernels in the package include:
Not in the package
Derivatives of order I, II, III and IV are required.
Since kernels are explicitly known and symbolics is not part of the package yet, separate dispatch functions identified by a Differential operator struct for the following kernels will be built.
To do so, the following is necessary:
The text was updated successfully, but these errors were encountered: