Gradient Descent on a Simple Parabola
The Gradient Descent on a Simple Parabola notebook is an introductions to minimizing a parabola function over a scalar using gradient descent. The notebook demonstrates how DiffKt can calculate the derivative of a scalar function in a gradient descent algorithm.