Problems in AI

From Computer Science Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Artificial Intelligence[1]

I used this material from my course: knowledge-based AI:


  1. All intelligent agents have limited resources
  2. Computation is local, but problems have a global context
  3. Computational logic is deductive, but many problems are inductive
  4. World knowledge is dynamic but knowledge is limited
  5. How can we get an AI agent to explain or justify it's decisions?


  1. Data arrives incrementally
  2. Problems exhibit recurring patterns
  3. Problems have multiple levels of granularity
  4. Many problems are computationally intractable
  5. The world is dynamic, but knowledge of the world is static
  6. The world in open-ended, but knowledge is limited.



References[edit]