Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medical image classification #46

Open
BoltzmannEntropy opened this issue May 13, 2023 · 1 comment
Open

Medical image classification #46

BoltzmannEntropy opened this issue May 13, 2023 · 1 comment

Comments

@BoltzmannEntropy
Copy link

Hi,
I wanted to inquire about the availability of the code for training models in Paddle-quantum, specifically related to medical image classification as found in this link: https://github.com/PaddlePaddle/Quantum/blob/master/applications/medical_image_classification/introduction_en.ipynb.

I was wondering if Paddle-quantum has a similar code implementation to Qiskit's quantum convolutional neural network as seen in this link: https://github.com/Qiskit/qiskit-machine-learning/blob/main/docs/tutorials/11_quantum_convolutional_neural_networks.ipynb.

Additionally, I am curious if it's possible to utilize quantum encoding for 256x256 medical images using Paddle-quantum on a 12GB GPU.?

Assuming I extract features using a classical CNN such as VGG12 and create a classical feature vector of 128 features, what would be the best quantum encoding method to use in Paddle-quantum? How many qubits would I need?

Thanks!

@gxli2017
Copy link

gxli2017 commented Jun 1, 2023

The problem of data encoding is currently a highly challenging issue, with common methods including amplitude encoding, angle encoding, and so on. You can refer to the following for useful info
https://qml.baidu.com/tutorials/machine-learning/encoding-classical-data-into-quantum-states.html

Hope it can help you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants