2. Quantum machine learning for Earth observation#
Topic 2: QSVM4EO#
This notebook will present the an example of using quantum-enhanced support vector machines (QSVM) for classification tasks on multi-spectral Earth Observation (EO) data. The main topics covered are introduction to classical SVM, where quantum computation could be used in the SVM calculations, the intricacies of preparing and encoding the classical data into useful quantum states and training QSVMs on gate-based quantum software simulators. Finally, some results on comparing classical and quantum-enhanced SVM models will be presented.
QSVM code is adapted from Qiskit QSVM example:
https://qiskit-community.github.io/qiskit-machine-learning/tutorials/03_quantum_kernel.html
Introduction#
Use case#
What we’re doing and why
Theory#
Explain classical and quantum solutions…

Dual Lagrangian formulation:

Some classical kernel functions:

Fig. 1 Classical and Quantum enhanced SVG workflow#

Fig. 2 A schematic of the quantum circuit.#