AI Exam Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards for reviewing key concepts in AI.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Backward chaining

A search algorithm that starts from a hypothesis and works backward to reach the goal.

2
New cards

Interaction with the environment

The ability of an agent to interact with its surroundings by sensing and responding to threats or opportunities.

3
New cards

Complexity

A measure of the resources (time or space) required by an algorithm.

4
New cards

Selection

The process where less capable units are removed because they are not good at responding to environmental problems.

5
New cards

Pheromone

Chemical signals that ants use to communicate and leave trails.

6
New cards

Supervised learning

A type of learning where the system is trained on a set of labeled examples.

7
New cards

Inductive programming

A learning approach where the system derives a program from input and desired output examples.

8
New cards

Reflexive

Behavior that is a direct motor response to a stimulus, without intervening processing.

9
New cards

Consequent

The part of an IF-THEN rule that appears after the THEN.

10
New cards

Time complexity

A measure of how long an algorithm takes to find a solution.

11
New cards

Reward

Defines what are the good and bad events for the agent at the immediate level.

12
New cards

Passive sensors

Sensors that capture signals that are generated by other sources in the environment.

13
New cards

Satisfaction problem

Problem where any valid solution is as good as any other solution.

14
New cards

Backpropagation

Algorithm used to train a neural network with hidden layers.

15
New cards

Action

A move in a game, representing the agent's decision.

16
New cards

Output layer

The layer which is used to represent the final output of the model.

17
New cards

Proprioceptive sensors

Sensors that inform the robot of its own motion.

18
New cards

State

An entity that exists in the real world and obeys the laws of physics.

19
New cards

Breadth-first search and Depth-first search

Search algorithms that do not use additional information about the goal.

20
New cards

Simulation

A model that captures the functional connections between inputs and outputs of a system