@hackage / HaskellNN

High Performance Neural Network in Haskell

Latest0.1.3

About

Metadata

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

  • Lottery factor: 0

Links

Installation

Readme

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