"Yves S. Garret" <
yoursurr...@gmail.com> writes:
> Hi all.
>
> I'm learning CLisp from the gigamonkeys book that's available
> online for free.
No, you're not.
You're learning Common Lisp (CL).
Clisp is a specific implementation of Common Lisp, but ther are several
other implementations.
Saying that you're learning clisp, is like saying you're learning gcc.
> What I'd like to know is how can improve my understanding of Lisp
> as well as how to write code for applications that use Artificial
> Intelligence? Say I would like to make an artificial neural
> network, just for kicks (this is purely an exercise for the sake of
> self-improvement, nothing more, nothing less), that filters spam or
> tries to study patterns in the movements of financial markets.
> What steps can I take to improve my understanding of these two
> things? Any projects or applications I can learn from? Any
> suggestions?
You could read PAIP "Paradigms of Artificial Intelligence Programming:
Case Studies in Common Lisp".
--
__Pascal Bourguignon__
http://www.informatimago.com/
A bad day in () is better than a good day in {}.