If my data is one-dimensional, is the value of component set to 0? #869
Unanswered
squarefaceyao
asked this question in
Q&A
Replies: 1 comment
-
|
See https://deepxde.readthedocs.io/en/latest/demos/pinn_inverse.html#odes |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
If my data is one-dimensional, is the value of component set to 0?
My problem is described as follows
We will solve a simple ODE system:
with the initial conditions
The reference solution is here, where the parameters$G_{na},G_{k},G_{L}$ are gated variables and whose true values are 120, 36, and 0.3, respectivly.
My code can't predict the parameters correctly. I would like to ask where is the problem.
My complete code is in this link https://gitee.com/squarefaceyao/pinn_inverse_pes/blob/master/Simulation_HH.ipynb
Beta Was this translation helpful? Give feedback.
All reactions