← Back to Test

Problem 12 - Entrance Test

In the context of artificial intelligence, what is the difference between supervised and unsupervised learning?

Correct: A

Supervised learning algorithms are trained on labeled data, where the desired output is known for each input. Unsupervised learning algorithms are trained on unlabeled data, where the algorithm must discover patterns and relationships in the data without explicit guidance.