Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Sep 6, 2024
1 parent 3547fd3 commit ca744c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quantum Variational Autoencoder for anomaly detection
# Quantum Autoencoder for anomaly detection

[![arxiv](https://img.shields.io/static/v1?style=plastic&label=arXiv&message=2409.xxxxx&color=brightgreen)](https://arxiv.org/abs/xxxx.xxxx)

Expand All @@ -8,7 +8,6 @@

* Pedregosa, F., Varoquaux, Gael, Gramfort, A., Michel, V., Thirion, B., Grisel, O., et al. (2011). Scikit-learn: Machine learning in Python. Journal of Machine Learning Research, 12(Oct), 2825–2830.


## Usage

The code to reproduce the results is available in `qVAE.py`, and all necessary dependencies can be installed using the `requirements.txt` file. Please note that the package versions are fixed to ensure complete reproducibility. For a list of execution options, run `./qVAE.py -h`.
The code to reproduce the results is available in `qVAE.py`, and all necessary dependencies can be installed using the `requirements.txt` file. Please note that the package versions are fixed to ensure complete reproducibility. For a list of execution options, run `./qVAE.py -h`.

0 comments on commit ca744c8

Please sign in to comment.