-
Hello JAX team, I have read through the tutorial part of the JAX document and am still have some questions about how AD is implemented in JAX. Does JAX support Newton-Raphson's reverse AD? If it is not currently supported, will it be developed in the future? @jakevdp |
Beta Was this translation helpful? Give feedback.
Answered by
soraros
Sep 13, 2021
Replies: 1 comment 1 reply
-
Yes. How to implement memory-efficient reverse AD for Newton-Raphson is explained in this tutorial/talk. This library provides a convenient API using the same techniques. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jakevdp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. How to implement memory-efficient reverse AD for Newton-Raphson is explained in this tutorial/talk. This library provides a convenient API using the same techniques.