Levenberg Marquardt example

by Trent Guidry 16. August 2009 03:03
In this post I will give an example of using the previously created Levenberg Marquardt class to solve a nonlinear regression problem using the Levenberg Marquardt algorithm. [More]

Levenberg Marquardt

by Trent Guidry 12. August 2009 14:01
In this post I will create the Levenberg Marquardt class, which can be used for nonlinear regression using the Levenberg Marquardt algorithm with numerical derivatives. [More]