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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -