-
In order to support asymmetric PSF Kernels as well as e.g. pre computed PSF kernels, we should implement a `PSFKernelMap`.
-
when pip install, marlin kernel could not find ValueError: Trying to use the marlin backend, but could not import the C++/CUDA dependencies with the following error: /lib/x86_64-linux-gnu/libc.so.6: v…
-
continuing #7346 and merged PR #7364 for asymmetric and #7482 for discrete asymmetric kernels
Currently we only have asymmetric product kernels. In my copula experiments with Beta copula it looks …
-
another followup to supporting asymmetric kernels for support (0, 1) or R+
Chen 2000 uses Gasser Muller kernel regression, requires integral of kernel over neighborhood of a point.
That should be…
-
part of #7338
beta, gamma, invgauss and recipinvgauss kernels can be obtained through sccipy's distributions, with appropriate parameterization.
Birnbaum-Saunders (fatiguelife) should also be pos…
-
companion to general and specific issues #7454, ...
List of function and classes that we have or still want to get
("currently" means merged and what I include in PR #7254 )
- `distributions.be…
-
Here is my understanding of the existing state of things and what I think we should be doing to make our lower-bit kernels more performant at both small and larger batch sizes. I'm making this an RFC …
-
Preliminary performance analysis of the coarray version of ICAR indicates that the algorithm exhibits significant load imbalance. We believe this is due to lopsided expense of evaluating a few physics…
-
Hi,
I would like to clarify the following code that was used to implement geometric difference from the paper: "The power of data in quantum machine learning".
def calculate_geometric_difference…
-
(going a bit in circles)
- Bernstein polynomial density estimation is a kind of kernel estimation based on histogram data, or grouped probabilities. domain is interval [0,1] #7296
- in fast kde w…