I will be implementing stochastic gradient descent for logistic regression using OpenCL.
- OLS = ordinary least squares
- The objective of this algorithm is to estimate model parameters by minimizing the sum of squares between the model estimates and training examples
- Cost function:
Where
- Since this is a convex function, this is minimized for the parameters
$\beta$ when: