[plt-scheme] AI Algorithms in PLT-Scheme

From: Doug Williams (m.douglas.williams at gmail.com)
Date: Thu Feb 5 14:59:56 EST 2009

There is the inference collection for backward and forward chaining
inference that is on PLaneT (in fact, I just updated it for PLT Scheme 4.0
today). And, I have some graph search algorithms for state-space problem
solvers (with examples) and a blocks world program, with how and why
explanations based on walking the solution tree, that aren't on PLaneT, but
that are written in PLT Scheme. I'd be happy to make those available to you.

Doug

On Thu, Feb 5, 2009 at 8:56 AM, Noel Welsh <noelwelsh at gmail.com> wrote:

> I don't know of much released AI code.  There is the Science
> collection on Planet (http://planet.plt-scheme.org) on which said code
> can be built (assuming you tend more towards statistical AI / machine
> learning than symbolic AI). There are several AI researchers on this
> list (including myself) who have code that might be useful to you,
> though I expect much of it is too advanced and too hastily written to
> be appropriate for the classroom.
>
> I have code for the following:
>
>  - beta process
>  - Dirichlet process
>  - variational HMM
>  - generic POMDP
>  - basic HMM stuff (forward-backward alg. etc.)
>
> That's in rough order of when I last touched it, and hence how easy it
> would be to get running in recent PLT Scheme.
>
> N.
>
> On Wed, Feb 4, 2009 at 11:00 PM, Michael H. Coen <mhcoen at gmail.com> wrote:
> > Howdy folks,
> >
> > I'm teaching the Introduction to AI course at UW-Madison this term.
>
> ...
> > I'm a bit surprised there isn't an AI code repository.  Perhaps I'm not
> finding it?
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090205/79a47bbe/attachment.html>

Posted on the users mailing list.