@hackage / hnn

A reasonably fast and simple neural network library

Latest0.3

About

Metadata

  • Last updated , by AlpMestanogullari
  • License BSD-3-Clause
  • Maintained by: Alp Mestanogullari <alpmestan@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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.