Neural networks in Haskell - advice -


can suggest me tutorial, book, blog or share code sample neural networks in haskell ? have experience in neural networks in imperative languages, want try in haskell.

there several libraries on hackage:

  • haskellnn haskell library uses hmatrix (and, transitively, gsl , liblbfgs c libraries) heavy lifting (gpl). claims fast.

  • instinct pure-haskell library claims fast (bsd).

  • hnn minimal haskell neural network library (lgpl).

  • bindings-fann bindings fann library.

  • hfann other bindings fann library.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -