- Perceptrons (book)
Perceptrons is the name of a book authored by
Marvin Minsky andSeymour Papert , published in 1969. The full title of the book is "Perceptrons; an introduction to computational geometry." An edition with handwritten corrections and additions was released in the early 1970s. An expanded edition was further released in 1987, containing a chapter dedicated to counter the criticisms made in the 1980s towards it.The main subject of the book is the
perceptron , an important kind ofartificial neural network developed in the late 1950s and early 1960s. The main researcher on perceptrons wasFrank Rosenblatt , author of the book "Principles of Neurodynamics". Rosenblatt and Minsky knew each other since adolescence, having studied with a one year difference at theBronx High School of Science Fact|date=June 2008. They became at one point central figures of a debate inside the AI research community, and are known to have promoted loud discussions in conferencesFact|date=June 2008. Despite the dispute, the corrected version of the book released after Rosenblatt's tragic and early death contains a dedication to him.This book is the center of a long-standing controversy in the study of
artificial intelligence . It is claimed that pessimistic predictions made by the authors were responsible for an erroneous change in the direction of research in AI, concentrating efforts on so-called "symbolic" systems, and contributing to the so-calledAI winter . This decision, supposedly, proved to be unfortunate in the 1980s, when new discoveries showed that the prognostics in the book were wrong.The book contains a number of
mathematical proofs regarding perceptrons, and while it highlights some of perceptrons' strengths, it also shows some previously unknown limitations. The most important one is related to the computation of some predicates, as the XOR function, and also the important connectedness predicate. The problem of connectedness is illustrated at the awkwardly colored cover of the book, intended to show how humans themselves have difficulties in computing this predicateFact|date=June 2008.The XOR affair
Critics of the book state that the authors imply that, since a single artificial neuron is incapable of implementing some functions such as the
XOR logical function, larger networks also have similar limitations, and therefore should be dropped. Later research on three-layered perceptrons showed how to implement such functions, therefore saving the technique from obliteration.There are many mistakes in this story. Although a single neuron can in fact compute only a small number of logical predicates, it was widely known that networks of such elements can compute any possible
boolean function . This was known byWarren McCulloch andWalter Pitts , who even proposed how to create aTuring Machine with their formal neurons, is mentioned in Rosenblatt's book, and is even mentioned in the book Perceptrons.Fact|date=June 2008 Minsky also extensively uses formal neurons to create simple theoretical computers in his book "Computation: Finite and Infinite Machines".What the book does prove is that in three-layered feed-forward perceptrons (with a so-called "hidden" or "intermediary" layer), it is not possible to compute some predicates unless at least one of the neurons in the first layer of neurons (the "intermediary" layer) is connected with a non-null weight to each and every input. This was contrary to a hope held by some researchers in relying mostly on networks with a few layers of "local" neurons, each one connected only to a small number of inputs. A feed-forward machine with "local" neurons is much easier to build and use then a larger and recurrent neural network, so researchers at the time concentrated on these instead of on more complicated models.
Analysis of the controversy
Although it is a widely available book, many scientists talk about Perceptrons only echoing what others have said, which helps to spread misconceptions about it. Minsky has even compared the book to the fictional book
Necronomicon inH. P. Lovecraft 's tales, a book known to many, but only read by few [http://www.ucs.louisiana.edu/~isb9112/dept/phil341/histconn.html] . The authors talk in the expanded edition about the criticism of the book that started in the 1980s, with a new wave of research symbolized by the PDP book.How Perceptrons was explored first by one group of scientists to drive research in AI in one direction, and then later by a new group in another direction, has been the subject of a peer-reviewed sociological study of scientific development [http://www.jstor.org/pss/285702] .
Wikimedia Foundation. 2010.