Skip to content

Zer0-Bug/ML_GradientDescent-.-FindThetaValues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradient Descent Algorithm to Find θ Values

The goal of this implementation is to use gradient descent to find the optimal values of θ that minimize the cost function.

The implementation follows standard practices for logistic regression with regularization, and the formulas used in each method are derived from the logistic regression theory.