Artificial Intelligence Problem Characteristics

Artificial Intelligence Problem Characteristics

To choose an appropriate method for a particular problem, It is necessary to analyze the problem along following key dimensions:
  1. Is the problem decomposable to independent smaller or easier problems?
  2. Can solution steps can be ignored or undone if they prove wrong?
  3. Is the problem’s universe predictable?
  4. Is the best solutions are obvious without comparison to all other possible solutions?
  5. Is the desired solution a state of the world or path of the states?
  6. Is the lots of knowledge required to solve a problem or is knowledge only to constrain solutions?
  7. Is the periodic interaction between human and computer required to solve a problem?

Comments