AIF-C01 · AI and ML Foundations
20 cards
AI and ML Core Terminology and Paradigms
-
Quick check
How do AI, machine learning, and deep learning relate to one another?
ADeep learning is the umbrella term, and both AI and ML are subsets nested inside it
This inverts the nesting. Deep learning is the innermost term, not the field that contains the other two.
BAI is the umbrella, ML is a branch of AI, and deep learning is a subset of ML
Right. The nesting runs one way only: AI contains ML, and ML contains deep learning, which is defined by neural networks with multiple layers.
CML is the umbrella and contains AI, whose deep-learning branch avoids neural networks entirely
AI is the umbrella rather than something ML contains, and deep learning is defined by multilayer neural networks rather than by avoiding them.
3 / 20
-
Quick check
A factory must detect tiny defects in camera images and, separately, analyze the meaning of technicians' written reports. What fits both needs?
ANLP reads the camera images, while computer vision interprets the written reports
The two fields are swapped: NLP works on human language, not on visual content.
BModel fit handles the images, while inference handles the written reports
Fit describes how well a model captures a relationship, and inference is a stage of use; neither names a modality.
CComputer vision handles the camera images, and NLP handles the written reports
Right. Computer vision sees and understands images, including defects and anomalies, while NLP helps computers understand human language.
5 / 20
-
Quick check
Which statement correctly separates the algorithm, the model, training, and inference?
AThe algorithm is the recipe, training finds the patterns, the model stores them, and inference applies it
Right. Each word names a distinct part: recipe, process, resulting artifact, and later use on data whose answer is unknown.
BThe model is the recipe supplied before training, and the algorithm is the artifact that inference produces at the end
The roles are reversed. The algorithm is supplied to training, and the model is the artifact that training produces.
CTraining applies an existing prediction to new records, and inference converts that result back into a learning algorithm
Training starts from example data rather than from a prediction, and inference produces predictions rather than algorithms.
8 / 20
-
Keep your progress in the app
That’s 3 of 8 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
How do bias and fairness differ?
ABias reports how fast a model evaluates, and fairness reports how many rows the training set holds
Runtime and dataset size are operational measurements and do not define either term.
BBias means a network has several layers, and fairness means every layer shares one algorithm
Multiple layers describe deep learning architecture, which is unrelated to either definition.
CBias is an imbalance across groups in data or predictions; fairness considers the effects on stakeholder groups
Right. Bias names the imbalance, which can come from the data or the algorithm, while fairness asks about impact on groups of people.
10 / 20
-
Quick check
A model scores well on its training examples but badly on the evaluation examples. What is happening?
AIt is underfitting, because strong training scores mean the relationship was captured too well
Underfitting shows up as poor performance on the training data itself, so strong training scores rule it out.
BIt is overfitting: it memorized the data it saw and does not generalize to unseen examples
Right. Good training performance combined with weak evaluation performance is the defining pattern of overfitting.
CIt is performing inference, because evaluation data always hides the target answers
Evaluation data comes with known answers, so comparing the two scores is a fit diagnosis rather than inference.
13 / 20
-
Quick check
A team needs a pretrained model that can summarize and translate, while the application around it uses prompts to create new text. Which reading is precise?
AThe pretrained language model is an LLM, and creating new prompted text is generative AI behavior
Right. An LLM is the pretrained deep learning model that performs language tasks, and generating new content from prompts is what makes the behavior generative.
BThe pretrained language model is an algorithm, and creating new text is model-fit behavior
An algorithm is the learning recipe rather than a pretrained model, and fit describes training versus evaluation performance rather than content creation.
CThe pretrained language model is a computer vision system, and creating new text is a fairness measure
Computer vision works on images, and fairness concerns impact on stakeholder groups; neither describes a language model or generated text.
15 / 20
-
Quick check
A support tool first drafts new response text from a prompt; later it reasons over a resolution goal, picks an approved tool, and calls it. How is each phase classified?
AThe drafting phase is deep learning, and the decision phase measures model fit
Deep learning names a technique rather than the drafting behavior, and fit compares training with evaluation performance.
BThe drafting phase is inference, and the decision phase is simply training data
Inference is the general act of applying a model, and training data is an input to learning, so neither separates the two phases.
CDrafting new text is generative AI; deciding and acting is agentic AI
Right. Creating new content is the defining generative behavior, while perceiving context, reasoning over a goal, deciding, and acting through a tool is what agentic systems add.
18 / 20
-
Quick check
Which summary states all four relationships correctly?
ADeep learning contains AI, models are supplied before training, fairness measures dataset size, and agentic AI only writes text
The nesting is inverted, a model is the result of training rather than an input, fairness concerns impact rather than size, and agentic systems act as well as generate.
BAI contains ML, which contains deep learning; training produces the model that inference later applies; NLP handles language; agentic AI decides and acts
Right. Each clause matches the definitions: the nesting order, the training-to-inference boundary, the language field, and the goal-directed behavior.
CML contains AI, inference produces the model, computer vision handles written reports, and GenAI is defined by acting on goals
AI is the umbrella, training produces the model, computer vision works on images, and generation is content creation rather than goal-directed action.
20 / 20
-
8 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.