hnn

A reasonably fast and simple neural network library

http://github.com/alpmestan/hnn

Latest on Hackage:0.3@rev:1

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.

BSD-3-Clause licensed by Alp Mestanogullari, Gatlin Johnson
Maintained by Alp Mestanogullari

A neural network library implemented purely in Haskell, relying on the hmatrix library.

This library provides a straight and simple feed-forward neural networks implementation which is way better than the one in hnn-0.1, in all aspects.

You can find a mini-tutorial in AI.HNN.FF.Network.