Search code examples
Whether there is any need to modify the backward function in pytorch?...


pytorchautomatic-differentiation

Read More
Update step in PyTorch implementation of Newton's method...


pythonmathematical-optimizationpytorchnewtons-methodautomatic-differentiation

Read More
How to generate jacobian of a tensor-valued function using torch.autograd?...


pythonpytorchautogradautomatic-differentiation

Read More
JAX `custom_vjp` for functions with multiple outputs...


pythonjaxautomatic-differentiation

Read More
JAX `vjp` fails for vmapped function with `custom_vjp`...


pythonvectorizationjaxautomatic-differentiation

Read More
JAX `vjp` does not recognize cotangent argument with `custom_vjp`...


pythonfunctionjaxautomatic-differentiation

Read More
How can PyTorch-like automatic differentiation work in Rust, given that it does not allow multiple m...


rustbackpropagationautomatic-differentiation

Read More
Why is the Jacobian of a 4D matrix calculated incorrectly by PyTorch's torch.autograd.functional...


pytorchautomatic-differentiation

Read More
automatic differentiation and getting the next representable floating point value...


c++c++20automatic-differentiation

Read More
What is differentiable programming?...


language-agnosticdifferentiationautomatic-differentiation

Read More
Is there a fast way of calculating 1000 Jacobians of a neural network?...


python-3.xtensorflowneural-networkautomatic-differentiationgradienttape

Read More
how to apply gradients manually in pytorch...


pytorchmathematical-optimizationautogradautomatic-differentiation

Read More
What is wrong with this implementation of matmul for automatic differentiation?...


rustautomatic-differentiation

Read More
How can I implement a vmappable sum over a dynamic range in Jax?...


pythonnumpyjaxautomatic-differentiationautodiff

Read More
Confused about evaluating vector-Jacobian-product with non-identity vectors (JAX)...


juliaderivativejaxautomatic-differentiationautodiff

Read More
computational complexity of higher order derivatives with AD in jax...


tensorflowtorchjaxtaylor-seriesautomatic-differentiation

Read More
How to use and interpret JAX Vector-Jacobian Product (VJP) for this example?...


odedifferential-equationsjaxautomatic-differentiationautodiff

Read More
How to get the gradients of network parameters for a derivative-based loss?...


pythonpytorchgradientbackpropagationautomatic-differentiation

Read More
Can tf.gradienttape() calculate gradient of other library's function...


pythontensorflowkerasautomatic-differentiationgradienttape

Read More
jax minimization with stochastically estimated gradients...


randommathematical-optimizationscipy-optimizejaxautomatic-differentiation

Read More
jax automatic differentiation...


pythontensorflowjaxautomatic-differentiation

Read More
Derivative of Scalar Expansion in PyTorch...


pythonpytorchderivativeautomatic-differentiation

Read More
Why does jax.grad(lambda v: jnp.linalg.norm(v-v))(jnp.ones(2)) produce nans?...


pythonjaxautomatic-differentiation

Read More
Pytorch torch.linalg.qr is differentiable?...


deep-learningpytorchautomatic-differentiation

Read More
Derivative in JAX and Sympy not coinciding...


sympyjaxautomatic-differentiation

Read More
Obtaining zeros in this derivative in Jax...


pythonjaxautomatic-differentiation

Read More
second derivative is None in tensorflow automatic differentiation...


pythontensorflowmachine-learninggradientautomatic-differentiation

Read More
Issues with non-hashable static arguments when forming...


pythonjaxautomatic-differentiation

Read More
Torch automatic differentiation for matrix defined with components of vector...


pythonpytorchautogradautomatic-differentiation

Read More
How to link a C++11 program to the Adept library...


c++c++11automatic-differentiation

Read More
BackNext