wio

 CONTENTS   SEARCH   HISTORY   HELP 



  Report: Slave and Expert Systems

Browse:
  Related Search:


 WORLD-INFOSTRUCTURE > SLAVE AND EXPERT SYSTEMS > 1950S: THE BEGINNINGS OF ...
  1950s: The Beginnings of Artificial Intelligence (AI) Research


With the development of the electronic computer in 1941 and the stored program computer in 1949 the conditions for research in artificial intelligence (AI) were given. Still, the observation of a link between human intelligence and machines was not widely observed until the late 1950s.

A discovery that influenced much of the early development of AI was made by Norbert Wiener. He was one of the first to theorize that all intelligent behavior was the result of feedback mechanisms. Mechanisms that could possibly be simulated by machines. A further step towards the development of modern AI was the creation of The Logic Theorist. Designed by Newell and Simon in 1955 it may be considered the first AI program.

The person who finally coined the term artificial intelligence and is regarded as the father of AI is John McCarthy. In 1956 he organized a conference "The Dartmouth summer research project on artificial intelligence" to draw the talent and expertise of others interested in machine intelligence for a month of brainstorming. In the following years AI research centers began forming at the Carnegie Mellon University as well as the Massachusetts Institute of Technology (MIT) and new challenges were faced: 1) the creation of systems that could efficiently solve problems by limiting the search and 2) the construction of systems that could learn by themselves.

One of the results of the intensified research in AI was a novel program called The General Problem Solver, developed by Newell and Simon in 1957 (the same people who had created The Logic Theorist). It was an extension of Wiener's feedback principle and capable of solving a greater extent of common sense problems. While more programs were developed a major breakthrough in AI history was the creation of the LISP (LISt Processing) language by John McCarthy in 1958. It was soon adopted by many AI researchers and is still in use today.





browse Report:
Slave and Expert Systems
    Introduction: The Substitution of Human Faculties with Technology: Early Tools
 ...
-3   1940s - Early 1950s: First Generation Computers
-2   1950: The Turing Test
-1   1940s - 1950s: The Development of Early Robotics Technology
0   1950s: The Beginnings of Artificial Intelligence (AI) Research
+1   Late 1950s - Early 1960s: Second Generation Computers
+2   1961: Installation of the First Industrial Robot
+3   Late 1960s - Early 1970s: Third Generation Computers
     ...
1980s: Artificial Intelligence (AI) - From Lab to Life
 INDEX CARD     RESEARCH MATRIX 
Expert system
Expert systems are advanced computer programs that mimic the knowledge and reasoning capabilities of an expert in a particular discipline. Their creators strive to clone the expertise of one or several human specialists to develop a tool that can be used by the layman to solve difficult or ambiguous problems. Expert systems differ from conventional computer programs as they combine facts with rules that state relations between the facts to achieve a crude form of reasoning analogous to artificial intelligence. The three main elements of expert systems are: (1) an interface which allows interaction between the system and the user, (2) a database (also called the knowledge base) which consists of axioms and rules, and (3) the inference engine, a computer program that executes the inference-making process. The disadvantage of rule-based expert systems is that they cannot handle unanticipated events, as every condition that may be encountered must be described by a rule. They also remain limited to narrow problem domains such as troubleshooting malfunctioning equipment or medical image interpretation, but still have the advantage of being much lower in costs compared with paying an expert or a team of specialists.