Using Quantum Machine Learning (such as Quantum Support Vector Machine; QSVM), classify images of two types of digits (0 or 1). Since current QSVM just able to process few feature dimension, one need to classically convert image data into data with few dimension (2~4dim) using PCA(ML technique to reduce dimension.) After its process, one can use quantum machine learning to classify its label.
If the project reaches certain level, the output might deserve the tutorial in Qiskit Community
Description
Useful reference:
・Tutorial of QSVM link
・Image dataset used in Quantum Neural Network link
Abstract
Using Quantum Machine Learning (such as Quantum Support Vector Machine; QSVM), classify images of two types of digits (0 or 1). Since current QSVM just able to process few feature dimension, one need to classically convert image data into data with few dimension (2~4dim) using PCA(ML technique to reduce dimension.) After its process, one can use quantum machine learning to classify its label. If the project reaches certain level, the output might deserve the tutorial in Qiskit Community
Description
Useful reference: ・Tutorial of QSVM link ・Image dataset used in Quantum Neural Network link
Members
Deliverable
GitHub repo