Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2L-VKOGA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
ians-anm
2L-VKOGA
Commits
0d3848aa
Commit
0d3848aa
authored
1 year ago
by
Wenzel, Tizian
Browse files
Options
Downloads
Patches
Plain Diff
Update on README.md
parent
44b8f551
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-1
19 additions, 1 deletion
README.md
with
19 additions
and
1 deletion
README.md
+
19
−
1
View file @
0d3848aa
...
...
@@ -3,7 +3,7 @@
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
If you use this code in your work
for scalar-valued output data
, please cite the paper
> T. Wenzel, F. Marchetti, and E. Perracchione. Data-driven kernel designs for
optimized greedy schemes: A machine learning perspective.
...
...
@@ -19,5 +19,23 @@ arXiv preprint arXiv:2301.08047, 2023.
}
```
If you use this code in your work for vectorial-valued output data, please cite the paper
> T. Wenzel, B. Haasdonk, H. Kleikamp, M. Ohlberger, and F. Schindler. Application
of Deep Kernel Models for Certified and Adaptive RB-ML-ROM Surrogate Model-
ing. arXiv preprint arXiv:2302.14526, 2023. Accepted for LSSC 2023 proceedings.
```
bibtex:
@article{wenzel2023application,
title={Application of {D}eep {K}ernel {M}odels for {C}ertified
and {A}daptive {RB}-{ML}-{ROM} {S}urrogate {M}odeling},
author={Wenzel, Tizian and Haasdonk, Bernard and Kleikamp, Hendrik and Ohlberger, Mario and Schindler, Felix},
journal={arXiv preprint arXiv:2302.14526},
year={2023},
note={Accepted for LSSC 2023 proceedings.}
}
```
For further details on the VKOGA algorithm, please refer to
[
here
](
https://github.com/GabrieleSantin/VKOGA
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment