Can I use JAX for evaluating hessians of complicated functions? #4715
Unanswered
infinite-pursuits
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you are new to JAX, some of your answers might be in the https://jax.readthedocs.io/en/latest/notebooks/autodiff_cookbook.html |
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.
-
Hi there,
First time using JAX. Apologies already for the noob questions.
I need to compute hessians for complicated functions. Getting hessians in functional form by hand takes some time. I am thinking if JAX can compute all this for me?
Is there a guarantee that the answer is going to be correct? What is the degree of approximation?
Beta Was this translation helpful? Give feedback.
All reactions