Search code examples
How does PyTorch remember overwritten tensors?...

pytorchautodiff

Read More
Why do we call .detach() before calling .numpy() on a Pytorch Tensor?...

numpypytorchautodiff

Read More
Custom JVP and VJP for higher order functions in JAX...

pythonfunctionhigher-order-functionsjaxautodiff

Read More
How to wrap a numpy function to make it work with jax.numpy?...

pythonnumpyjaxautodiff

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
How to use and interpret JAX Vector-Jacobian Product (VJP) for this example?...

odedifferential-equationsjaxautomatic-differentiationautodiff

Read More
Autodiff implementation for gradient calculation...

tensorflowmachine-learninggradient-descentgradienttapeautodiff

Read More
Tensorflow - constructing a tensor from particular values extracted from two different tensors...

numpytensorflowautodiff

Read More
Getting the expected dimensions of the Jacobian with JAX?...

pythonjaxautodiff

Read More
pytorch sets grad attribute to none if I use simple minus instead of -=...

pythonpytorchin-placeautodiff

Read More
Custom gradient with complex exponential in tensorflow...

pythontensorflowautodiff

Read More
Computing directional gradient w.r.t. the weights in TensorFlow...

tensorflowautogradautodiff

Read More
Compute partial derivatives with `madness`...

rderivativeautodiff

Read More
Automatic Differentiation with respect to rank-based computations...

tensorflowautogradautomatic-differentiationjaxautodiff

Read More
Use CppADCodeGen with CMake FetchContent or ExternalProject...

c++cgitcmakeautodiff

Read More
Jax: Take derivative with respect to index of vector-valued argument...

pythonjaxautodiff

Read More
Speeding up Zygote.jl AD...

juliaautodiff

Read More
How is the pullback defined for a function with an optional argument?...

swiftswift5autodiff

Read More
How do I take gradients of MultibodyPlant computations w.r.t. mass, center-of-mass, inertia, etc.?...

python-3.xdrakeautodiffsystem-identification

Read More
How to write a JAX custom vector-Jacobian product (vjp) for softmax...

pythonjaxautodiff

Read More
Auto-derivative functions in rcpparmadillio?...

rrcpprcpparmadilloautodiff

Read More
Partial derivatives using Jax?...

pythongradientjaxautodiff

Read More
Calculating Hessian with tensorflow gradient tape...

tensorflowautodiff

Read More
Plotting output of ForwardDiff in Julia...

type-conversionjuliaautomatic-differentiationautodiff

Read More
Is it ok to call `tape.watch(x)` when `x` is already a `tf.Variable` in TensorFlow?...

pythontensorflowautodiffeager-execution

Read More
How does tf.gradients manages complex functions?...

tensorflowgradientcomplex-numbersautodiff

Read More
Ceres Solver : using smooth approximations for non-linear least squares...

c++mathematical-optimizationleast-squaresceres-solverautodiff

Read More
Getting gradient of vectorized function in pytorch...

pythonpytorchderivativeautodiff

Read More
Pytorch - why does preallocating memory cause "trying to backward through the graph a second ti...

pytorchbackpropagationtensorautogradautodiff

Read More
BackNext