Fundamentals of gen AI1 / 5
Which type of machine learning requires labeled training data where both the input features and the expected output are provided?
CorrectNot quite
Alex
Supervised learning requires labeled training data where both input features and the expected output (label) are provided. The model learns the mathematical relationship between features and labels to make predictions on new data (developers.google.com/machine-learning/intro-to-ml/supervised). Unsupervised learning finds patterns in unlabeled data without expected outputs. Reinforcement learning uses reward signals, not labeled datasets. Self-supervised learning generates its own labels from raw data—it does not require human-provided labels. The key distinguishing factor is the presence of explicitly provided labels paired with input features.
Sourcedevelopers.google.com
Create a free account to keep asking Alex — no credit card required.
Question 1 of 5
Get started free