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

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

Partial Derivative Using Autograd

I have a function that takes in a multivariate argument x. Here x = [x1,x2,x3]. Let's say my fu… Read more Partial Derivative Using Autograd

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

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