@hackage / HaskellLM

Pure Haskell implementation of the Levenberg-Marquardt algorithm

Latest0.1.2

About

Metadata

  • Last updated , by KietLam
  • License LicenseRef-GPL
  • Categories Mathematics
  • Maintained by: Kiet Lam <ktklam9@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

The Levenberg-Marquardt algorithm is a minimization algorithm for functions expressed as a sum of squared errors

This can be used for curve-fitting, multidimensional function minimization, and neural networks training

Go to https://github.com/ktklam9/HaskellLM for example usage (in tests)