from Hacker News

Show HN: LambdaNet – A functional neural network library written in Haskell

by jbarrow on 12/30/14, 4:19 AM with 7 comments

  • by jdiez17 on 12/30/14, 1:17 PM

    Thanks for sharing this. I've been interested in Haskell for a while and I hadn't really started writing any actual programs until very recently[1]. I also wanted to learn about neural networks, and reading your source code was quite pleasant. It looks really interesting, congratulations.

    [1] I wrote a toy IRC bot for a channel I have with some friends. It's quite primitive. https://github.com/jdiez17/HaskellHawk

  • by coolsunglasses on 12/30/14, 8:37 AM

    This looks really cool. Are there any papers that describe neural networks that function in a manner similar to how this library works?
  • by jokoon on 12/30/14, 3:43 PM

    off-topic question: is it possible to speed up a neuron network software using a gpu or specialized hardware running openCL ? what about using supercomputers ?
  • by im3w1l on 12/30/14, 8:35 AM

    Looks very nice! May I ask how fast it is?