qiskit-machine-learning
qiskit-machine-learning copied to clipboard
Quantum Machine Learning
### What should we add? The current version of the Pegasos Quantum Support Vector Classifier does not natively support the training of the parameters in the quantum kernel. https://qiskit-community.github.io/qiskit-machine-learning/tutorials/07_pegasos_qsvc.html Since...
### What should we add? The Qiskit SDK CI includes an integration testing step of downstream packages through https://github.com/Qiskit/qiskit-neko, among which we include `qiskit-machine-learning`. This allows us to see that...
Summary This is a Quantum Data Generator for a variety of Hamiltonians defined in literature https://arxiv.org/abs/2408.12739. We utilize VQE to estimate the ground state energies and sample a range of...
### What should we add? When adding support for Qiskit 2.0, V1 primitives need to be removed, and only V2 primitives will be supported. This change is expected to be...
Hi Team, I am trying to perform multi class image classification on the MNIST dataset from tensorflow using QCNN but I am getting error while using Sampler QNN and Neural...
### What should we add? CI tests for tutorials take up most of the runtime (~30 min for each Python version), and updates that affect them are rare. So, the...
### What should we add? I am following the Qiskit tutorial on the QCNN (https://qiskit-community.github.io/qiskit-machine-learning/tutorials/11_quantum_convolutional_neural_networks.html) and I wanted to try the circuit on the MNIST dataset. Due to the amount...