Name: HaskellLM Version: 0.1.0 License: GPL License-file: LICENSE Author: Kiet Lam Maintainer: Kiet Lam Synopsis: Pure Haskell implementation of the Levenberg-Marquardt algorithm Description: 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 optimization, or neural networks training . Go to for example usage (in tests) Category: Math Build-type: Simple Cabal-version: >= 1.6 Library Build-depends: base >= 4 && < 5, hmatrix >= 0.12.0.0 hs-source-dirs: src Exposed-modules: Math.LevenbergMarquardt ghc-prof-options: -prof -auto-all source-repository head type: git location: https://github.com/ktklam9/HaskellLM