|
Artificial Intelligence (3rd Edition) (A-W Series in Computerscience)
Product Review This book is one of the oldest and most popular introductions to artificial intelligence. An accomplished artificial intelligence (AI) scientist, Winston heads MIT's Artificial Intelligence Laboratory, and his hands-on AI research experience lends authority to what he writes. Winston provides detailed pseudo-code for most of the algorithms discussed, so you will be able to implement and test the algorithms immediately. The book contains exercises to test your knowledge of the subject and helpful introductions and summaries to guide you through the material. Book Info New edition explains how it is possible for computers to reason and perceive, thus introducing the field called artificial intelligence. Learn why the field is important, both as a branch of engineering and as a science. DLC: Artificial intelligence. Reader Reviews Winston's book is really terrible. I mean truly repellently, malignantly bad. "Can it really be as bad as all that?" you wonder. Yes!! It's that bad!! For starters, the book is poorly organized. Topics that logically belong together are often several chapters apart. There is no overall structure to the book. It seems like a collection of topics in AI that were hastily assembled without concern for thematic organization or flow. For example, the forward and backward chaining algorithms are presented in a chapter (Ch. 7) on rule-based systems, but are not even mentioned in the chapter (Ch. 13) on logic! Perceptron training is presented AFTER backpropagation! Contrast this with the much better book by Russell and Norvig, which uses the theme of intelligent agents as a continuing motivation throughout, and which groups related topics into logically arranged chapters. The examples in Winston are atrocious. The main example in the backpropagation chapter is some kind of classification network with a bizarre topography. This example is so trivial and weird that it totally fails to illustrate the strengths of backpropagation. The explanations of generalization and overfitting in backprop training are awful. The only chapter of this book that is not an unmitigated pedagogical disaster is the chapter on genetic algorithms, although better introductions exist (e.g. Melanie Mitchell). A further annoyance is the placement of all the exercises at the end of the book instead of the end of the chapters to which they correspond. Avoid this book. It is truly horrible, and vastly superior books on AI are readily available at comparable prices. Comment | | (Report this)
|

