LSOPT icon indicating copy to clipboard operation
LSOPT copied to clipboard

LSOPT is a least-square problem optimization library in C++ for machine learning.

LSOPT

LSOPT is a least-square problem optimization library in C++ for machine learning.

  • support Gradient Descent
  • support Guass-Newton method
  • support Levenberg-Marquardt method

A simple example to demonstrate simple orthorgnal least square optimization example is in main.cpp.