Skip to main content

Gradient Descent and Multivariable Linear Regression

The Gradient Descent and Multivariable Linear Regression shows how to use DiffKt for multivariable linear regression. In this notebook the model has two inputs and one output. Gradient Descent is used to minimize the optimization problem for the parameter estimation, using DiffKt for automatic differentiation.