From 3121328a093625f3ab4d99a165cec090481e1555 Mon Sep 17 00:00:00 2001 From: Tizian Wenzel <tizian.wenzel@ians.uni-stuttgart.de> Date: Thu, 2 Feb 2023 21:19:19 +0100 Subject: [PATCH] Updated README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aadde5..ac37382 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# 2L-VKOGA \ No newline at end of file +# 2L-VKOGA + +Python implementation of the 2L-VKOGA algorithm, which uses a kernel optimization (two layered kernel) before running VKOGA with the modified kernel. + + + + +## How to cite: +If you use this code in your work, please cite the paper + +> T. Wenzel, F. Marchetti, and E. Perracchione. Data-driven kernel designs for +optimized greedy schemes: A machine learning perspective. +arXiv preprint arXiv:2301.08047, 2023. + + +```bibtex: +@article{wenzel2023data, + title={Data-driven kernel designs for optimized greedy schemes: A machine learning perspective}, + author={Wenzel, Tizian and Marchetti, Francesco and Perracchione, Emma}, + journal={arXiv preprint arXiv:2301.08047}, + year={2023} +} +``` + +For further details on the VKOGA algorithm, please refer to [here](https://github.com/GabrieleSantin/VKOGA). + -- GitLab