Quantum CNN
See original GitHub issueWhat should we add?
I wanted to contribute a new tutorial on Quantum CNN using Pytorch Lightning. I am following this approach using jupyter notebooks.
The implementation uses sklearn
'blobs
dataset to perform binary classification of 2-dimensional data points. It features Quantum convolution and pooling layers. Shall I create a pull request for this?
Issue Analytics
- State:
- Created a year ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Quantum Convolutional Neural Network - TensorFlow
This tutorial implements a simplified Quantum Convolutional Neural Network (QCNN), a proposed quantum analogue to a classical convolutional ...
Read more >[1810.03787] Quantum Convolutional Neural Networks - arXiv
The QCNN architecture combines the multi-scale entanglement renormalization ansatz and quantum error correction. We explicitly illustrate its ...
Read more >Quantum Convolutional Neural Networks - PennyLane
Quantum Convolutional Neural Networks¶ ... Convolutional neural networks (CNNs) are a type of classical machine learning model often used in computer vision and ......
Read more >Quantum convolutional neural networks | Nature Physics
Convolutional neural networks provide a successful machine learning architecture for classification tasks such as image recognition. A CNN ...
Read more >What is a Quantum Convolutional Neural Network?
QCNN, or Quantum Convolutional Neural Network extends the key features and structures of existing CNN to quantum systems. When a quantum physics ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, if your code is in a good shape for us to follow, you might open a draft PR and we might have a look. Perhaps some things could be optimized or improved.
@Gopal-Dahale may we help somehow?