> At first i posted this on comp.ai, but there wasnt any answers. Im not
> even sure it was received there, although i was able to see it in my
> topics list on some news servers (others didnt show it). So i will
> assume they didnt like it there :)
> I m not sure that this is right group for that, but i will hope its
> ok. It is about programming after all...
>
>
> I am trying to learn from the book AI modern approach. And as you can
> imagine, i have lost of question, although posts here make be believe
> this is not a good place for beginners.
>
> I was wondering are there any code examples for this book written in
> c, c++, php, maybe pascal.
There's actually a companion book called "Paradigms of Artificial
Intelligence Programming: Case Studies in Common Lisp", with code
examples written in Common Lisp.
> I am trying to learn alone so it would be easier if i could see some
> known things in those examples. I dont have experience with python,
> java or lisp. If there arent such examples, what do you think i should
> do? Learn one of theese languages or try to do it with one of theese i
> already know? Sorry if i used wrong group, but i didnt see any
> better. If there is one,(more for beginners) please guide me there.
While in theory it is possible to write AI programs in any programming
language, it is much easier to write them in a high level programming
language, I mean Lisp, Prolog, Haskell, etc.
> Do you think its not so smart to learn AI like this? Any chance i can
> learn something all by myself, without teacher? (although internet is
> a nice place for those eager to learn:).
There are courses both literature and videos available on the web.
Use google video.
and have a look at http://ocw.mit.edu/
> p.s. I would also like to find out about some other literature, so if
> you can suggest any, i will appreciate it.
You may start with:
http://www.ai.mit.edu/research/publications/
--
__Pascal Bourguignon__
[ comp.ai is moderated ... your article may take a while to appear. ]
The aima website http://aima.cs.berkeley.edu/ links to python code
http://code.google.com/p/aima-python/
With your python skills ready Programming Collective Intelligence is a
super practical read http://oreilly.com/catalog/9780596529321
PAIP http://norvig.com/paip.html is an excellent book, he introduces
Common Lisp in chapter one. If you want to go deeper into CL check
out PCL http://gigamonkeys.com/book/ and On Lisp http://www.paulgraham.com/onlisp.html