-
Hi Qiskit ML Team,
I'm researching quantum kernels and their applications in machine learning, focusing on the PSD projection feature of the `FidelityQuantumKernel` class. This feature is vital for…
-
Would it make sense to make the Tikhonov weighing of the ridge regression a parameter to validate during parameter tuning? We would have to add it to the ESN dictionary instead of giving it separately…
-
In this recent [EXL2 vs GGUF](https://old.reddit.com/r/LocalLLaMA/comments/17w57eu/llm_format_comparisonbenchmark_70b_gguf_vs_exl2/) discussion, one stand-out comment was [this one by llama_in_sunglas…
-
Attempting to fit a set of simple gaussians I'm encountering frequent torch lstsq errors, presumably because the matrix is ill-conditioned near the minimum.
```
-----------------------------------…
-
-
# Adding Gaussian Noise into Inputs/Parameters
During training, we can add a gaussian noise to regularized models.
Previously, [Bishop](https://www.microsoft.com/en-us/research/wp-content/uploads/…
-
Currently, our optimization function uses Scipy.sparese.linalg.lsqr to calculate the prism's height correction for each iteration. We need to implement some sort of regularization so that the output c…
-
Hi there,
It seems [compute_penalty_matrix](https://github.com/GAA-UAM/scikit-fda/blob/7a10e67ae1ccb76d22e7d92dd7ea6064736ac1e9/skfda/misc/regularization/_regularization.py#L59) is the equivalent o…
-
In the API reference for `glum.GeneralizedLinearRegressor`:
https://glum.readthedocs.io/en/latest/glm.html#glum.GeneralizedLinearRegressor
It says about P2:
> With this option, you can set the P2…
-
When using a 2D quadtree mesh, any regularization, except `Tikhonov`, requires to specify an explicit `indActive`.
Code to reproduce the error:
```
from discretize import TreeMesh
from discret…
thast updated
2 years ago