Quantum kernels (qiskit_machine_learning.kernels
)¶
A set of extendable classes that can be used to evaluate kernel matrices.
The general task of machine learning is to find and study patterns in data. For many algorithms, the datapoints are better understood in a higher dimensional feature space, through the use of a kernel function:
Here
The quantum kernel algorithm calculates a kernel matrix, given datapoints
Quantum Kernels¶
An abstract definition of the quantum kernel interface. |
|
An implementation of the quantum kernel interface based on the |
|
A reference implementation of the quantum kernel interface optimized for (and limited to) classically simulated statevectors. |
|
An abstract definition of the ability to train kernel via specifying training parameters. |
|
An implementation of the quantum kernel that is based on the |
|
A trainable version of the |
Submodules¶
Quantum Kernel Algorithms ( |