Skip to main content

Quantum Support Vector Machine (QSVM)

QSVM formulates the feature selection step of SVM training as a QUBO problem, solved on the Dynex platform. This finds the optimal subset of features to maximize classification accuracy while minimizing model complexity.

Installation

Using the Dynex scikit-learn Plugin

The dynex_scikit_plugin provides a drop-in scikit-learn transformer:

Manual QSVM formulation

Notebooks