hnn: A reasonably fast and simple neural network library
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. It also provides a simple and little tested implementation of recurrent neural networks.
If you're interested in the feed-forward neural networks, please read the mini-tutorial on
AI.HNN.FF.Network
.
Downloads
- hnn-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2.0.0, 0.3 |
---|---|
Dependencies | base (>=4 && <5), binary, bytestring, hmatrix (>=0.16), mwc-random, random, vector, vector-binary-instances (>=0.2), zlib [details] |
License | BSD-3-Clause |
Copyright | 2009-2014 Alp Mestanogullari, Gatlin Johnson |
Author | Alp Mestanogullari <alpmestan@gmail.com>, Gatlin Johnson <rokenrol@gmail.com> |
Maintainer | Alp Mestanogullari <alpmestan@gmail.com> |
Category | AI |
Home page | http://github.com/alpmestan/hnn |
Bug tracker | http://github.com/alpmestan/hnn/issues |
Source repo | head: git clone http://github.com/alpmestan/hnn.git |
Uploaded | by AlpMestanogullari at 2014-06-20T11:11:37Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2910 total (0 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user [build log] Successful builds reported [all 1 reports] |