Unit 5 - Chapter 15 Flashcards

1
Q

Artificial Intelligence ( AI)

A

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

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

The turing test

A

allows a human to interrogate two entities, both hidden from the interrogator. One entity is a human and the other a machine ( a computer). The interrogator can ask the entities questions and receive their responses. The communication is carried on in some form that does not alone reveal which entity is the computer; for example, the interrogator’s questions could be typed on a keyboard and the responses printed out. If, as a result of this questioning, the interrogator is unable to determine which entity is the human and which the computer, then the computer has exhibited sufficiently human intelligence to pass the Turing test.

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

The turing test

A

allows a human to interrogate two entities, both hidden from the interrogator. One entity is a human and the other a machine ( a computer). The interrogator can ask the entities questions and receive their responses. The communication is carried on in some form that does not alone reveal which entity is the computer; for example, the interrogator’s questions could be typed on a keyboard and the responses printed out. If, as a result of this questioning, the interrogator is unable to determine which entity is the human and which the computer, then the computer has exhibited sufficiently human intelligence to pass the Turing test.

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

Formal language

A

The language of formal logic

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

connectionist architecture

A

Connectionist networks are arrangements of several neurons into a network that can be entirely described by an architecture (how the neurons are arranged and connected), a transmission function (how information flows from one neuron to another), and a learning rule (how connection weights change over time).

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

connectionist architecture

A

Connectionist networks are arrangements of several neurons into a network that can be entirely described by an architecture (how the neurons are arranged and connected), a transmission function (how information flows from one neuron to another), and a learning rule (how connection weights change over time).

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

Artificial Neural Networks

A

usually just called neural networks, can be created by simulating individual neurons in hardware and connecting them in a massively parallel network of simple devices that act somewhat like biological neurons.

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

Training data

A

Training data is labeled data used to teach AI models or machine learning algorithms to make proper decisions. For example, if you are trying to build a model for a self-driving car, the training data will include images and videos labeled to identify cars vs street signs vs people.

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

State-space search and graph

A

A state space essentially consists of a set of nodes representing each state of the problem, arcs between nodes representing the legal moves from one state to another, an initial state and a goal state. Each state space takes the form of a tree or a graph.

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

Swarm Intelligence

A
Swarm intelligence (SI) is the collective behavior of decentralized, self-organized systems, natural or artificial.[1] The concept is employed in work on artificial intelligence.
Swarm intelligence (SI) is in the field of artificial intelligence (AI) and is based on the collective behavior of elements in decentralized and self-organized systems. SI has a great involvement in the field of Internet of Things (IoT) and IoT-based systems in order to logically control their operations.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Swarm Intelligence

A
Swarm intelligence (SI) is the collective behavior of decentralized, self-organized systems, natural or artificial.[1] The concept is employed in work on artificial intelligence.
Swarm intelligence (SI) is in the field of artificial intelligence (AI) and is based on the collective behavior of elements in decentralized and self-organized systems. SI has a great involvement in the field of Internet of Things (IoT) and IoT-based systems in order to logically control their operations.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Intelligent agent

A

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

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

Expert-system, also called rule-based systems or knowledge-based systems.

A

An expert system attempts to mimic the human ability to engage pertinent facts and string them together in a logical fashion to reach some conclusion.

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

An expert system must contain two components

A

A knowledge base - A set of facts about the subject matter

An inference engine - A mechanism for selecting the relevant fats and for reasoning from them in a logical way.

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

Explanation facility

A

part of the rule-based system. This allows the user to see the assertions and rules used in arriving at a conclusion as a sort of check on the path of reasoning or for the user’s own enlightenment.

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

Knowledge engineering

A

Knowledge engineering is a field of artificial intelligence (AI) that tries to emulate the judgment and behavior of a human expert in a given field. Knowledge engineering is the technology behind the creation of expert systems to assist with issues related to their programmed field of knowledge.

17
Q

deliberative strategy ( robotics research)

A

Says that the robot must have an internal representation of its environment and that its actions in response to some stimuli are programmed into the robot based on this model of the environment

18
Q

Reactive strategy

A

Uses heuristic algorithms to allows the robot to respond directly to stimuli from its environments without filtering through some line of reasoning based on its internal understanding of that environment.