Skip to content Skip to sidebar Skip to footer
Showing posts with the label Differentiation

Sympy - Is There A Way To Differentiate Over An Abstract Variable?

I'm learning SymPy now, and I wonder if there's a way to differentiate a function over one … Read more Sympy - Is There A Way To Differentiate Over An Abstract Variable?

Pendulum Simulation In Python Using Odeint() Not Quite Working As A Pendulum

I have built a pendulum simulation using fourth order Runge-Kutta differentiation where everything … Read more Pendulum Simulation In Python Using Odeint() Not Quite Working As A Pendulum

Function Gradients With Gather Operations In Tensorflow

I am trying to write a complicated computational graph using tensorflow and compute symbolic gradie… Read more Function Gradients With Gather Operations In Tensorflow