R scripts that contain source functions:
SteepestDescent.R - starter code to implement steepest descent (1) for function of a scalar; (2) for function of a vector
NewtonsMethod.R - starter code to implement Newton's method (1) for function of a scalar
FunctionsBinaryLogistic.R - starter code to implement functions for binary logistic regression that calculate (1) objective value; (2) gradient; (3) customized steepest descent solver; (4) customized Newton's method with variations
R scripts that contain examples that use the source functions.
Example1.R - toy example with function
Example2.R - finding