Gradient Descent and Linear Regression
The Gradient Descent and Linear Regression notebook shows how to use DiffKt to solve linear regression problems with the data in a tensor and a gradient descent algorithm using automatic differentiation as the optimization algorithm to minimize the problem.