Hi All, recently I started to take a look at haskell, especially at AI. I can see some email addresses of interested people there but not so much of other activity behind. Does it exist some mailing group especially for AI? Basically I'm interested in trying some machine learning algorithms. Start with reinforcement learning and value-based), and go towards AGI (Artificial General Intelligence). Does anybody know about some already existing haskell approaches, or is there anybody working on this? Cheers, m.
Hi Miro! I have no useful information for you. Few weeks ago I also checked for any AI (machine learning first of all) related packages exist and found nothing satisfactory except for some quite small packages implementing a single algorithm (like NN-back-propagation). So there is a lot to do :) If you are going to do something in this area please let me know, I'll be glad to collaborate! p.s. Now I'm taking Machine Learning course at Coursera.org and looking forward to apply this knowledge with Haskell. On Tue, May 15, 2012 at 3:02 AM, miro <miroslav.karpis@gmail.com> wrote:
Hi All, recently I started to take a look at haskell, especially at AI. I can see some email addresses of interested people there but not so much of other activity behind. Does it exist some mailing group especially for AI?
Basically I'm interested in trying some machine learning algorithms. Start with reinforcement learning and value-based), and go towards AGI (Artificial General Intelligence). Does anybody know about some already existing haskell approaches, or is there anybody working on this?
Cheers, m.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
miro <miroslav.karpis <at> gmail.com> writes:
Hi All, recently I started to take a look at haskell, especially at AI. I can see some email addresses of interested people there but not so much of other activity behind. Does it exist some mailing group especially for AI? Basically I'm interested in trying some machine learning algorithms. Start with reinforcement learning and value-based), and go towards AGI (Artificial General Intelligence). Does anybody know about some already existing haskell approaches, or is there anybody working on this? Cheers, m.
Hi Miro For the past month or so I've been working through some of the algorithms in Artificial Intelligence: A Modern Approach by Russell and Norvig, and implementing them in Haskell. The code is available on github (https://github.com/chris-taylor/aima-haskell), you may be interested in taking a look. I haven't written any code for reinforcement learning yet, though I have implemented value iteration and policy iteration for MDPs. Chris
On Mon, Jul 30, 2012 at 4:39 PM, Chris Taylor <crntaylor@gmail.com> wrote:
miro <miroslav.karpis <at> gmail.com> writes:
Hi All, recently I started to take a look at haskell, especially at AI. I can see some email addresses of interested people there but not so much of other activity behind. Does it exist some mailing group especially for AI? Basically I'm interested in trying some machine learning algorithms. Start with reinforcement learning and value-based), and go towards AGI (Artificial General Intelligence). Does anybody know about some already existing haskell approaches, or is there anybody working on this? Cheers, m.
Hi Miro
For the past month or so I've been working through some of the algorithms in Artificial Intelligence: A Modern Approach by Russell and Norvig, and implementing them in Haskell. The code is available on github (https://github.com/chris-taylor/aima-haskell), you may be interested in taking a look. I haven't written any code for reinforcement learning yet, though I have implemented value iteration and policy iteration for MDPs.
Hi, I have an implementation of maze solving via genetic algorithms in Haskell at https://github.com/mihaimaruseac/HsMaze It was a homework with some added extensions but I guess that it is worth a look and some feedabck if possible :) Thanks -- MM
participants (4)
-
Chris Taylor -
Mihai Maruseac -
miro -
Paul Graphov