CIS 5603. Artificial Intelligence

Overview of AI

Pei Wang

1. Origin

In the 1940s, various computers were invented initially for numerical calculation, though they were also used in non-numerical computation or symbol manipulation, as anticipated in models like the Turing machine.

Several visionaries had noticed important similarities between the brain/mind and the machine:

AI as a research field started in 1956 at the Dartmouth meeting, and was strongly influenced by John McCarthy, Marvin Minsky, Allen Newell, Herbert A. Simon.

2. The big picture

The general goal of AI is to build computer systems that work like the human mind.

AI has a science aspect (related to cognitive science) and an engineering aspect. A complete AI project normally has three related levels:

  1. Theory
  2. Model
  3. Implementation
Basic questions:
  1. What is AI?
  2. Can AI be built?
  3. How to build AI?
  4. Should AI be built?

3. Working definitions

In which aspect an AI is like a human mind: These approaches are related, though different. See a detailed discussion.

4. The agent framework

The mainstream opinion takes intelligence as a set of functions integrated in an intelligent agent framework, consisting of

Reading