3203. Introduction to Artificial Intelligence

AI Overview

 

Artificial Intelligence, or AI, is the attempt to build intelligent computer systems, that is, to make computer systems similar to the human mind in certain aspects.

 

1. Brief history

Whether intelligence/mind/thinking can be understood and reproduced in machines, it is a question that has been considered for a long time by philosophers, mathematicians, scientists, engineers, as well as by writers and movie makers. However, it is the modern digital computer that makes it possible to seriously test various answers to this question.

Computer appeared in the 1940s. Though initially it was used for numerical calculation, soon people realized that it can carry out many other intellectual activities by manipulating various types of symbols. Naturally, people began to wonder whether all mental activities can be carried out by computer, and if not, where is the boundary.

In 1950, British mathematician and computer scientist Alan Turing published an article "Computing machinery and intelligence" that discussed many important theoretical issues. It is generally acknowledged that the forming of AI as a research field was signified by the Dartmouth Meeting in 1956, where a dozen of researchers shared their initial ideas and results in fields like theorem proving and game playing.

Reference: brief history of AI

 

2. Partition of the domain

The current domain of AI research and application can be cut into fields along different dimensions.

- by the cognitive functions (which are often organized into an "agent" architecture) studied, the fields include:

- by the domains of application, the fields include: - by the type of major techniques, the fields include: - by the answers to the following basic questions:
  1. What is AI?
  2. Can AI be built?
  3. How to build AI?
  4. Should AI be built?
References: textbook, AI Topics

 

3. Nature of the domain

After hard works by many people for many decades, AI is still not mature, in the sense that there are far more problems than solutions.

The difficulty comes not only from the simple fact that mind is one of the most complicated phenomena in the universe, but also from the nature of AI, which must be, at the same time,

As a result, a complete AI work consists of three levels:
  1. a theory on intelligence (or part of it),
  2. a formal model of the theory,
  3. a computational implementation of the model.