Skip to content

Implementation of various optimization algorithms like steepest gradient descent, Newton's method, conjugate gradient descent, quasi-newton method, etc., in C++.

Notifications You must be signed in to change notification settings

lzytitan494/Optimization-Methods-in-ML

Repository files navigation

Optimization-Methods-in-ML

Implementation of various optimization algorithms like steepest gradient descent, Newton's method, conjugate gradient descent, quasi-newton method, etc., in C++.

To Run

Download all the files in a single directory and run. (c++ compiler required)

Note:

--> only works with two variable Quadratic Functions.
--> To use for different Optimization functions you need to create new functions in matrix.h to support specific requirements.

About

Implementation of various optimization algorithms like steepest gradient descent, Newton's method, conjugate gradient descent, quasi-newton method, etc., in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages