Skip to content
Snippets Groups Projects
Commit b38ea099 authored by Tizian Wenzel's avatar Tizian Wenzel
Browse files

Minor update in testfile, updated README.

parent 2be76f9a
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,16 @@
Python implementation of the 2L-VKOGA algorithm, which uses a kernel optimization (two layered kernel) before running VKOGA with the modified kernel.
## Installation
pip install git+https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/2l-vkoga@v0.1.0
## Usage
Have a look into the [demo file](https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/2l-vkoga/-/blob/main/example_files/01_testfile.py).
## How to cite:
If you use this code in your work for scalar-valued output data, please cite the paper
......
......@@ -41,26 +41,6 @@ plt.draw()
# Result: Since the training set is quite small, we can clearly observe overfitting via the
# validation set tracking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment