AIF-C01 Question 2
Single answerA company is exploring the use of AI to improve its customer support system. The team is discussing concepts like supervised learning, unsupervised learning, and reinforcement learning. Which of the following correctly describes supervised learning?
- A
A machine learning approach where the algorithm learns from labeled data to make predictions or classifications.
- B
A machine learning approach where the algorithm identifies patterns in unlabeled data without any predefined categories.
- C
A machine learning approach where the algorithm learns by interacting with an environment and receiving rewards or penalties.
- D
A machine learning approach that dynamically adjusts its structure based on the complexity of the task.
Show answer and explanation
Correct answer: A
Explanation
Supervised learning is one of the core concepts in AI. It involves training a machine learning model on labeled datasets, where the input data is paired with the correct output. This approach is commonly used for tasks like classification (e.g., spam detection) and regression (e.g., predicting future sales). Understanding the distinction between supervised, unsupervised, and reinforcement learning is crucial for AI practitioners.
- A. Correct.
This is the correct definition of supervised learning, where the model is trained on labeled data to predict specific outcomes or classifications.
- B. Incorrect.
This describes unsupervised learning, where the algorithm finds patterns or structures in unlabeled data, not supervised learning.
- C. Incorrect.
This describes reinforcement learning, where the algorithm learns to make decisions by interacting with an environment and receiving feedback in the form of rewards or penalties.
- D. Incorrect.
This description is incorrect. It is too vague and does not specifically describe supervised learning or any other standard AI approach.