AI Flashcards

AI

1
Q

AI

A

Creating a system that produces results comparable to human intelligence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Artificial Intelligence

A

Creating a system that produces results comparable to human intelligence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Artificial Neural Network

A

AI system that attempts to mimic the neurons and synapses in the human brain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Boolean logic

A

Logic in which clauses can have one of two states ,such as yes or no, true or false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

brute force searching

A

AI technique that considers all possible solutions, looking for the best.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CAPTCHA

A

System designed to create text that is unreadable to a computer but understandable to a person, to reduce spam.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

chaining

A

Use of logical statements to come to a conclusion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Chinese Room, the

A

Thought experiment dealing with the idea of knowledge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

computational intelligence

A

Approach that tries to create systems that think and learn in the same way humans do.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

confidence interval

A

Level of certainty in an answer a pattern recognition system provides.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

expert system shell

A

Software used to create expert systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

expert systems

A

Software designed to make the same decisions that a human expert would, in a given knowledge domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

feedback loop

A

Use of previous answers (right or wrong) to improve the decision making process next time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

fuzzy logic

A

Logic in which items can have multiple values. Used in AI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

fuzzy set theory

A

System in which items can be partial or complete members of a set. Used in AI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

hand writing recognition

A

System to recognise human writing and convert it to text.

17
Q

heuristics

A

General rules for performing a task, used to improve the perform of searching algorithms in AI applications.

18
Q

IF-THEN rule

A

Rule used by the inference engine in an expert system to describe the relationship between key concepts.

19
Q

inference engine

A

Part of an expert system which attempts to relate the users input with knowledge stored in the knowledge base.

20
Q

inference rule

A

Rule used by the inference engine in an expert system to describe the relationship between key concepts.

21
Q

knowledge base

A

Area of an expert system where all facts about the knowledge domain are stored.

22
Q

knowledge domain

A

Area of knowledge in which an expert system specialises.

23
Q

knowledge engineer

A

Programmer responsible for entering expert knowledge into an expert system.

24
Q

knowledge representation

A

Different techniques for representing concepts and their relationships inside a computer system.

25
logic
Rule used by the inference engine in an expert system to describe the relationship between key concepts.
26
machine learning
Technique for making a computer produce better results by learning from past experiences.
27
machine translation
Technique for automatically translating one human language into another.
28
natural language processing
Techniques for processing human languages to enable a computer to understand their meaning.
29
neural networks
AI technique that tries to simulate the human brain, using neurons and synapses.
30
pattern recognition
Computational Intelligence technique where computers are trained on examples and learn to recognise similarities between them.
31
Searching
AI technique that considers all possible solutions, looking for the best.
32
set theory
Mathematical theory used in some AI techniques.
33
speech recognition
Computer system that can process spoken language and understand its meaning.
34
training data
Example data used in a pattern recognition system.
35
Turing test
Proposed test to see if a computer is intelligent or not.
36
user interface
Part of an expert system that accepts users inputs and presents answers.