Path: blob/main/notebooks/summer-school/2021/lec6.1.ipynb
3855 views
From Variational Classifiers to Linear Classifiers
The lecture is divided into two broad parts:
Part-1: Linear classifiers
Introduces the classical concepts of linear classifier, the two formulations of its optimisation function, along with the widely used Kernel trick.
Part-2: Quantum Feature Maps
Extends the idea of the classical kernel trick to a quantum version, first explaining the concept of quantum feature maps and applying them in introducing a model called Variational Quantum Classifier (VQC). Thereafter, linking in spirit with part-1, Bryce presents a proof that the VQC is indeed a linear classifier, implying that the kernel trick is valid for use in a VQC; finally presenting the quantum kernel estimator (QKE) in the lecture’s conclusion.
Suggested links
Download the lecturer's notes here
FAQ
Suggested reading
CS220 Lecture Notes Part V: Support Vector Machines (SVM) by Andrew Ng
Supervised Learning with Quantum Enhanced Feature Spaces by Vojtech Havlicek et al