Linear Regression with User Defined Types
The Linear Regression with User-Defined Types notebook shows how to use DiffKt to solve linear regression problems with user-defined types to hold the data, and a gradient descent algorithm using automatic differentiation as the optimization algorithm to minimize the problem.