Replies: 1 comment 1 reply
-
|
There are similar (but not exactly the same) examples at https://github.com/lululxvi/hpinn |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to solve an inverse problem where the measurements are not done in the hidden function but through an operation. More concretely I have a set of measurements${S_i, t_i}$ that are related to the hidden function $u(x, t)$ by:
There is of course a PDE that has to be satisfied by$u(x, t)$ and has a hidden parameter $\lambda(x)$ that depends on space that I would also like to estimate.
In the examples, there is no problem like this and by reading the documentation and code I can't figure a way to implement this. I thought of using a costume loss function, but it needs to have a signature
(y_true, y_pred)and I need access to the model to compute the integral.Beta Was this translation helpful? Give feedback.
All reactions