WGU D429 - Key Terms

0.0(0)
Studied by 5 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/270

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:07 PM on 4/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

271 Terms

1
New cards

artificial intelligence (AI)

machine-driven, human-like intelligence and problem-solving systems

2
New cards

intelligence

the ability to understand, apply knowledge, and solve complex problems

3
New cards

rationality

the ability to make sound decisions

4
New cards

Turing test

a thought experiment that decides a computer's ability to respond as a human

5
New cards

natural language processing

a computer's ability to communicate in human language

6
New cards

knowledge representation

the ability to store information

7
New cards

automated reasoning

the computer's ability to answer questions and draw new conclusions

8
New cards

machine learning (ML)

the field of study that gives computers the ability to learn from data without being explicitly programmed

9
New cards

total Turing test

evaluates a machine's intelligence by assessing its ability to not only communicate in natural language but also perceive and interact with the physical world and become indistinguishable from a human

10
New cards

computer vision

a field of computer science that focuses on enabling computers to find and understand objects and people in images and videos

11
New cards

robotics

the ability to manipulate and move objects

12
New cards

dualism

posits the existence of two distinct and independent realities

13
New cards

empiricism

emphasizes knowledge acquisition through sensory experiences and observations

14
New cards

induction

involves drawing general conclusions from specific observations

15
New cards

AI observation sentence

a statement generated by an AI system based on its analysis of data, reflecting the AI's interpretation of observed patterns or trends

16
New cards

legal positivism

a theory of laws where rules are created by humans and valid based on legitimate authority

17
New cards

neural networks

computational models inspired by the human brain, consisting of interconnected layers of nodes that process and learn from data to recognize patterns and make predictions

18
New cards

ethical artificial intelligence

considers that the study and use of AI technologies should follow ethical rules to ensure fairness, transparency, and accountability

19
New cards

agent

anything that can be viewed as perceiving its environment through sensors

20
New cards

environment

the part that affects what an agent perceives

21
New cards

actuators

a device that causes motion (robotic movement)

22
New cards

percept

the content of an agent's sensors

23
New cards

percept sequence

the history of everything an agent has perceived

24
New cards

agent function

maps percept sequence to actions

25
New cards

task environment

specific setting or context in which an AI agent operates and performs its designated tasks

26
New cards

PEAS

performance, environment, actuators, sensors

27
New cards

software agent

a computer program that acts for another user or program in a relationship with an agent

28
New cards

softbot

a program that issues commands within a software environment and interprets feedback

29
New cards

fully observable

occurs when sensors detect all aspects that are relevant to the choice of an action

30
New cards

partially observable

occurs when parts of a state are missing from sensor data

31
New cards

unobservable

when an agent has no sensors

32
New cards

single agent

one agent performing a task

33
New cards

multiagent

when two or more agents perform a task together

34
New cards

competitive

maximizes agent performance measures by avoiding the pitfalls of predictability

35
New cards

cooperative

allows single-space occupancy

36
New cards

deterministic

when the state of an environment is completely decided by the current state and action executed by an agent

37
New cards

nondeterministic

when certain behaviors are unpredictable or unexpected

38
New cards

stochastic

when the model of an environment explicitly deals with probabilities

39
New cards

episodic

a process where agents do not think ahead but base decisions on current issues

40
New cards

sequential

a concept where decisions affect future decisions

41
New cards

static environment

an environment that remains unchanged while an agent is deliberating or acting

42
New cards

dynamic environment

environments that consistently question agents to make decisions and do nothing until agents make decisions

43
New cards

semi-dynamic environment

an environment that does not change with time despite an agent's changing performance score

44
New cards

discrete

a system that models problems that are too large to be continuous

45
New cards

continuous

an environment where performed actions cannot be numbered

46
New cards

known

an environment where the outcome of all actions is provided

47
New cards

unknown

a situation where the AI agent has little or no prior knowledge about the environment it is operating in

48
New cards

environment class

a category or grouping in programming that encapsulates environmental variables and settings, allowing for the management and configuration of application behavior based on the specific context in which it operates

49
New cards

smart agent

a software program capable of performing tasks autonomously, learning from its environment, and making decisions or taking actions to achieve specific goals

50
New cards

AI agent

a software entity that perceives its environment, processes information, and takes actions autonomously to achieve a specific objective

51
New cards

learning agents

the agents that handle making improvements

52
New cards

performance element

selects external actions

53
New cards

critic

decides performance element modifications

54
New cards

problem generator

suggests actions that lead to new and informative experiences

55
New cards

reward

provides direct feedback on the quality of agent behavior

56
New cards

penalty

provides critical feedback on agent behavior

57
New cards

training data

a set of examples used to teach a machine learning model, allowing it to learn patterns and make predictions or decisions

58
New cards

operational data

information generated during the regular functioning of a system, used for monitoring, managing, and improving ongoing operations

59
New cards

human-level AI

commonly referred to as artificial general intelligence (AGI); is AI's ability to understand, learn, and perform humanlike tasks

60
New cards

artificial superintelligence (ASI)

refers to the future of AI, which could potentially surpass all levels of human intelligence

61
New cards

gorilla problem

refers to apprehension about creating superintelligent machines

62
New cards

King Midas problem

describes a hypothetical scenario or challenge that arises when designing intelligent systems that optimize for a specific objective without considering the broader consequences or trade-offs

63
New cards

assistance game

occurs when a machine tries to achieve a human objective

64
New cards

inverse reinforcement learning

occurs when machines learn about human preferences by observing human choices

65
New cards

AI ethics

the examination of moral issues related to the development and use of artificial intelligence, including fairness, transparency, and societal impact

66
New cards

negative side effects

the harmful effects that technologies have on the world

67
New cards

surveillance cameras

recording devices that capture movement

68
New cards

cybersecurity

the practice of protecting computer systems, networks, and digital data from unauthorized access, attacks, damage, or theft

69
New cards

de-identification

the process of removing identifying information

70
New cards

generalizing fields

a form of minimizing risks by minimizing information

71
New cards

k-anonymity

indistinguishable database

72
New cards

aggregate querying

processes the data from multiple indexed entities to return a single summary value

73
New cards

differential privacy

a mathematical framework that ensures the privacy of individuals in a dataset by providing guarantees that the inclusion or exclusion of any single individual's data does not significantly affect the outcome of any analysis, thereby protecting personal information from being revealed

74
New cards

federated learning

often referred to as collaborative learning, this is a decentralized approach to training machine learning models that does not require an exchange of data from client devices, thereby ensuring privacy

75
New cards

secure aggregation

a privacy-preserving technique that allows multiple parties to collaboratively compute an aggregate value (e.g., a sum or average) of their individual data without revealing their raw data to each other

76
New cards

probabilistic inference

deduction of probabilities from known data using probabilistic models

77
New cards

Bayes' rule

also known as Bayes' theorem, uses prior knowledge or beliefs (prior probabilities) with new data or observations to calculate revised probabilities (posterior probabilities)

78
New cards

query

a request for information or the probability of an event within a probabilistic model

79
New cards

marginal probability

the probability of a single event occurring, obtained by summing or integrating over other variables

80
New cards

marginalization

the process of summing or integrating out unneeded variables to compute marginal probabilities

81
New cards

normalization

adjusting probabilities so that their total sums to one

82
New cards

marginal independence

when two variables are independent without conditioning on any other variables

83
New cards

conditional independence

when two variables are independent given the knowledge of a third variable

84
New cards

Naive Bayes

a classification algorithm based on Bayes' theorem with strong independence assumptions

85
New cards

Naive Bayes model

probability distribution model where the effect variables are not strictly independent of the given cause variable

86
New cards

Bayesian classifier

a probabilistic model that classifies data based on Bayes' theorem, using prior knowledge and evidence to predict the likelihood of different outcomes

87
New cards

sybil

a single entity that creates multiple identities to gain an unfair advantage or manipulate a system, often seen in online platforms and networks

88
New cards

sybil attack

occurs when an attacker creates multiple fake identities or nodes to disrupt or gain control over a network, influencing decisions or overwhelming resources

89
New cards

existence uncertainty

refers to the lack of certainty about whether a particular entity or event exists within a given context or model

90
New cards

identity uncertainty

involves not knowing the identity of an individual or entity, often due to incomplete or ambiguous information

91
New cards

open-universe probability model (OUPM)

a framework used to handle situations where the set of possible outcomes or entities is not fixed and can change over time as new information is introduced

92
New cards

Bayesian inference

a method of updating the probability of a hypothesis or event based on new evidence or information

93
New cards

number statement

a statement that provides specific quantitative information, such as a count or measurement, about a particular variable or phenomenon

94
New cards

Poisson distribution

a probability distribution that describes the likelihood of a given number of events occurring within a fixed interval of time or space

95
New cards

discrete log-normal distribution

a probability distribution for a random variable whose logarithm is normally distributed, often used to model phenomena with multiplicative effects and where the variable takes on discrete values

96
New cards

order-of-magnitude distribution

describes the distribution of values based on their scale or size, often using logarithmic scales to analyze data that spans several orders of magnitude

97
New cards

number variables

variables that represent quantitative values or counts, as opposed to categorical or qualitative data

98
New cards

random variables

variables whose values are subject to randomness or uncertainty and are typically used in probability and statistics to model and analyze random processes

99
New cards

generative program

software that autonomously creates new content or data, such as text, images, or designs, often using algorithms or AI

100
New cards

grammar

a collection of rules that specify how phrases can be organized in a structured way, often represented as a tree-like diagram