From: Jonathan Wohlgelernter
Subject: feed forward neural network
Date: 
Message-ID: <Pine.A41.4.05.10012071754390.41090-100000@acis.mc.yu.edu>
does anyone know of a simple feed forward neural network implementation in
lisp? I would greatly appreciate any information/code you could provide me
with.
thank you.
Jonathan Wohlgelernter
From: Mark Watson
Subject: Re: feed forward neural network
Date: 
Message-ID: <F97Y5.48960$II2.4428634@newsread2.prod.itd.earthlink.net>
Hello Jonathan,

You can get the examples from my first Springer-Verlag
LISP book from www.markwatson.com and both
feed forward delta rule and ART2 are included.
I used the delta rule code for several projects, and
it always worked well for me.

Earlier in the year, I added a graphics library for
the free version of LispWorks also (see link on my book page).

-Mark

"Jonathan Wohlgelernter" <········@ymail.yu.edu> wrote in message
··············································@acis.mc.yu.edu...
> does anyone know of a simple feed forward neural network implementation in
> lisp? I would greatly appreciate any information/code you could provide me
> with.
> thank you.
> Jonathan Wohlgelernter
>