Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mareksubocz committed Nov 6, 2022
1 parent 394b1ed commit c43c3dc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# QRBM
Implementation of Quantum Restricted Boltzmann Machine using quantum annealing on D-wave's QPU.

Publication available at:
https://cmst.eu/articles/applying-a-quantum-annealing-based-restricted-boltzmann-machine-for-mnist-handwritten-digit-classification/

_In collaboration with [Mateusz Slysz](https://github.com/Matek1731)_

**NOTE:** previous repository utilizing IBM's QPU moved to [QRBM-qiskit](https://github.com/mareksubocz/QRBM-qiskit)
Expand All @@ -19,4 +22,19 @@ The best way to run this code is to download the dataset and run all cells in th

## Some results
A plot showing how the generated digit zero changes for different number of digits trained by the quantum RBM with respect to the chain strength parameter.

![alt text](https://github.com/mareksubocz/QRBM/blob/master/plots/new_animation.gif "Visualization of generated images based on changing chain strength and number of digits in the dataset")

## How to cite
```
@article{krzysztof2021applying,
title={Applying a Quantum Annealing Based Restricted Boltzmann Machine for MNIST Handwritten Digit Classification},
author={Krzysztof, Kurowski and Mateusz, Slysz and Marek, Subocz and Rafa{\l}, R{\'o}{\.z}ycki},
journal={CMST},
volume={27},
number={3},
pages={99--107},
year={2021},
publisher={PSNC, Poznan Supercomputing and Networking Center}
}
```

0 comments on commit c43c3dc

Please sign in to comment.