Salas 1 (130)

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

1/258

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

259 Terms

1
New cards

What is the fundamental goal of DoE in AI?

To systematically determine the relationship between input factors and model performance.

2
New cards
3
New cards

Define "Factorial Design"

An experimental strategy where all combinations of factor levels are tested.

4
New cards
5
New cards

What does "2^3 design" signify?

An experiment with 3 factors, each tested at 2 levels.

6
New cards
7
New cards

What is a "Lurking Variable"?

An unmeasured variable that influences both the input and the response, potentially creating a false correlation.

8
New cards
9
New cards

Define "Experimental Error"

The variation in the response variable that cannot be explained by the factors in the design.

10
New cards
11
New cards

What is "Nuisance Variation"?

Variability that comes from sources we know exist but aren't the primary focus of the study.

12
New cards
13
New cards

What is the "Unit of Abstraction" in AI DoE?

It can be a single inference, a training epoch, or an entire dataset split.

14
New cards
15
New cards

Define "Homoscedasticity"

The assumption that the variance of the residual errors is constant across all levels of the factors.

16
New cards
17
New cards

What is "Independence of Errors"?

The requirement that the error in one experimental run does not influence the error in another.

18
New cards
19
New cards

What does the "Intercept" represent in a linear DoE model?

The average response value when all coded factors are at their mid-point (zero).

20
New cards
21
New cards

Define "Main Effect of Factor A"

The change in response produced by a change in the level of Factor A, averaged over the levels of other factors.

22
New cards
23
New cards

What is a "Positive Interaction"?

When the combined effect of two factors is greater than the sum of their individual effects.

24
New cards
25
New cards

What is a "Negative Interaction" (Antagonism)?

When one factor reduces the effectiveness of another factor on the response.

26
New cards
27
New cards

Why are "Coded Units" (-1, +1) used?

To compare factors with different physical scales (e.g., Temperature vs. Learning Rate) on a fair basis.

28
New cards
29
New cards

What is the "Red Dashed Line" on a Pareto Chart?

The t-limit or Bonferroni limit for statistical significance at a chosen alpha level.

30
New cards
31
New cards

If a bar in Pareto does not cross the limit, what should you do?

Consider removing that factor or interaction to simplify the model.

32
New cards
33
New cards

Define "Model Sparsity Principle"

The idea that a system is usually dominated by a few main effects and low-order interactions.

34
New cards
35
New cards

What is "Hierarchical Ordering"?

The principle that if an interaction (A*B) is significant, the main effects (A and B) should remain in the model regardless of their p-values.

36
New cards
37
New cards

Define "Response Surface Methodology" (RSM)

A collection of mathematical techniques used to find the optimal settings for a process.

38
New cards
39
New cards

What does a "Curved Contour" in a contour plot indicate?

The presence of interaction or quadratic (non-linear) effects.

40
New cards
41
New cards

What is a "Steepest Ascent" path?

The direction in which the response variable increases most rapidly.

42
New cards
43
New cards

Define "Robust Design"

A design that identifies factor settings where the response is least sensitive to noise.

44
New cards
45
New cards

What is "Degrees of Freedom for Error"?

The number of independent observations minus the number of parameters estimated.

46
New cards
47
New cards

Define "Standard Deviation of the Units"

A measure of the spread or "noise" within the experimental measurements.

48
New cards
49
New cards

What is "Blocking Factor"?

A factor used to group experimental units that are similar to reduce known noise.

50
New cards
51
New cards

Define "Randomized Complete Block Design" (RCBD)

A design where every treatment is present in every block, and the order within blocks is random.

52
New cards
53
New cards

What is the main risk of not randomizing?

Confounding the effect of a factor with a time-dependent trend.

54
New cards
55
New cards

Define "Replicate" vs "Repeat"

A replicate is a full reset of the experimental setup; a repeat is just a second measurement of the same setup.

56
New cards
57
New cards

Why is Replication better than Repeating?

It captures the true "setup-to-setup" variability.

58
New cards
59
New cards

What is "Confounding"?

When the effect of one factor is indistinguishable from the effect of another factor or interaction.

60
New cards
61
New cards

Define "Resolution III Design"

A design where main effects are confounded with 2-factor interactions.

62
New cards
63
New cards

Define "Resolution IV Design"

A design where main effects are clear of 2-factor interactions, but 2-factor interactions are confounded with each other.

64
New cards
65
New cards

Define "Resolution V Design"

A design where both main effects and 2-factor interactions are clear of each other.

66
New cards
67
New cards

What is a "Screening Experiment"?

An initial experiment with many factors used to "weed out" the unimportant ones.

68
New cards
69
New cards

What is "Power of the Test"?

The probability of correctly rejecting the null hypothesis when it is actually false.

70
New cards
71
New cards

How does increasing Sample Size affect Power?

It increases the power to detect smaller effects.

72
New cards
73
New cards

What is "Signal-to-Noise Ratio" in DoE?

The ratio of the magnitude of the factor effect to the experimental error.

74
New cards
75
New cards

Define "Alpha (Type I Error)"

The probability of saying a factor is significant when it actually is not.

76
New cards
77
New cards

Define "Beta (Type II Error)"

The probability of saying a factor is not significant when it actually is.

78
New cards
79
New cards

What is a "Box-Behnken Design"?

A type of response surface design that does not contain any points at the extremes (corners).

80
New cards
81
New cards

What is a "Central Composite Design" (CCD)?

A factorial design augmented with "star points" to estimate curvature.

82
New cards
83
New cards

Define "Stationary Point"

The point on a response surface where the slope is zero (can be a maximum, minimum, or saddle).

84
New cards
85
New cards

What is a "Saddle Point"?

A point on a surface that is a maximum in one direction and a minimum in another.

86
New cards
87
New cards

Define "Model Overfitting" in DoE

Including too many terms (like high-order interactions) that describe noise instead of the process.

88
New cards
89
New cards

What is "Residuals vs. Fits" plot used for?

To check for non-constant variance (heteroscedasticity).

90
New cards
91
New cards

What is a "Normal Probability Plot of Residuals"?

A tool to verify if the errors follow a normal distribution.

92
New cards
93
New cards

What does a "Run Order" column indicate?

The sequence in which the experiments were actually performed.

94
New cards
95
New cards

Define "Coded Variables"

Mapping real values (e.g., 0.001 to 0.1) to a scale of -1 to +1 for easier math.

96
New cards
97
New cards

What is the "Lack of Fit" test?

A statistical test that determines if the chosen model is adequate to describe the data.

98
New cards
99
New cards

What is "Parsimony" in modeling?

The preference for the simplest model that adequately explains the data.

100
New cards