vote up 0 vote down star

I would like to learn more about AI and Robotics programming and theory. Any books or sources of information will do, so long as they do not require significant prior knowledge of these fields. Cost is also not that much of a factor, but cheaper is preferred.

flag
Are you just doing the programming, or building, also? – James Black Oct 17 at 18:24
stackoverflow.com/questions/876987 – patternexon Oct 17 at 18:25
Just programming – award88 Oct 17 at 18:30
What kind of AI are you working on? Computer vision, machine learning, probabilistic motion planning .. there are several AI-related robotics disciplines .. – Jacob Oct 17 at 18:38
I am looking for a broader introductory type book. Sorry for not being specific. – award88 Oct 17 at 18:43

4 Answers

vote up 3 vote down check

Robotics and Game AI have enough in common, that it's often cheaper to buy a few reasonably priced game AI books before buying a really serious reference like Russell and Norvig. At least in the stores I've checked, the price of "AI: A Modern Approach" has skyrocketed so much recently that it may not be the best place to start.

General texts that I've used frequently during my research

Texts I've found helpful to get started with implementing things I've read about

Websites of interest

link|flag
vote up 0 vote down

Jeff Heaton

link|flag
vote up 0 vote down

AI and Robots theory is a very broad area, so it would be helpful if you narrowed down your interest, otherwise this is probably too broad a question.

For example, if you read Godel, Escher and Bach it would help with understanding some of the limits of AI.

Which computer language would you be using? That will strongly influence an AI book recommendation.

If you are going to be just programming, and are not interested in building, then you can get a Lego Mindstorm kit, and there are various books on using that: http://shop.lego.com/product/?p=8547&LangId=2057&ShipTo=US

I think it is a good introduction to robotics, as you can then better determine what you want to see in a robot that is beyond what you can do with the lego kit.

link|flag
I would be using Java. I tried Lego Mindstorms several years ago when I was in high school, but don't remember much about it. – award88 Oct 17 at 18:36
1  
GEB is a little excessive for this request, don't you think? – Jacob Oct 17 at 18:37
If you know nothing about AI, I think it is a good introduction, as he helps to show what AI is about, and some of the limits of it. And, it is easier to read than most AI books I have read. – James Black Oct 17 at 19:00
I must disagree. It's an awesome book, no doubt but its aim isn't just to expound the basics of AI. It tries to "braid" together commonalities in disciplines which may seem unrelated to AI and uses them to explain AI in a very deep and intuitive manner. But if you just want to learn the basics of AI, it's a bit heavy :) – Jacob Oct 17 at 19:15
@Jacob - Toward the end of the book he goes into the AI part of it, which actually caught me by surprise. – James Black Oct 17 at 19:27
vote up 2 vote down

Russell and Norvig "AI: A Modern Approach"

link|flag
+1 : A good introductory book (and detailed in the right places) for a broad treatment of AI. – Jacob Oct 17 at 18:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.