Difference between revisions of "Blog articles/Algorithms"

From HaskellWiki
Jump to navigation Jump to search
(added HNN)
(11 intermediate revisions by 5 users not shown)
Line 12: Line 12:
 
===Folds===
 
===Folds===
   
* [http://www.acooke.org/andrew/writing/folds.html Second order folds]
 
 
* [http://mikeburrell.wordpress.com/2007/02/01/functional-idempotence-optimization/ Folds and functional programming]
 
* [http://mikeburrell.wordpress.com/2007/02/01/functional-idempotence-optimization/ Folds and functional programming]
 
* [http://cale.yi.org/index.php/Fold_Diagrams Fold diagrams]
 
* [http://cale.yi.org/index.php/Fold_Diagrams Fold diagrams]
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===

Revision as of 13:14, 25 December 2009