How to get the Jacobian and Hessian value after training the neural network? #1451
Unanswered
DOUBLEYANG-Github
asked this question in
Q&A
Replies: 2 comments
-
|
I have the same question |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
See https://deepxde.readthedocs.io/en/latest/demos/pinn_forward/poisson.1d.dirichlet.html |
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.
-
I know that there is a method in deepXDE: https://deepxde.readthedocs.io/en/latest/modules/deepxde.html#module-deepxde.gradients that calculates the Jacobian matrix when training the neural network. Suppose I have the trained network, how do I get the corresponding Jacobian given an input value?
Beta Was this translation helpful? Give feedback.
All reactions