-
Notifications
You must be signed in to change notification settings - Fork 9
Quantum image dataset loading #44
Comments
A Review on Quantum Image Processing
|
Check this one too https://community.qiskit.org/experiments/quantum-img-processing/ |
Have a look at how the data is loaded for QSVM: https://medium.com/datadriveninvestor/implementation-of-quantum-svm-using-the-qiskit-library-9eabb6a6270a |
Quantum Image Processing Paper |
This test in Aqua shows how to initialise the state of a circuit to a custom vector. https://github.com/Qiskit/qiskit-aqua/blob/0a9e3df421dc24e16e552909f72942e101cc7643/test/aqua/test_initial_state_custom.py |
This is for how to apply PCA for image data |
link for the code of the component selection: |
Presentation slides |
Description
This project converts given image dataset to quantum processable data(qubits) by utilizing PCA for dimensionality reduction and initial states for generating qubits. It can analyze the number of PCA components and produce the transformed qubits of an image dataset for a chosen IBM quantum device or simulator. The variance percentage that is being kept by PCA is also given as feedback to the user.
@slackhandle
email:[email protected]
Deliverable
A code module
GitHub repo
https://github.com/moswil/Qiskit-Hackathon
The text was updated successfully, but these errors were encountered: