Quantum Convolutional Neutal Networks Flashcards
Sources: https://qiskit-community.github.io/qiskit-machine-learning/tutorials/11_quantum_convolutional_neural_networks.html#7.-References
1
Q
What is the similarity between CNN and QCNN?
A
They both have a convolutional and pooling layer?
2
Q
Does the convolutional layer really perform a convolution?
A
No, in principle it can be any variational layer with 2 qubits interaction (even HEA)
3
Q
How can the pooling layer be implemented?
A
- Dynamic circuit (intermediate measurements and control on them).
OR - Interaction between 2 qubits and ignoring one.