Re: [Haskell-cafe] Two Other AI Sources

2007-03-20 Thread Jacques Carette

Alfonso Acosta wrote:

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.

A link to this code would have been / would still be most appreciated.

Jacques
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Two Other AI Sources

2007-03-20 Thread Alfonso Acosta

On 3/20/07, Jacques Carette [EMAIL PROTECTED] 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


Re: [Haskell-cafe] Two Other AI Sources

2007-03-20 Thread Andrew Wagner

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 [EMAIL PROTECTED] wrote:

On 3/20/07, Jacques Carette [EMAIL PROTECTED] 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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Two Other AI Sources

2007-03-19 Thread 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


Re: [Haskell-cafe] Two Other AI Sources

2007-03-19 Thread Alfonso Acosta

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 [EMAIL PROTECTED] wrote:

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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe