From ca744c861a30b0fdf9d86df00fac08c686154697 Mon Sep 17 00:00:00 2001 From: "Jack Y. Araz" Date: Fri, 6 Sep 2024 10:05:45 -0400 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0255f9..271b543 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`. \ No newline at end of file +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`.