Can anybody suggest me tutorial, book, blog or share code sample for neural networks in Haskell ? I have experience in neural networks in imperative languages, but I want try that in Haskell.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There are at least three libraries on Hackage:
|
||||
|
|
You may find this sample application useful. It uses back-propagation. I wrote an article discussing the example, explaining how the use of a functional paradigm affects the design. The article should appear in the next issue of The Monad Reader. |
|||
|