fabiencasenave commited on
Commit
85cd42e
β€’
1 Parent(s): 3e4a0db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -4,10 +4,22 @@ emoji: πŸ†
4
  colorFrom: purple
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 4.37.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: purple
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 4.37.2
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
+ This space provides a visualization of the dataset created in [the paper](https://arxiv.org/abs/2305.12871):
14
+
15
+ ```
16
+ @misc{casenave2023mmgpmeshmorphinggaussian,
17
+ title={MMGP: a Mesh Morphing Gaussian Process-based machine learning method for regression of physical problems under non-parameterized geometrical variability},
18
+ author={Fabien Casenave and Brian Staber and Xavier Roynard},
19
+ year={2023},
20
+ eprint={2305.12871},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.LG},
23
+ url={https://arxiv.org/abs/2305.12871},
24
+ }
25
+ ```