Exam 15: Artificial Intelligence

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Explain each of the ways in which inference engines for expert systems can proceed.

Free
(Essay)
4.8/5
(44)
Correct Answer:
Verified

Forward chaining begins with assertions and tries to match those assertions to the "if" clauses of rules, thereby generating new assertions. These may in turn be matched with "if" clauses, generating still more assertions. This is the process we used in our example. Backward chaining begins with a proposed conclusion and tries to match it with the "then" clauses of rules. It then looks at the corresponding "if" clauses and tries to match those with assertions, or with the "then" clauses of other rules. This process continues until all "if" clauses that arise have been successfully matched with assertions, in which case the proposed conclusion is justified, or until no match is possible, in which case the proposed conclusion is rejected.

The ____ causes the network to settle into a stable state where it can correctly respond, to any desired degree of accuracy, to all inputs in the training set.

Free
(Multiple Choice)
4.8/5
(44)
Correct Answer:
Verified

A

Explain the characteristics that any knowledge representation scheme that we select must have.

Free
(Essay)
4.9/5
(42)
Correct Answer:
Verified

1. Adequacy-The representation method must be adequate to capture all of the relevant knowledge. Because of its rich, expressive powers, a natural language representation will surely capture a lot of knowledge. However, it might be difficult to extract exactly what that knowledge is. You might have to wade through a lot of unnecessary verbiage, and you must also understand the nuances of meaning within the natural language. A formal language representation has the advantage of extracting the essentials.
2. Efficiency-We want the representational form to be minimalist, avoiding redundant information wherever possible. This means allowing some knowledge that is not explicitly represented to be inferred from the knowledge that is explicitly represented. Take, for example, that it is easy to infer from the natural language, the formal language, or the semantic net that because a given creature named Spot is a dog, he has four legs and a tail and also is a mammal and, therefore, warm-blooded. This knowledge is not captured in the pictorial format. On the other hand, it would take a much longer natural language paragraph to describe all the additional knowledge about Spot that is captured in the picture.
3. Extendability-It should be relatively easy to extend the representation to include new knowledge. For example, the semantic net can easily be extended to tack on another "dog" instance. It would also be easy to capture the fact that dogs have two eyes or that mammals do not lay eggs; these properties can simply be plugged in as new ovals connected into the network.
4. Appropriateness-The representation scheme used should be appropriate for the knowledge domain being represented. For example, a pictorial representation scheme would appear to be the most appropriate way to represent the knowledge base for a problem dealing with recognition of visual images. We saw before that a pictorial representation is probably not appropriate for the kind of knowledge about Spot that is difficult to display visually. The level of granularity needed for the intended application might also influence the appropriateness of a particular scheme. Is a given pictorial representation sufficient, or do we need to "zoom in" and expose more detail? The appropriate representational form for knowledge therefore depends on the knowledge to be captured and on the type of task for which the knowledge is to be used.

____________________ with a hidden layer of neurons are useful for recognition tasks, where we desire a certain pattern of output signals for a certain pattern of input signals.

(Short Answer)
4.9/5
(37)

A neural network is presented with ____, for which the correct outputs are known.

(Multiple Choice)
4.8/5
(33)

A(n) ____ is a form of software technology that is designed to interact collaboratively with a user somewhat in the mode of a personal assistant.

(Multiple Choice)
4.8/5
(32)

A formal language representation has the disadvantage of extracting the essentials.

(True/False)
4.8/5
(43)

A(n) ____ begins to not merely wait for user commands but initiates communication, takes action, and performs tasks on its own on the basis of its increasing knowledge of your needs and preferences.

(Multiple Choice)
4.8/5
(46)

____ is the branch of computer science that explores techniques for incorporating aspects of intelligence into computer systems.

(Multiple Choice)
4.8/5
(35)

It has been said of intelligent agent technology that once a sufficient level of trust has been achieved, and when human users are willing to allow their software to make independent decisions, we will begin to see exciting new applications. List one.

(Essay)
4.8/5
(41)

A(n) ____ approach for a solution path traces all branches of the state-space graph so that all possible choices are tested and no test cases are repeated.

(Multiple Choice)
4.9/5
(49)

What does the term robot imply?

(Essay)
4.7/5
(35)

Although ____________________ incorporate a body of knowledge to "filter" their choices and thereby appear to capture certain aspects of human reasoning, they still perform relatively limited tasks.

(Short Answer)
4.9/5
(44)

____ begins with assertions and tries to match those assertions to the "if" clauses of rules.

(Multiple Choice)
4.8/5
(43)

____ is the study of how we as humans think and learn.

(Multiple Choice)
4.8/5
(39)

If an output neuron fires when it is not supposed to, then the positive input values coming into it are adjusted upward. _________________________

(True/False)
4.8/5
(31)

A ____ takes us from the initial state to a winning configuration, and the graph nodes along the way represent the intermediate configurations.

(Multiple Choice)
4.8/5
(44)

A robot must not only gather sensory information, but filter out the possibly vast amount of data its surroundings might present to it.

(True/False)
4.8/5
(39)

A(n) ____ attempts to mimic the human ability to engage pertinent facts and string them together in a logical fashion to reach some conclusion.

(Multiple Choice)
4.8/5
(37)

____ is a well-known humanoid robot built by Honda Motor Company.

(Multiple Choice)
4.9/5
(40)
Showing 1 - 20 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)