Description: This is a java implementation of Levenberg-Marquardt algorithm to train properly a neural network. Levenberg-Marquardt, implemented from the general description in Numerical Recipes (NR), then tweaked slightly to mostly match the results of their code. Use for nonlinear least squares assuming Gaussian errors.
To Search:
File list (Check if you may need any files):
LevenbergMarquardt.java
LMfunc.java