I though the book would be more in-depth. Plus there are several annoying math slip-ups.
Hope this helps-
Unfortunately, there are some errors in this book. I originally complained in my review about not having found any errata on the publisher's site. It turns out they are there now. Last I checked, you get to the errata from the main page, not from the book's page. I am corresponding with the author about some errors that haven't been caught yet. He has been very responsive.
Once the errors get caught and fixed, this will be an amazing book. I don't know of any other quite like it.
Some of the algorithms discussed in the book have their origins in physics (simulated annealing), biology (adaptive resonance theory, ant algorithms, genetic algorithms, and artificial life), and brain modeling (neural networks). The reader will also be introduced to some of the older methods in artificial intelligence, such as rule-based systems (loosely referred to as GOFAI for "good ole-fashioned artificial intelligence by some researchers). Source code in ANSI C is given for the algorithms, even though the resulting programs are command-line driven. In spite of this, and in spite of no use whatsoever made of Prolog or LISP, all of the chapters in this book will serve to introduce the beginning student or practicing scientist to useful algorithms in AI.
After many letdowns in the past five decades, and also many accomplishments, artificial intelligence is now taking off, and has invaded many different fields with a vengeance. Indeed, financial engineering, bioinformatics, network engineering, elementary particle physics, manufacturing, computer games, and many other fields are making heavy use of intelligent algorithms. A lot of this use has been driven also by the rise of the Internet and the dramatic increase in computational power of computer hardware. Even robotics, the field that has been a source of frustration for researchers in AI, has now shown every sign of finally moving ahead. Without a doubt the 21st century will see the presence of thinking machines. These may not take the form they do in popular entertainment, but in whatever context they are used, one will be able to trace their abilities to the painstaking and patient efforts of the many early researchers in AI. The minds of these machines, however exotic they may be, however advanced they may be, and however they are used, will be products of the incredible originality and skill of the human mind.
The author has a clear goal with this book. Demystify the current state of the art, in the hopes that a baseline is established with the current generation of programmers with which to build on and possibly raise the bar.
This books captures a wide range of AI techniques (i.e. simulated annealing, adaptive resonance theory, ant algorithms, backpropagation algorithms, genetic algorithms/programming, artificial life/evolving neural networks, expert systems, fuzzy logic, hidden markov models, and intelligent agents) and provides ready to run and modify algorithms. The language chosen is C, with faint hints of lisp for some of the data sets. I found this a welcome change, as most hardcore AI books are heavy with the lisp, and heavy with the math. The C is simple, clear, and explained. There is some math, but it is no where near as overwhelming as it is in other AI books.
The analogies chosen are clear and spot on. After reading this book I felt smarter for having read it, and excited to practice some of the techniques learned. I even had thoughts of trying combinations of them for certain problems and also just for fun.
In short, the author has given me renewed hope for AI as a practical technology, and more importantly has not made me feel my money was ill spent. This book was a gamble for me, and I suspect it will be a gamble for others. Rest assured that it is worth the risk, even if you can't readily use any of the techniques it at the very least will spark the imagination and provide inspiration.