Spaces:
Sleeping
Sleeping
File size: 734 Bytes
942221a c0bf899 942221a d68c650 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
title: Stacked Tensorial Neural Network
emoji: π
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 4.19.2
app_file: app.py
pinned: false
license: mit
---
## Stacked Tensorial Neural Network (STNN) demo
This demo uses the model architecture from [arXiv:2312.14979](https://arxiv.org/abs/2312.14979)
to solve a parametric PDE problem on an elliptical annular domain. See the paper for a
detailed description of the problem and its applications.
The [GitHub repo](https://github.com/caleb399/stacked_tensorial_nn) contains additional examples, including
intructions for solving the PDE using a conventional iterative method (GMRES). Due to the long runtime of
solving the PDE in this way, it is not included in the demo.
|