Blog articles/Algorithms
From HaskellWiki
< Blog articles(Difference between revisions)
(http://fixpasxbu.ifrance.com/news-1868.html) |
(added HNN) |
||
| (6 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| - | |||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
| Line 26: | Line 25: | ||
* [http://jpmoresmau.blogspot.com/2007/06/very-dumb-neural-network-in-haskell.html A neural network in Haskell] | * [http://jpmoresmau.blogspot.com/2007/06/very-dumb-neural-network-in-haskell.html A neural network in Haskell] | ||
| + | * [http://alpmestan.wordpress.com/2009/12/23/hnn-0-1-has-been-released/ The HNN library] (see its [http://www.haskell.org/haskellwiki/HNN haskellwiki page]) | ||
===Design patterns=== | ===Design patterns=== | ||
* [http://jpmoresmau.blogspot.com/2007/11/haskell-design-patterns-are-probably.html Haskell design patterns are (probably) needed] | * [http://jpmoresmau.blogspot.com/2007/11/haskell-design-patterns-are-probably.html Haskell design patterns are (probably) needed] | ||
Current revision
Contents |
1 Algorithms and techniques
1.1 Currying
1.2 Folds
- Folds and functional programming
- Fold diagrams
- The Power of Folds
- Folding Incremental Averages in Haskell
- The magic foldr
