Add layer to perform RBF interpolation in reduced order modeling (#315)

* add RBF implementation in pytorch (in layers)
* add POD-RBF example (baseline for nonintrusive closure)
* Add POD only and POD+RBF implementation
* add POD-RBF in tutorial 8
This commit is contained in:
Anna Ivagnes
2024-08-12 14:46:22 +02:00
committed by GitHub
parent 16261c9baf
commit d4ced3a7d7
14 changed files with 1111 additions and 224 deletions

View File

@@ -43,4 +43,4 @@ Supervised Learning
:titlesonly:
Unstructured convolutional autoencoder via continuous convolution<tutorials/tutorial4/tutorial.rst>
POD-NN for reduced order modeling<tutorials/tutorial8/tutorial.rst>
POD-RBF and POD-NN for reduced order modeling<tutorials/tutorial8/tutorial.rst>