AIF-C01 · Practice set 6 of 10
Machine Learning Methods: 10 practice questions
10 free AIF-C01 practice questions on Machine Learning Methods, with an explanation for every answer. Untimed. The full mock exam and the timed version are in the app.
-
Question 1 of 10
What defines a supervised learning problem?
- AThe inputs omit targets so the system must discover their internal groupings
- BAn agent receives rewards while interacting with a changing environment
- CThe model selects actions by balancing uncertain and known rewards
- DThe training inputs include target values that provide known outcomes
Show the answer
Supervised learning relies on supplied targets; pattern discovery without targets is unsupervised, while actions and rewards characterize reinforcement learning.
Next → 1 / 10 -
Question 2 of 10
What defines an unsupervised learning problem?
- AThe inputs have no labels or targets, so outputs rely on discovered patterns
- BA model predicts one of several predefined classes from correctly labeled examples
- CAn agent takes trial-and-error actions to maximize long-term rewards
- DEvery input has a categorical or continuous target supplied during training
Show the answer
Unsupervised learning works from inputs without known answers and can discover groupings or other structure.
Next → 2 / 10 -
Question 3 of 10
What is the central learning mechanism in reinforcement learning?
- AA regression model estimates a continuous target from related variables
- BA system groups unlabeled examples once without receiving environmental feedback
- CA model maps labeled input attributes directly to supplied target values
- DAn agent learns through trial-and-error interaction to maximize long-term rewards
Show the answer
Reinforcement learning trains behavior through environmental interaction and reward feedback, including a balance between exploration and exploitation.
Next → 3 / 10 -
Question 4 of 10
Within supervised learning, when is a problem classification rather than regression?
- AThe inputs have no targets and must be divided into discovered clusters
- BThe agent receives rewards after actions in a dynamic environment
- CThe target is categorical, such as one of several predefined classes
- DThe target is continuous, such as an estimated house sale price
Show the answer
Categorical targets define classification, while continuous targets define regression; both are supervised because targets are supplied.
Next → 4 / 10 -
Question 5 of 10
Which task is a supervised regression problem?
- ADiscovering customer groups from attributes when no group labels exist
- BAssigning labeled documents to one of several predefined topic classes
- CEstimating a house price from features when historical sale prices are supplied
- DLearning a driving policy from actions and long-term track rewards
Show the answer
Regression predicts a continuous target from related features; the supplied historical prices make the problem supervised.
Next → 5 / 10 -
Keep the ones you got wrong
In the app, every question you miss comes back exactly when you’re about to forget it.
-
Question 6 of 10
What is the goal of cluster analysis in unsupervised learning?
- AMaximize long-term rewards by selecting actions in a dynamic environment
- BEstimate a continuous target value from features paired with known answers
- CForm groups whose members are similar within a group and different across groups
- DChoose between two predefined classes from correctly labeled examples
Show the answer
Clustering discovers discrete groupings from unlabeled inputs by using similarity; it does not predict supplied targets or learn an action policy.
Next → 6 / 10 -
Question 7 of 10
How does reinforcement learning balance exploration and exploitation?
- AIt trades labeled rows against unlabeled rows to create fixed cluster names
- BIt trades training features against target columns to remove environmental feedback
- CIt trades off actions with uncertain rewards against actions with known rewards
- DIt trades categorical targets against continuous targets in the same regression output
Show the answer
Exploration tries actions whose rewards are uncertain, while exploitation uses actions with known rewards in pursuit of the long-term objective.
Next → 7 / 10 -
Question 8 of 10
A retailer has historical examples with a product category and a numeric sale price. It must predict the category for one workflow and the price for another. Which approach fits both targets?
- AUse supervised regression for the category and supervised classification for the price
- BUse unsupervised clustering for the category and reinforcement learning for the price
- CUse reinforcement learning for the category and unsupervised clustering for the price
- DUse supervised classification for the category and supervised regression for the price
Show the answer
Both workflows have known targets, so both are supervised; the categorical target requires classification and the continuous numeric target requires regression.
Next → 8 / 10 -
Question 9 of 10
A fraud team has transaction features but no fraud labels. It wants to discover natural groupings and flag rare observations that differ sharply from the rest. Which paradigm best matches both goals?
- AUnsupervised learning, using clustering and anomaly detection on the unlabeled inputs
- BSupervised learning, using regression against fraud targets already present in the data
- CReinforcement learning, using environmental rewards to label every historical transaction
- DSupervised classification, using predefined fraud classes that the dataset does not contain
Show the answer
The absence of targets rules out supervised methods, while clustering and anomaly detection are explicit unsupervised problem types for discovering patterns in inputs.
Next → 9 / 10 -
Question 10 of 10
A simulated robot must choose sequential actions in a changing environment. Feedback arrives as rewards, and success depends on a long-term goal rather than a supplied correct action for each state. Which paradigm should be used?
- ASupervised regression, because a continuous target supplies the correct action before interaction
- BReinforcement learning, because the agent learns by interaction while maximizing long-term reward
- CUnsupervised clustering, because similarity groups directly maximize delayed environmental rewards
- DSupervised classification, because every state already includes the correct action as a target
Show the answer
Sequential actions, a dynamic environment, trial-and-error feedback, and a long-term reward objective jointly define reinforcement learning.
Next → 10 / 10 -
You’ve finished this set
That’s 10 questions on Machine Learning Methods. In the app 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.