Search code examples
Inner workings of pytorch autograd.grad for inner derivatives...


pythonpytorchautogradautomatic-differentiation

Read More
How can I fix this problem of automated differentiation with Tensorflow?...


pythontensorflowautomatic-differentiation

Read More
Julia JuMP making sure nonlinear objective function has correct function signatures so that autodiff...


juliajulia-jumpautomatic-differentiation

Read More
What does the parameter retain_graph mean in the Variable's backward() method?...


neural-networkconv-neural-networkbackpropagationpytorchautomatic-differentiation

Read More
Is there a PyTorch equivalent of tf.custom_gradient()?...


tensorflowpytorchautomatic-differentiation

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


tensorflowautogradautomatic-differentiationjaxautodiff

Read More
Breaking TensorFlow gradient calculation into two (or more) parts...


tensorflowautomatic-differentiation

Read More
How to compute the joint probability density function from a joint cumulative density function in Ja...


pythonprobability-densityprobability-distributionautomatic-differentiationjax

Read More
avoiding matrix inversion error when taking gradient of TensorFlow numerical integration results...


tensorflownumerical-integrationtensorflow-probabilityautomatic-differentiation

Read More
how is backpropagation the same (or not) as reverse automatic differentiation?...


algorithmneural-networkbackpropagationcalculusautomatic-differentiation

Read More
Tensorflow custom gradient not giving expected answer...


pythontensorflowautomatic-differentiation

Read More
tf.GradientTape returns None for gradient...


tensorflowneural-networkslicetensorflow2.0automatic-differentiation

Read More
tf.GradientTape() returns None value for my neural network function...


pythontensorflowautomatic-differentiationgradienttape

Read More
Julia Roots find_zero with ForwardDiff.Dual type?...


juliaautomatic-differentiation

Read More
Is tensoflow pow(x, y) differentiable by y?...


tensorflowtensorflow2.0automatic-differentiation

Read More
Understanding JAX argnums parameter in its gradient function...


pythonautomatic-differentiationjax

Read More
Automatic Differentiation:numerical or exact?...


mathpytorchautomatic-differentiation

Read More
PyDrake: Extracting AutoDiff gradients from a robot (controlled via Differential Inverse Kinematics)...


pythonc++drakeautomatic-differentiationinverse-kinematics

Read More
Plotting output of ForwardDiff in Julia...


type-conversionjuliaautomatic-differentiationautodiff

Read More
How does TensorFlow compute the gradient of vgg19.preprocess_input?...


pythontensorflowautomatic-differentiationstyle-transfer

Read More
Why Pytorch autograd need another vector to backward instead of computing Jacobian?...


pythonoptimizationpytorchbackpropagationautomatic-differentiation

Read More
Where is Wengert List in TensorFlow?...


tensorflowautomatic-differentiation

Read More
Representing a computational graph in Haskell...


algorithmhaskelldata-structuresfunctional-programmingautomatic-differentiation

Read More
Is Julia ForwardDiff applicable to very comprehensive function involving ODE integration and nested ...


juliaodekalman-filterautomatic-differentiation

Read More
Repeated use of GradientTape for multiple Jacobian calculations...


pythontensorflowmachine-learningneural-networkautomatic-differentiation

Read More
Automatic Differentiation in C# and F#...


c#f#automatic-differentiation

Read More
Automatically change the version of only assembly which has code changes in Dot Net...


visual-studiomsbuild.net-assemblyautomatic-differentiationassemblyversions

Read More
Difference between symbolic differentiation and automatic differentiation?...


symbolic-mathautomatic-differentiation

Read More
Computational graph vs (computer algebra) symbolic expression...


tensorflowpytorchtheanobackpropagationautomatic-differentiation

Read More
How to assign equations element by element in autograd...


pythonautogradautomatic-differentiation

Read More
BackNext