Added few more Haskell General-Purpose Machine Learning

This commit is contained in:
Robert Zaremba 2014-07-28 22:43:05 +02:00
parent 3eee8b312a
commit d13148c4ac
1 changed files with 3 additions and 1 deletions

View File

@ -194,8 +194,10 @@ For a list of free machine learning books available for download, go [here](http
<a name="haskell-general-purpose" />
#### General-Purpose Machine Learning
* [hnn](http://www.haskell.org/haskellwiki/HNN) - Haskell Neural Network library.
* [haskell-ml](https://github.com/ajtulloch/haskell-ml) - Haskell implementations of various ML algorithms.
* [HLearn](https://github.com/mikeizbicki/HLearn) - a suite of libraries for interpreting machine learning models according to their algebraic structure.
* [hnn](http://www.haskell.org/haskellwiki/HNN) - Haskell Neural Network library.
* [hopfield-networks](https://github.com/ajtulloch/hopfield-networks) - Hopfield Networks for unsupervised learning in Haskell.
<a name="java" />