
For the Haskell and AI work, we ought to consider AI programming books in addition to Russell and Norvig: /Paradigms of AI Programming: Case Studies in Common Lisp/, P. Norvig, 1991. /Prolog Programming for Artificial Intelligence/, I. Bratko, 1990./ Artificial Intelligence Techniques in Prolog/, Y. Shoham, 1994. Perhaps there are newer additions (e.g. Bratko), but the problems and solutions from these languages are presented. We can build on them rather than starting from scratch or even just the theoretical outline of Russell and Norvig. Adam

Just in case it helps, I ported the code of Norvigs Paradigms of
Artificial Intelligence Programming chapter 8 (integrals and
derivates) for a collage course.
It passes all the tests proposed by Norvig in his book, includes an
expression parser written in Parsec and has a small libreadline
interpreter.
I as well have a pretty bad written report (done in a hurry before the
deadline) but could be useful to understand the differences between
the Norvigs implementation and my port.
On 3/19/07, Adam Wyner
For the Haskell and AI work, we ought to consider AI programming books in addition to Russell and Norvig:
/Paradigms of AI Programming: Case Studies in Common Lisp/, P. Norvig, 1991. /Prolog Programming for Artificial Intelligence/, I. Bratko, 1990./ Artificial Intelligence Techniques in Prolog/, Y. Shoham, 1994.
Perhaps there are newer additions (e.g. Bratko), but the problems and solutions from these languages are presented. We can build on them rather than starting from scratch or even just the theoretical outline of Russell and Norvig.
Adam
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Alfonso,
Lemmih (from #haskell) has been kind enough to give me space on a
server for a darcs repo. I could add your code there if you'd like to
email it to me, or we could ask him if you could have your own space.
Perhaps you could email me off-list and we can arrange it.
On 3/20/07, Alfonso Acosta
On 3/20/07, Jacques Carette
wrote: A link to this code would have been / would still be most appreciated.
I would have provided it if I had it, but the code is not online. However I don't have any problem to send it or uploaded somewhere. Any suggestions? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

I would also recommend Mitchell, Machine Learning. I have quite a lot of Haskell code for stuff in this book, which I'm currently polishing for publishing. (For example, I'm rather proud of my thirty line neural network code.)
participants (5)
-
Adam Wyner
-
Alfonso Acosta
-
Andrew Wagner
-
DavidA
-
Jacques Carette