CMSC 471 Introduction to Artificial Intelligence -History of AI, KRR, Logic

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Who coined the term artificial intelligence?

John McCarthy

2
New cards

Who worked on the Analytical Engine?

Charles Babbage and Ada Lovelace

3
New cards

What is L’homme machine?

automation without a mind that looks and acts like a real person

4
New cards

What are the two tests Descartes made for the case that l’homme machine could emit verbal responses

the use of language and the ability to reason (be adaptable and flexible)

5
New cards

What is knowledge?

the knowing or understanding of a thing gained through experience or learning

6
New cards

What are the 3 main data structures used to represent knowledge?

semantic network, frame, script

7
New cards

what is a semantic network?

a graph where each node represents a concept and an edge connecting a pair of nodes represents the semantic relationship between them

8
New cards

what is a frame?

an object containing data, default values, and functions of the concept it embodies under a hierarchy of inheritance; it is much like a class in an object-oriented programming language

9
New cards

what is a script?

a sequence of events associated by the typical actions and relationships between the events

10
New cards

what is reasoning?

the ability to apply logic to make conclusions about information

11
New cards

what does it mean to be rational?

have the capacity to reason; apply reasoning

12
New cards

2 logical representation systems

propostional logic and predicate logic

13
New cards

3 methods of reasoning based on inferencing

deduction, induction, abduction

14
New cards

in deductive reasoning, the conclusion cannot be __ if the premises are __

false; true

15
New cards

what is a tautology?

a compound proposition that is always true

16
New cards

what is a contradiction?

a compound proposition that is always false

17
New cards

what is a contingency

neither a tautology or contradiction

18
New cards

what is a premise

an assumption or hypothesis

19
New cards

what is a valid argument

an argument in which the conclusion cannot be false if the premises are all true

20
New cards

what is a sound argument?

a valid arument in which the premises are all true

21
New cards

P and not P is an example of __

contradiction

22
New cards

P or not P is an example of __

tautology