qiskit-machine-learning
qiskit-machine-learning copied to clipboard
Quantum Machine Learning
- [ ] Introduce proper time evolution interface in core and required implementations - [ ] Implement forward & backward pass
### What is the expected enhancement? The default batch size value of the Quantum Kernel (currently 900) might create unnecessary jobs when the user is not careful. The main reason...
Includes calculating a probability distribution from input data and from a Gibbs state for a Quantum Boltzmann Machine.
The implementation of the Quantum Boltzmann Machine should follow the `NeuralNetwork` interface.
The implementation should make us of gradients calculated from a Gibbs state to calculate gradients of a loss function for a Quantum Boltzmann Machine.
The goal of this issue is to make use of existing interfaces for neural networks and reuse loss functions, optimizers etc. for convolutional quantum neural networks.
The goal of this issue is to build quantum circuits that execute the quantum part of the processing.
QBMs consist of visible and hidden units which define a partition of an underlying Gibbs state used for sampling. The goal of this issue is to ignore hidden qubits in...