HaskellNN

High Performance Neural Network in Haskell

Latest on Hackage:0.1.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-GPL licensed by Kiet Lam
Maintained by Kiet Lam

High Performance Neural Network in Haskell

Provides fast training algorithms using hmatrix's bindings to GSL and custom bindings to the liblbfgs C-library

Supported training algorithms: Gradient Descent, Conjugate Gradient, BFGS, LBFGS

  • Users should focus on AI.Model for most usages (classification / regression)

  • Other modules are provided for user expansion if needed

Go to https://github.com/ktklam9/HaskellNN for examples and tests for usage